Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDFastISel.h295 bool tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDFastISel.cpp2319 bool FastISel::tryToFoldLoad(const LoadInst *LI, const Instruction *FoldInst) { in tryToFoldLoad() function in FastISel
HDSelectionDAGISel.cpp1754 FastIS->tryToFoldLoad(cast<LoadInst>(BeforeInst), Inst)) { in SelectAllBasicBlocks()