Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h82 bool LSRWithInstrQueries() { return true; } in LSRWithInstrQueries() function
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h734 bool LSRWithInstrQueries() const;
1622 virtual bool LSRWithInstrQueries() = 0;
2064 bool LSRWithInstrQueries() override { return Impl.LSRWithInstrQueries(); } in LSRWithInstrQueries() function
H A DTargetTransformInfoImpl.h310 bool LSRWithInstrQueries() const { return false; } in LSRWithInstrQueries() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp472 bool TargetTransformInfo::LSRWithInstrQueries() const { in LSRWithInstrQueries() function in TargetTransformInfo
473 return TTIImpl->LSRWithInstrQueries(); in LSRWithInstrQueries()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1777 if (LU.Kind == LSRUse::Address && TTI.LSRWithInstrQueries()) { in isAMCompletelyFolded()