Searched refs:UpdateMI (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 155 MachineInstr *UpdateMI = nullptr; in convertToThreeAddress() local 179 UpdateMI = BuildMI(MF, MI->getDebugLoc(), in convertToThreeAddress() 186 UpdateMI = BuildMI(MF, MI->getDebugLoc(), in convertToThreeAddress() 191 UpdateMI = BuildMI(MF, MI->getDebugLoc(), in convertToThreeAddress() 202 UpdateMI = BuildMI(MF, MI->getDebugLoc(), in convertToThreeAddress() 207 UpdateMI = BuildMI(MF, MI->getDebugLoc(), in convertToThreeAddress() 226 NewMIs.push_back(UpdateMI); in convertToThreeAddress() 237 UpdateMI->getOperand(0).setIsDead(); in convertToThreeAddress() 238 NewMIs.push_back(UpdateMI); in convertToThreeAddress() 251 MachineInstr *NewMI = (Reg == WBReg) ? UpdateMI : MemMI; in convertToThreeAddress()
|