Searched refs:IVUpdateMayOverflow (Results 1 – 9 of 9) sorted by relevance
365 TailFoldingStyle getPreferredTailFoldingStyle(bool IVUpdateMayOverflow) const { in getPreferredTailFoldingStyle() argument367 return IVUpdateMayOverflow in getPreferredTailFoldingStyle()
104 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow) const { in getPreferredTailFoldingStyle() argument
321 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) const;
2432 ARMTTIImpl::getPreferredTailFoldingStyle(bool IVUpdateMayOverflow) const { in getPreferredTailFoldingStyle()
643 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) const;1872 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) = 0;2328 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) override {2329 return Impl.getPreferredTailFoldingStyle(IVUpdateMayOverflow);
192 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) const {
361 bool IVUpdateMayOverflow) const { in getPreferredTailFoldingStyle()362 return TTIImpl->getPreferredTailFoldingStyle(IVUpdateMayOverflow); in getPreferredTailFoldingStyle()
680 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) {681 return BaseT::getPreferredTailFoldingStyle(IVUpdateMayOverflow);
1442 TailFoldingStyle getTailFoldingStyle(bool IVUpdateMayOverflow = true) const { in getTailFoldingStyle() argument1445 return IVUpdateMayOverflow ? ChosenTailFoldingStyle->first in getTailFoldingStyle()8483 bool IVUpdateMayOverflow = false; in tryToBuildVPlanWithVPRecipes() local8485 IVUpdateMayOverflow |= !isIndvarOverflowCheckKnownFalse(&CM, VF); in tryToBuildVPlanWithVPRecipes()8488 TailFoldingStyle Style = CM.getTailFoldingStyle(IVUpdateMayOverflow); in tryToBuildVPlanWithVPRecipes()