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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h295 bool tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2375 bool FastISel::tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst) { function in class:FastISel
2377 "tryToFoldLoad expected a LoadInst with a single use");
H A DSelectionDAGISel.cpp1478 FastIS->tryToFoldLoad(cast<LoadInst>(BeforeInst), Inst)) {

Completed in 102 milliseconds