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 207 MachineInstr *FoldMI = TII.foldMemoryOperand(UseMI, Ops, DefMI);
208 if (!FoldMI)
210 DEBUG(dbgs() << " folded: " << *FoldMI);
211 LIS.ReplaceMachineInstrInMaps(UseMI, FoldMI);
PeepholeOptimizer.cpp 555 MachineInstr *FoldMI = TII->optimizeLoadInstr(MI, MRI,
557 if (FoldMI) {
558 // Update LocalMIs since we replaced MI with FoldMI and deleted DefMI.
560 DEBUG(dbgs() << " With: " << *FoldMI);
563 LocalMIs.insert(FoldMI);
568 // MI is replaced with FoldMI.
InlineSpiller.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 122 milliseconds