Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h87 bool LSRWithInstrQueries() const override { return true; } in LSRWithInstrQueries() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp572 bool TargetTransformInfo::LSRWithInstrQueries() const { in LSRWithInstrQueries() function in TargetTransformInfo
573 return TTIImpl->LSRWithInstrQueries(); in LSRWithInstrQueries()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h903 LLVM_ABI bool LSRWithInstrQueries() const;
H A DTargetTransformInfoImpl.h412 virtual bool LSRWithInstrQueries() const { return false; } in LSRWithInstrQueries() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1936 if (LU.Kind == LSRUse::Address && TTI.LSRWithInstrQueries()) { in isAMCompletelyFolded()