Searched refs:createStepForVF (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 271 createStepForVF(Builder, Phi->getType(), State.VF, State.UF); in generateInstruction() 292 Value *Step = createStepForVF(Builder, IV->getType(), State.VF, Part); in generateInstruction() 1031 Value *VStep = createStepForVF(Builder, STy, VF, Part); in execute()
|
| H A D | LoopVectorize.cpp | 941 Value *createStepForVF(IRBuilderBase &B, Type *Ty, ElementCount VF, in createStepForVF() function 2361 Value *StartIdx0 = createStepForVF(Builder, IntStepTy, State.VF, Part); in buildScalarSteps() 2856 Value *Step = createStepForVF(Builder, Ty, VF, UF); in getOrCreateVectorTripCount() 2949 return createStepForVF(Builder, CountTy, VF, UF); in emitIterationCountCheck() 2952 createStepForVF(Builder, CountTy, MinProfitableTripCount, 1); in emitIterationCountCheck() 2956 Intrinsic::umax, MinProfTC, createStepForVF(Builder, CountTy, VF, UF)); in emitIterationCountCheck() 7736 P, Count, createStepForVF(Builder, Count->getType(), VFactor, UFactor), in emitIterationCountCheck() 7898 createStepForVF(Builder, Count->getType(), in emitMinimumVectorEpilogueIterCountCheck() 9355 createStepForVF(State.Builder, PtrInd->getType(), State.VF, Part); in execute() 9635 createStepForVF(Builder, Builder.getInt32Ty(), State.VF, Part); in execute()
|
| H A D | VPlan.h | 73 Value *createStepForVF(IRBuilderBase &B, Type *Ty, ElementCount VF,
|