Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h281 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()