Home
last modified time | relevance | path

Searched refs:createStepForVF (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanHelpers.h50 Value *createStepForVF(IRBuilderBase &B, Type *Ty, ElementCount VF,
H A DVPlanRecipes.cpp647 Value *Step = createStepForVF(Builder, ScalarTC->getType(), State.VF, UF); in generate()
675 Value *Step = createStepForVF(Builder, IV->getType(), State.VF, Part); in generate()
2396 Value *Increment = createStepForVF(Builder, IndexTy, State.VF, CurrentPart); in execute()
3831 Value *VStep = createStepForVF(Builder, STy, VF, getUnrollPart(*this)); in execute()
H A DLoopVectorize.cpp816 Value *createStepForVF(IRBuilderBase &B, Type *Ty, ElementCount VF, in createStepForVF() function
2258 Value *Step = createStepForVF(Builder, Ty, VF, UF); in getOrCreateVectorTripCount()
2344 return createStepForVF(Builder, CountTy, VF, UF); in createIterationCountCheck()
2347 createStepForVF(Builder, CountTy, MinProfitableTripCount, 1); in createIterationCountCheck()
2351 Intrinsic::umax, MinProfTC, createStepForVF(Builder, CountTy, VF, UF)); in createIterationCountCheck()
7581 createStepForVF(Builder, Count->getType(), in emitMinimumVectorEpilogueIterCountCheck()
H A DVPlan.cpp977 VFxUF.setUnderlyingValue(createStepForVF(Builder, TCTy, State.VF, UF)); in prepareToExecute()