Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h69 bool LSRWithInstrQueries() { return true; } in LSRWithInstrQueries() function
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h532 bool LSRWithInstrQueries() const;
1079 virtual bool LSRWithInstrQueries() = 0;
1332 bool LSRWithInstrQueries() override { in LSRWithInstrQueries() function
1333 return Impl.LSRWithInstrQueries(); in LSRWithInstrQueries()
H A DTargetTransformInfoImpl.h280 bool LSRWithInstrQueries() { return false; } in LSRWithInstrQueries() function
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp206 bool TargetTransformInfo::LSRWithInstrQueries() const { in LSRWithInstrQueries() function in TargetTransformInfo
207 return TTIImpl->LSRWithInstrQueries(); in LSRWithInstrQueries()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1721 if (LU.Kind == LSRUse::Address && TTI.LSRWithInstrQueries()) { in isAMCompletelyFolded()