HomeSort by relevance Sort by last modified time
    Searched refs:MemMI (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64LoadStoreOptimizer.cpp 120 bool isMatchingUpdateInsn(MachineInstr *MemMI, MachineInstr *MI,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 156 MachineInstr *MemMI = nullptr;
218 MemMI = BuildMI(MF, MI->getDebugLoc(),
222 MemMI = BuildMI(MF, MI->getDebugLoc(),
225 NewMIs.push_back(MemMI);
229 MemMI = BuildMI(MF, MI->getDebugLoc(),
233 MemMI = BuildMI(MF, MI->getDebugLoc(),
239 NewMIs.push_back(MemMI);
251 MachineInstr *NewMI = (Reg == WBReg) ? UpdateMI : MemMI;
    [all...]

Completed in 65 milliseconds