Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp345 createStepForVF(Builder, ScalarTC->getType(), State.VF, State.UF); in generateInstruction()
358 Value *Step = createStepForVF(Builder, IV->getType(), State.VF, Part); in generateInstruction()
1169 Value *StartIdx0 = createStepForVF(Builder, IntStepTy, State.VF, Part); in execute()
1330 Value *Increment = createStepForVF(Builder, IndexTy, State.VF, Part); in execute()
1657 Value *VStep = createStepForVF(Builder, STy, VF, Part); in execute()
H A DLoopVectorize.cpp1000 Value *createStepForVF(IRBuilderBase &B, Type *Ty, ElementCount VF, in createStepForVF() function
2812 Value *Step = createStepForVF(Builder, Ty, VF, UF); in getOrCreateVectorTripCount()
2905 return createStepForVF(Builder, CountTy, VF, UF); in emitIterationCountCheck()
2908 createStepForVF(Builder, CountTy, MinProfitableTripCount, 1); in emitIterationCountCheck()
2912 Intrinsic::umax, MinProfTC, createStepForVF(Builder, CountTy, VF, UF)); in emitIterationCountCheck()
7760 P, Count, createStepForVF(Builder, Count->getType(), VFactor, UFactor), in emitIterationCountCheck()
7935 createStepForVF(Builder, Count->getType(), in emitMinimumVectorEpilogueIterCountCheck()
9251 createStepForVF(State.Builder, PtrInd->getType(), State.VF, Part); in execute()
H A DVPlan.cpp748 createStepForVF(Builder, TripCountV->getType(), State.VF, State.UF), in prepareToExecute()
H A DVPlan.h78 Value *createStepForVF(IRBuilderBase &B, Type *Ty, ElementCount VF,