Home
last modified time | relevance | path

Searched refs:LSRWithInstrQueries (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h84 bool LSRWithInstrQueries() { return true; } in LSRWithInstrQueries() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h829 bool LSRWithInstrQueries() const;
1862 virtual bool LSRWithInstrQueries() = 0;
2367 bool LSRWithInstrQueries() override { return Impl.LSRWithInstrQueries(); } in LSRWithInstrQueries() function
H A DTargetTransformInfoImpl.h328 bool LSRWithInstrQueries() const { return false; } in LSRWithInstrQueries() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp529 bool TargetTransformInfo::LSRWithInstrQueries() const { in LSRWithInstrQueries() function in TargetTransformInfo
530 return TTIImpl->LSRWithInstrQueries(); in LSRWithInstrQueries()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1790 if (LU.Kind == LSRUse::Address && TTI.LSRWithInstrQueries()) { in isAMCompletelyFolded()