Searched refs:UpdateMI (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVMakeCompressible.cpp | 380 for (MachineInstr *UpdateMI : MIs) in runOnMachineFunction() 381 updateOperands(*UpdateMI, RegImm, NewReg); in runOnMachineFunction()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.cpp | 202 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()
|