Searched refs:IVUpdateMayOverflow (Results 1 – 9 of 9) sorted by relevance
365 TailFoldingStyle getPreferredTailFoldingStyle(bool IVUpdateMayOverflow) const { in getPreferredTailFoldingStyle() argument367 return IVUpdateMayOverflow in getPreferredTailFoldingStyle()
85 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow) const { in getPreferredTailFoldingStyle() argument
320 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) const;
2420 ARMTTIImpl::getPreferredTailFoldingStyle(bool IVUpdateMayOverflow) const { in getPreferredTailFoldingStyle()
633 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) const;1809 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) = 0;2249 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) override {2250 return Impl.getPreferredTailFoldingStyle(IVUpdateMayOverflow);
186 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) const {
356 bool IVUpdateMayOverflow) const { in getPreferredTailFoldingStyle()357 return TTIImpl->getPreferredTailFoldingStyle(IVUpdateMayOverflow); in getPreferredTailFoldingStyle()
667 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) {668 return BaseT::getPreferredTailFoldingStyle(IVUpdateMayOverflow);
1621 getTailFoldingStyle(bool IVUpdateMayOverflow = true) const { in getTailFoldingStyle() argument1628 return TTI.getPreferredTailFoldingStyle(IVUpdateMayOverflow); in getTailFoldingStyle()8721 bool IVUpdateMayOverflow = false; in tryToBuildVPlanWithVPRecipes() local8723 IVUpdateMayOverflow |= !isIndvarOverflowCheckKnownFalse(&CM, VF); in tryToBuildVPlanWithVPRecipes()8726 TailFoldingStyle Style = CM.getTailFoldingStyle(IVUpdateMayOverflow); in tryToBuildVPlanWithVPRecipes()