ΒΆinline llvm::MachineInstrBuilder BuildMI(
    llvm::MachineFunction& MF,
    const llvm::DebugLoc& DL,
    const llvm::MCInstrDesc& MCID,
    llvm::Register DestReg)
inline llvm::MachineInstrBuilder BuildMI(
    llvm::MachineFunction& MF,
    const llvm::DebugLoc& DL,
    const llvm::MCInstrDesc& MCID,
    llvm::Register DestReg)Description
This version of the builder sets up the first operand as a destination virtual register.
Declared at: llvm/include/llvm/CodeGen/MachineInstrBuilder.h:323
Parameters
- llvm::MachineFunction& MF
- const llvm::DebugLoc& DL
- const llvm::MCInstrDesc& MCID
- llvm::Register DestReg