Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h80 bool LSRWithInstrQueries() { return true; } in LSRWithInstrQueries() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h695 bool LSRWithInstrQueries() const;
1526 virtual bool LSRWithInstrQueries() = 0;
1916 bool LSRWithInstrQueries() override { return Impl.LSRWithInstrQueries(); } in LSRWithInstrQueries() function
H A DTargetTransformInfoImpl.h284 bool LSRWithInstrQueries() const { return false; } in LSRWithInstrQueries() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp434 bool TargetTransformInfo::LSRWithInstrQueries() const { in LSRWithInstrQueries() function in TargetTransformInfo
435 return TTIImpl->LSRWithInstrQueries(); in LSRWithInstrQueries()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1746 if (LU.Kind == LSRUse::Address && TTI.LSRWithInstrQueries()) { in isAMCompletelyFolded()