Home
last modified time | relevance | path

Searched refs:IVUpdateMayOverflow (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h412 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow) const override { in getPreferredTailFoldingStyle() argument
414 return IVUpdateMayOverflow in getPreferredTailFoldingStyle()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h332 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) const override;
H A DARMTargetTransformInfo.cpp2555 ARMTTIImpl::getPreferredTailFoldingStyle(bool IVUpdateMayOverflow) const { in getPreferredTailFoldingStyle()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h118 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow) const override { in getPreferredTailFoldingStyle() argument
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp375 bool IVUpdateMayOverflow) const { in getPreferredTailFoldingStyle()
376 return TTIImpl->getPreferredTailFoldingStyle(IVUpdateMayOverflow); in getPreferredTailFoldingStyle()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h672 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) const;
H A DTargetTransformInfoImpl.h235 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) const {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1332 TailFoldingStyle getTailFoldingStyle(bool IVUpdateMayOverflow = true) const { in getTailFoldingStyle() argument
1335 return IVUpdateMayOverflow ? ChosenTailFoldingStyle->first in getTailFoldingStyle()
8642 bool IVUpdateMayOverflow = false; in tryToBuildVPlanWithVPRecipes() local
8644 IVUpdateMayOverflow |= !isIndvarOverflowCheckKnownFalse(&CM, VF); in tryToBuildVPlanWithVPRecipes()
8646 TailFoldingStyle Style = CM.getTailFoldingStyle(IVUpdateMayOverflow); in tryToBuildVPlanWithVPRecipes()
8651 bool HasNUW = !IVUpdateMayOverflow || Style == TailFoldingStyle::None; in tryToBuildVPlanWithVPRecipes()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h781 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) const override {
782 return BaseT::getPreferredTailFoldingStyle(IVUpdateMayOverflow);