Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DFastISel.h292 bool tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst);
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp2199 bool FastISel::tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst) { in tryToFoldLoad() argument
2208 while (TheUser != FoldInst && // Scan up until we find FoldInst. in tryToFoldLoad()
2210 TheUser->getParent() == FoldInst->getParent() && in tryToFoldLoad()
2221 if (TheUser != FoldInst) in tryToFoldLoad()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DVectorCombine.cpp1712 auto FoldInst = [this, &MadeChange](Instruction &I) { in run() local
1794 FoldInst(I); in run()
1808 FoldInst(*I); in run()