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

/external/llvm/include/llvm/CodeGen/
H A DFastISel.h130 bool tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1521 bool FastISel::tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst) { function in class:FastISel
1523 "tryToFoldLoad expected a LoadInst with a single use");
H A DSelectionDAGISel.cpp1046 FastIS->tryToFoldLoad(cast<LoadInst>(BeforeInst), Inst)) {

Completed in 31 milliseconds