Home
last modified time | relevance | path

Searched refs:UpdateMI (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMakeCompressible.cpp432 for (MachineInstr *UpdateMI : MIs) in runOnMachineFunction()
433 updateOperands(*UpdateMI, RegImm, NewReg); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp205 MachineInstr *UpdateMI = nullptr; in convertToThreeAddress() local
229 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
238 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
247 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
260 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
267 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
293 NewMIs.push_back(UpdateMI); in convertToThreeAddress()
309 UpdateMI->getOperand(0).setIsDead(); in convertToThreeAddress()
310 NewMIs.push_back(UpdateMI); in convertToThreeAddress()
322 MachineInstr *NewMI = (Reg == WBReg) ? UpdateMI : MemMI; in convertToThreeAddress()