Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVMakeCompressible.cpp381 for (MachineInstr *UpdateMI : MIs) in runOnMachineFunction()
382 updateOperands(*UpdateMI, RegImm, NewReg); in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp204 MachineInstr *UpdateMI = nullptr; in convertToThreeAddress() local
228 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
237 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
246 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
259 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
266 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
292 NewMIs.push_back(UpdateMI); in convertToThreeAddress()
308 UpdateMI->getOperand(0).setIsDead(); in convertToThreeAddress()
309 NewMIs.push_back(UpdateMI); in convertToThreeAddress()
321 MachineInstr *NewMI = (Reg == WBReg) ? UpdateMI : MemMI; in convertToThreeAddress()