Home
last modified time | relevance | path

Searched refs:tryFoldMemoryOperand (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveIntervalAnalysis.cpp1081 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/
DLiveIntervalAnalysis.h386 bool tryFoldMemoryOperand(MachineInstr* &MI, VirtRegMap &vrm,