Searched refs:createStepForVF (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 276 createStepForVF(Builder, Phi->getType(), State.VF, State.UF); in generateInstruction() 297 Value *Step = createStepForVF(Builder, IV->getType(), State.VF, Part); in generateInstruction() 1118 Value *VStep = createStepForVF(Builder, STy, VF, Part); in execute()
|
H A D | LoopVectorize.cpp | 953 Value *createStepForVF(IRBuilderBase &B, Type *Ty, ElementCount VF, in createStepForVF() function 2405 Value *StartIdx0 = createStepForVF(Builder, IntStepTy, State.VF, Part); in buildScalarSteps() 2889 Value *Step = createStepForVF(Builder, Ty, VF, UF); in getOrCreateVectorTripCount() 2982 return createStepForVF(Builder, CountTy, VF, UF); in emitIterationCountCheck() 2985 createStepForVF(Builder, CountTy, MinProfitableTripCount, 1); in emitIterationCountCheck() 2989 Intrinsic::umax, MinProfTC, createStepForVF(Builder, CountTy, VF, UF)); in emitIterationCountCheck() 7815 P, Count, createStepForVF(Builder, Count->getType(), VFactor, UFactor), in emitIterationCountCheck() 7985 createStepForVF(Builder, Count->getType(), in emitMinimumVectorEpilogueIterCountCheck() 9476 createStepForVF(State.Builder, PtrInd->getType(), State.VF, Part); in execute() 9759 createStepForVF(Builder, Builder.getInt32Ty(), State.VF, Part); in execute()
|
H A D | VPlan.h | 76 Value *createStepForVF(IRBuilderBase &B, Type *Ty, ElementCount VF,
|