Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp167 MachineInstr *UpdateMI = nullptr; in convertToThreeAddress() local
191 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
200 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
209 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
222 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
229 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
255 NewMIs.push_back(UpdateMI); in convertToThreeAddress()
271 UpdateMI->getOperand(0).setIsDead(); in convertToThreeAddress()
272 NewMIs.push_back(UpdateMI); in convertToThreeAddress()
285 MachineInstr *NewMI = (Reg == WBReg) ? UpdateMI : MemMI; in convertToThreeAddress()