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 209 MachineInstr *FoldMI = TII.foldMemoryOperand(UseMI, Ops, DefMI);
210 if (!FoldMI)
212 DEBUG(dbgs() << " folded: " << *FoldMI);
213 LIS.ReplaceMachineInstrInMaps(UseMI, FoldMI);
InlineSpiller.cpp     [all...]
PeepholeOptimizer.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 108 milliseconds