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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveRangeEdit.cpp 199 MachineInstr *FoldMI = TII.foldMemoryOperand(UseMI, Ops, DefMI);
200 if (!FoldMI)
202 DEBUG(dbgs() << " folded: " << *FoldMI);
203 LIS.ReplaceMachineInstrInMaps(UseMI, FoldMI);
InlineSpiller.cpp     [all...]
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 208 MachineInstr *FoldMI = TII.foldMemoryOperand(*UseMI, Ops, *DefMI, &LIS);
209 if (!FoldMI)
211 DEBUG(dbgs() << " folded: " << *FoldMI);
212 LIS.ReplaceMachineInstrInMaps(*UseMI, *FoldMI);
InlineSpiller.cpp 767 MachineInstr *FoldMI =
770 if (!FoldMI)
773 // Remove LIS for any dead defs in the original MI not in FoldMI.
786 MIBundleOperands(*FoldMI).analyzePhysReg(Reg, &TRI);
789 // FoldMI does not define this physreg. Remove the LI segment.
799 LIS.ReplaceMachineInstrInMaps(*MI, *FoldMI);
802 // Insert any new instructions other than FoldMI into the LIS maps.
805 if (&MI != FoldMI)
811 for (unsigned i = FoldMI->getNumOperands(); i; --i) {
812 MachineOperand &MO = FoldMI->getOperand(i - 1)
    [all...]
PeepholeOptimizer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LiveRangeEdit.cpp 230 MachineInstr *FoldMI = TII.foldMemoryOperand(*UseMI, Ops, *DefMI, &LIS);
231 if (!FoldMI)
233 LLVM_DEBUG(dbgs() << " folded: " << *FoldMI);
234 LIS.ReplaceMachineInstrInMaps(*UseMI, *FoldMI);
InlineSpiller.cpp 804 MachineInstr *FoldMI =
807 if (!FoldMI)
810 // Remove LIS for any dead defs in the original MI not in FoldMI.
823 MIBundleOperands(*FoldMI).analyzePhysReg(Reg, &TRI);
826 // FoldMI does not define this physreg. Remove the LI segment.
836 LIS.ReplaceMachineInstrInMaps(*MI, *FoldMI);
839 // Insert any new instructions other than FoldMI into the LIS maps.
842 if (&MI != FoldMI)
848 for (unsigned i = FoldMI->getNumOperands(); i; --i) {
849 MachineOperand &MO = FoldMI->getOperand(i - 1)
    [all...]
PeepholeOptimizer.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 672 milliseconds