Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonTargetTransformInfo.h68 bool shouldFavorPostInc() const;
HDHexagonTargetTransformInfo.cpp90 bool HexagonTTIImpl::shouldFavorPostInc() const { in shouldFavorPostInc() function in HexagonTTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfo.h583 bool shouldFavorPostInc() const;
1234 virtual bool shouldFavorPostInc() const = 0;
1522 bool shouldFavorPostInc() const override { in shouldFavorPostInc() function
1523 return Impl.shouldFavorPostInc(); in shouldFavorPostInc()
HDTargetTransformInfoImpl.h253 bool shouldFavorPostInc() const { return false; } in shouldFavorPostInc() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTargetTransformInfo.cpp291 bool TargetTransformInfo::shouldFavorPostInc() const { in shouldFavorPostInc() function in TargetTransformInfo
292 return TTIImpl->shouldFavorPostInc(); in shouldFavorPostInc()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopStrengthReduce.cpp1272 if (TTI->shouldFavorPostInc()) { in RateRegister()
3579 if (TTI.shouldFavorPostInc() && mayUsePostIncMode(TTI, LU, BaseReg, L, SE)) in GenerateReassociationsImpl()
4239 if (TTI.shouldFavorPostInc() && in GenerateCrossUseConstantOffsets()