Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h281 bool tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DFastISel.h297 bool tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst);
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp2087 bool FastISel::tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst) { in tryToFoldLoad() function in FastISel
DSelectionDAGISel.cpp1383 FastIS->tryToFoldLoad(cast<LoadInst>(BeforeInst), Inst)) { in SelectAllBasicBlocks()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp2278 bool FastISel::tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst) { in tryToFoldLoad() function in FastISel
DSelectionDAGISel.cpp1628 FastIS->tryToFoldLoad(cast<LoadInst>(BeforeInst), Inst)) { in SelectAllBasicBlocks()