Searched refs:IVUpdateMayOverflow (Results 1 – 9 of 9) sorted by relevance
412 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow) const override { in getPreferredTailFoldingStyle() argument414 return IVUpdateMayOverflow in getPreferredTailFoldingStyle()
332 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) const override;
2555 ARMTTIImpl::getPreferredTailFoldingStyle(bool IVUpdateMayOverflow) const { in getPreferredTailFoldingStyle()
118 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow) const override { in getPreferredTailFoldingStyle() argument
375 bool IVUpdateMayOverflow) const { in getPreferredTailFoldingStyle()376 return TTIImpl->getPreferredTailFoldingStyle(IVUpdateMayOverflow); in getPreferredTailFoldingStyle()
672 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) const;
235 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) const {
1332 TailFoldingStyle getTailFoldingStyle(bool IVUpdateMayOverflow = true) const { in getTailFoldingStyle() argument1335 return IVUpdateMayOverflow ? ChosenTailFoldingStyle->first in getTailFoldingStyle()8642 bool IVUpdateMayOverflow = false; in tryToBuildVPlanWithVPRecipes() local8644 IVUpdateMayOverflow |= !isIndvarOverflowCheckKnownFalse(&CM, VF); in tryToBuildVPlanWithVPRecipes()8646 TailFoldingStyle Style = CM.getTailFoldingStyle(IVUpdateMayOverflow); in tryToBuildVPlanWithVPRecipes()8651 bool HasNUW = !IVUpdateMayOverflow || Style == TailFoldingStyle::None; in tryToBuildVPlanWithVPRecipes()
781 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) const override {782 return BaseT::getPreferredTailFoldingStyle(IVUpdateMayOverflow);