Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h292 bool tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2274 bool FastISel::tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst) { in tryToFoldLoad() argument
2283 while (TheUser != FoldInst && // Scan up until we find FoldInst. in tryToFoldLoad()
2285 TheUser->getParent() == FoldInst->getParent() && in tryToFoldLoad()
2296 if (TheUser != FoldInst) in tryToFoldLoad()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1862 auto FoldInst = [this, &MadeChange](Instruction &I) { in run() local
1943 FoldInst(I); in run()
1957 FoldInst(*I); in run()