Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h96 bool shouldFavorBackedgeIndex(const Loop *L) const { in shouldFavorBackedgeIndex() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h587 bool shouldFavorBackedgeIndex(const Loop *L) const;
1235 virtual bool shouldFavorBackedgeIndex(const Loop *L) const = 0;
1525 bool shouldFavorBackedgeIndex(const Loop *L) const override { in shouldFavorBackedgeIndex() function
1526 return Impl.shouldFavorBackedgeIndex(L); in shouldFavorBackedgeIndex()
DTargetTransformInfoImpl.h255 bool shouldFavorBackedgeIndex(const Loop *L) const { return false; } in shouldFavorBackedgeIndex() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp295 bool TargetTransformInfo::shouldFavorBackedgeIndex(const Loop *L) const { in shouldFavorBackedgeIndex() function in TargetTransformInfo
296 return TTIImpl->shouldFavorBackedgeIndex(L); in shouldFavorBackedgeIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1266 if (TTI->shouldFavorBackedgeIndex(L)) { in RateRegister()
5502 TTI.shouldFavorBackedgeIndex(L)) { in LSRInstance()