Searched refs:MemMI (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp145 MachineInstr *MemMI = NULL; local
207 MemMI = BuildMI(MF, MI->getDebugLoc(),
211 MemMI = BuildMI(MF, MI->getDebugLoc(),
214 NewMIs.push_back(MemMI);
218 MemMI = BuildMI(MF, MI->getDebugLoc(),
222 MemMI = BuildMI(MF, MI->getDebugLoc(),
228 NewMIs.push_back(MemMI);
240 MachineInstr *NewMI = (Reg == WBReg) ? UpdateMI : MemMI;

Completed in 42 milliseconds