Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h295 bool tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2319 bool FastISel::tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst) { in tryToFoldLoad() argument
2328 while (TheUser != FoldInst && // Scan up until we find FoldInst. in tryToFoldLoad()
2330 TheUser->getParent() == FoldInst->getParent() && in tryToFoldLoad()
2341 if (TheUser != FoldInst) in tryToFoldLoad()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp2511 auto FoldInst = [this, &MadeChange](Instruction &I) { in run() local
2596 FoldInst(I); in run()
2610 FoldInst(*I); in run()