Home
last modified time | relevance | path

Searched refs:FoldMI (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveRangeEdit.cpp199 MachineInstr *FoldMI = TII.foldMemoryOperand(UseMI, Ops, DefMI); in foldAsLoad() local
200 if (!FoldMI) in foldAsLoad()
202 DEBUG(dbgs() << " folded: " << *FoldMI); in foldAsLoad()
203 LIS.ReplaceMachineInstrInMaps(UseMI, FoldMI); in foldAsLoad()
DInlineSpiller.cpp1039 MachineInstr *FoldMI = in foldMemoryOperand() local
1042 if (!FoldMI) in foldMemoryOperand()
1044 LIS.ReplaceMachineInstrInMaps(MI, FoldMI); in foldMemoryOperand()
1046 VRM.addSpillSlotUse(StackSlot, FoldMI); in foldMemoryOperand()
1048 DEBUG(dbgs() << "\tfolded: " << *FoldMI); in foldMemoryOperand()
/external/llvm/lib/CodeGen/
DLiveRangeEdit.cpp208 MachineInstr *FoldMI = TII.foldMemoryOperand(*UseMI, Ops, *DefMI, &LIS); in foldAsLoad() local
209 if (!FoldMI) in foldAsLoad()
211 DEBUG(dbgs() << " folded: " << *FoldMI); in foldAsLoad()
212 LIS.ReplaceMachineInstrInMaps(*UseMI, *FoldMI); in foldAsLoad()
DInlineSpiller.cpp767 MachineInstr *FoldMI = in foldMemoryOperand() local
770 if (!FoldMI) in foldMemoryOperand()
786 MIBundleOperands(*FoldMI).analyzePhysReg(Reg, &TRI); in foldMemoryOperand()
799 LIS.ReplaceMachineInstrInMaps(*MI, *FoldMI); in foldMemoryOperand()
805 if (&MI != FoldMI) in foldMemoryOperand()
811 for (unsigned i = FoldMI->getNumOperands(); i; --i) { in foldMemoryOperand()
812 MachineOperand &MO = FoldMI->getOperand(i - 1); in foldMemoryOperand()
816 FoldMI->RemoveOperand(i - 1); in foldMemoryOperand()
826 HSpiller.addToMergeableSpills(*FoldMI, StackSlot, Original); in foldMemoryOperand()
DPeepholeOptimizer.cpp1639 if (MachineInstr *FoldMI = in runOnMachineFunction() local
1644 DEBUG(dbgs() << " With: " << *FoldMI); in runOnMachineFunction()
1647 LocalMIs.insert(FoldMI); in runOnMachineFunction()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp5376 if (MachineInstr *FoldMI = foldMemoryOperand(MI, SrcOperandId, *DefMI)) { in optimizeLoadInstr() local
5378 return FoldMI; in optimizeLoadInstr()