Home
last modified time | relevance | path

Searched refs:TryToFoldLoad (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DFastISel.h120 virtual bool TryToFoldLoad(MachineInstr * /*MI*/, unsigned /*OpNo*/, in TryToFoldLoad() function
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FastISel.cpp73 virtual bool TryToFoldLoad(MachineInstr *MI, unsigned OpNo,
2134 bool X86FastISel::TryToFoldLoad(MachineInstr *MI, unsigned OpNo, in TryToFoldLoad() function in X86FastISel
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp810 return FastIS->TryToFoldLoad(User, RI.getOperandNo(), LI); in TryToFoldFastISelLoad()