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

  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 211 MachineInstr *FoldMI = TII.foldMemoryOperand(UseMI, Ops, DefMI);
212 if (!FoldMI)
214 DEBUG(dbgs() << " folded: " << *FoldMI);
215 LIS.ReplaceMachineInstrInMaps(UseMI, FoldMI);
InlineSpiller.cpp     [all...]
PeepholeOptimizer.cpp 755 MachineInstr *FoldMI = TII->optimizeLoadInstr(MI, MRI,
758 if (FoldMI) {
759 // Update LocalMIs since we replaced MI with FoldMI and deleted
762 DEBUG(dbgs() << " With: " << *FoldMI);
765 LocalMIs.insert(FoldMI);
771 // MI is replaced with FoldMI.
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 1297 milliseconds