Searched refs:UpdateMI (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMBaseInstrInfo.cpp | 149 MachineInstr *UpdateMI = NULL; in convertToThreeAddress() local 173 UpdateMI = BuildMI(MF, MI->getDebugLoc(), in convertToThreeAddress() 180 UpdateMI = BuildMI(MF, MI->getDebugLoc(), in convertToThreeAddress() 185 UpdateMI = BuildMI(MF, MI->getDebugLoc(), in convertToThreeAddress() 196 UpdateMI = BuildMI(MF, MI->getDebugLoc(), in convertToThreeAddress() 201 UpdateMI = BuildMI(MF, MI->getDebugLoc(), in convertToThreeAddress() 220 NewMIs.push_back(UpdateMI); in convertToThreeAddress() 231 UpdateMI->getOperand(0).setIsDead(); in convertToThreeAddress() 232 NewMIs.push_back(UpdateMI); in convertToThreeAddress() 245 MachineInstr *NewMI = (Reg == WBReg) ? UpdateMI : MemMI; in convertToThreeAddress()
|