Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVMakeCompressible.cpp380 for (MachineInstr *UpdateMI : MIs) in runOnMachineFunction()
381 updateOperands(*UpdateMI, RegImm, NewReg); in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp202 MachineInstr *UpdateMI = nullptr; in convertToThreeAddress() local
226 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
235 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
244 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
257 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
264 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
290 NewMIs.push_back(UpdateMI); in convertToThreeAddress()
306 UpdateMI->getOperand(0).setIsDead(); in convertToThreeAddress()
307 NewMIs.push_back(UpdateMI); in convertToThreeAddress()
319 MachineInstr *NewMI = (Reg == WBReg) ? UpdateMI : MemMI; in convertToThreeAddress()