Searched refs:tryFoldMemoryOperand (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 1081 bool LiveIntervals::tryFoldMemoryOperand(MachineInstr* &MI, in tryFoldMemoryOperand() function in LiveIntervals 1281 if (tryFoldMemoryOperand(MI, vrm, ReMatDefMI, index, in rewriteInstructionForSpills() 1936 if (tryFoldMemoryOperand(MI, vrm, NULL, index, Ops, true, Slot,VReg)){ in addIntervalsForSpills() 1996 Folded = tryFoldMemoryOperand(MI, vrm, NULL,index,Ops,true,Slot,VReg); in addIntervalsForSpills() 2003 Folded = tryFoldMemoryOperand(MI, vrm, ReMatDefMI, index, in addIntervalsForSpills()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | LiveIntervalAnalysis.h | 386 bool tryFoldMemoryOperand(MachineInstr* &MI, VirtRegMap &vrm,
|