Searched refs:shouldFavorPostInc (Results 1 – 6 of 6) sorted by relevance
68 bool shouldFavorPostInc() const;
90 bool HexagonTTIImpl::shouldFavorPostInc() const { in shouldFavorPostInc() function in HexagonTTIImpl
583 bool shouldFavorPostInc() const;1234 virtual bool shouldFavorPostInc() const = 0;1522 bool shouldFavorPostInc() const override { in shouldFavorPostInc() function1523 return Impl.shouldFavorPostInc(); in shouldFavorPostInc()
253 bool shouldFavorPostInc() const { return false; } in shouldFavorPostInc() function
291 bool TargetTransformInfo::shouldFavorPostInc() const { in shouldFavorPostInc() function in TargetTransformInfo292 return TTIImpl->shouldFavorPostInc(); in shouldFavorPostInc()
1272 if (TTI->shouldFavorPostInc()) { in RateRegister()3579 if (TTI.shouldFavorPostInc() && mayUsePostIncMode(TTI, LU, BaseReg, L, SE)) in GenerateReassociationsImpl()4239 if (TTI.shouldFavorPostInc() && in GenerateCrossUseConstantOffsets()