Home
last modified time | relevance | path

Searched refs:shouldFavorPostInc (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.h68 bool shouldFavorPostInc() const;
DHexagonTargetTransformInfo.cpp90 bool HexagonTTIImpl::shouldFavorPostInc() const { in shouldFavorPostInc() function in HexagonTTIImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h583 bool shouldFavorPostInc() const;
1234 virtual bool shouldFavorPostInc() const = 0;
1522 bool shouldFavorPostInc() const override { in shouldFavorPostInc() function
1523 return Impl.shouldFavorPostInc(); in shouldFavorPostInc()
DTargetTransformInfoImpl.h253 bool shouldFavorPostInc() const { return false; } in shouldFavorPostInc() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp291 bool TargetTransformInfo::shouldFavorPostInc() const { in shouldFavorPostInc() function in TargetTransformInfo
292 return TTIImpl->shouldFavorPostInc(); in shouldFavorPostInc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1272 if (TTI->shouldFavorPostInc()) { in RateRegister()
3579 if (TTI.shouldFavorPostInc() && mayUsePostIncMode(TTI, LU, BaseReg, L, SE)) in GenerateReassociationsImpl()
4239 if (TTI.shouldFavorPostInc() && in GenerateCrossUseConstantOffsets()