Searched refs:FoldMI (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveRangeEdit.cpp | 199 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()
|
D | InlineSpiller.cpp | 1039 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveRangeEdit.cpp | 230 MachineInstr *FoldMI = TII.foldMemoryOperand(*UseMI, Ops, *DefMI, &LIS); in foldAsLoad() local 231 if (!FoldMI) in foldAsLoad() 233 LLVM_DEBUG(dbgs() << " folded: " << *FoldMI); in foldAsLoad() 234 LIS.ReplaceMachineInstrInMaps(*UseMI, *FoldMI); in foldAsLoad()
|
D | InlineSpiller.cpp | 804 MachineInstr *FoldMI = in foldMemoryOperand() local 807 if (!FoldMI) in foldMemoryOperand() 823 MIBundleOperands(*FoldMI).analyzePhysReg(Reg, &TRI); in foldMemoryOperand() 836 LIS.ReplaceMachineInstrInMaps(*MI, *FoldMI); in foldMemoryOperand() 842 if (&MI != FoldMI) in foldMemoryOperand() 848 for (unsigned i = FoldMI->getNumOperands(); i; --i) { in foldMemoryOperand() 849 MachineOperand &MO = FoldMI->getOperand(i - 1); in foldMemoryOperand() 853 FoldMI->RemoveOperand(i - 1); in foldMemoryOperand() 863 HSpiller.addToMergeableSpills(*FoldMI, StackSlot, Original); in foldMemoryOperand()
|
D | PeepholeOptimizer.cpp | 1772 if (MachineInstr *FoldMI = in runOnMachineFunction() local 1777 LLVM_DEBUG(dbgs() << " With: " << *FoldMI); in runOnMachineFunction() 1780 LocalMIs.insert(FoldMI); in runOnMachineFunction() 1789 MI = FoldMI; in runOnMachineFunction()
|
/external/llvm/lib/CodeGen/ |
D | LiveRangeEdit.cpp | 208 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()
|
D | InlineSpiller.cpp | 767 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()
|
D | PeepholeOptimizer.cpp | 1639 if (MachineInstr *FoldMI = in runOnMachineFunction() local 1644 DEBUG(dbgs() << " With: " << *FoldMI); in runOnMachineFunction() 1647 LocalMIs.insert(FoldMI); in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 3943 if (MachineInstr *FoldMI = foldMemoryOperand(MI, SrcOperandIds, *DefMI)) { in optimizeLoadInstr() local 3945 return FoldMI; in optimizeLoadInstr()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 5376 if (MachineInstr *FoldMI = foldMemoryOperand(MI, SrcOperandId, *DefMI)) { in optimizeLoadInstr() local 5378 return FoldMI; in optimizeLoadInstr()
|