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.h365 TailFoldingStyle getPreferredTailFoldingStyle(bool IVUpdateMayOverflow) const { in getPreferredTailFoldingStyle() argument
367 return IVUpdateMayOverflow in getPreferredTailFoldingStyle()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h104 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow) const { in getPreferredTailFoldingStyle() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h321 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) const;
H A DARMTargetTransformInfo.cpp2432 ARMTTIImpl::getPreferredTailFoldingStyle(bool IVUpdateMayOverflow) const { in getPreferredTailFoldingStyle()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h643 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) const;
1872 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) = 0;
2328 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) override {
2329 return Impl.getPreferredTailFoldingStyle(IVUpdateMayOverflow);
H A DTargetTransformInfoImpl.h192 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) const {
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp361 bool IVUpdateMayOverflow) const { in getPreferredTailFoldingStyle()
362 return TTIImpl->getPreferredTailFoldingStyle(IVUpdateMayOverflow); in getPreferredTailFoldingStyle()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h680 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) {
681 return BaseT::getPreferredTailFoldingStyle(IVUpdateMayOverflow);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1442 TailFoldingStyle getTailFoldingStyle(bool IVUpdateMayOverflow = true) const { in getTailFoldingStyle() argument
1445 return IVUpdateMayOverflow ? ChosenTailFoldingStyle->first in getTailFoldingStyle()
8483 bool IVUpdateMayOverflow = false; in tryToBuildVPlanWithVPRecipes() local
8485 IVUpdateMayOverflow |= !isIndvarOverflowCheckKnownFalse(&CM, VF); in tryToBuildVPlanWithVPRecipes()
8488 TailFoldingStyle Style = CM.getTailFoldingStyle(IVUpdateMayOverflow); in tryToBuildVPlanWithVPRecipes()