Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.cpp145 MachineInstr *UpdateMI = NULL; in convertToThreeAddress() local
171 UpdateMI = BuildMI(MF, MI->getDebugLoc(), in convertToThreeAddress()
178 UpdateMI = BuildMI(MF, MI->getDebugLoc(), in convertToThreeAddress()
183 UpdateMI = BuildMI(MF, MI->getDebugLoc(), in convertToThreeAddress()
194 UpdateMI = BuildMI(MF, MI->getDebugLoc(), in convertToThreeAddress()
199 UpdateMI = BuildMI(MF, MI->getDebugLoc(), in convertToThreeAddress()
218 NewMIs.push_back(UpdateMI); in convertToThreeAddress()
229 UpdateMI->getOperand(0).setIsDead(); in convertToThreeAddress()
230 NewMIs.push_back(UpdateMI); in convertToThreeAddress()
243 MachineInstr *NewMI = (Reg == WBReg) ? UpdateMI : MemMI; in convertToThreeAddress()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp143 MachineInstr *UpdateMI = nullptr; in convertToThreeAddress() local
167 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
177 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
187 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
201 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
209 UpdateMI = BuildMI(MF, MI.getDebugLoc(), in convertToThreeAddress()
236 NewMIs.push_back(UpdateMI); in convertToThreeAddress()
252 UpdateMI->getOperand(0).setIsDead(); in convertToThreeAddress()
253 NewMIs.push_back(UpdateMI); in convertToThreeAddress()
266 MachineInstr *NewMI = (Reg == WBReg) ? UpdateMI : MemMI; in convertToThreeAddress()