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 DVPlanRecipes.cpp458 createStepForVF(Builder, ScalarTC->getType(), State.VF, State.UF); in generatePerPart()
496 Value *Step = createStepForVF(Builder, IV->getType(), State.VF, Part); in generatePerPart()
1455 Value *StartIdx0 = createStepForVF(Builder, IntStepTy, State.VF, Part); in execute()
1616 Value *Increment = createStepForVF(Builder, IndexTy, State.VF, Part); in execute()
2495 Value *VStep = createStepForVF(Builder, STy, VF, Part); in execute()
H A DLoopVectorize.cpp917 Value *createStepForVF(IRBuilderBase &B, Type *Ty, ElementCount VF, in createStepForVF() function
2417 Value *Step = createStepForVF(Builder, Ty, VF, UF); in getOrCreateVectorTripCount()
2478 return createStepForVF(Builder, CountTy, VF, UF); in emitIterationCountCheck()
2481 createStepForVF(Builder, CountTy, MinProfitableTripCount, 1); in emitIterationCountCheck()
2485 Intrinsic::umax, MinProfTC, createStepForVF(Builder, CountTy, VF, UF)); in emitIterationCountCheck()
7508 P, Count, createStepForVF(Builder, Count->getType(), VFactor, UFactor), in emitIterationCountCheck()
7676 createStepForVF(Builder, Count->getType(), in emitMinimumVectorEpilogueIterCountCheck()
H A DVPlan.cpp933 createStepForVF(Builder, TripCountV->getType(), State.VF, State.UF)); in prepareToExecute()
H A DVPlan.h83 Value *createStepForVF(IRBuilderBase &B, Type *Ty, ElementCount VF,