Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h85 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow) const { in getPreferredTailFoldingStyle() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h320 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) const;
H A DARMTargetTransformInfo.cpp2420 ARMTTIImpl::getPreferredTailFoldingStyle(bool IVUpdateMayOverflow) const { in getPreferredTailFoldingStyle()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h633 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) const;
1809 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) = 0;
2249 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) override {
2250 return Impl.getPreferredTailFoldingStyle(IVUpdateMayOverflow);
H A DTargetTransformInfoImpl.h186 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) const {
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp356 bool IVUpdateMayOverflow) const { in getPreferredTailFoldingStyle()
357 return TTIImpl->getPreferredTailFoldingStyle(IVUpdateMayOverflow); in getPreferredTailFoldingStyle()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h667 getPreferredTailFoldingStyle(bool IVUpdateMayOverflow = true) {
668 return BaseT::getPreferredTailFoldingStyle(IVUpdateMayOverflow);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1621 getTailFoldingStyle(bool IVUpdateMayOverflow = true) const { in getTailFoldingStyle() argument
1628 return TTI.getPreferredTailFoldingStyle(IVUpdateMayOverflow); in getTailFoldingStyle()
8721 bool IVUpdateMayOverflow = false; in tryToBuildVPlanWithVPRecipes() local
8723 IVUpdateMayOverflow |= !isIndvarOverflowCheckKnownFalse(&CM, VF); in tryToBuildVPlanWithVPRecipes()
8726 TailFoldingStyle Style = CM.getTailFoldingStyle(IVUpdateMayOverflow); in tryToBuildVPlanWithVPRecipes()