Searched refs:createStepForVF (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanHelpers.h | 50 Value *createStepForVF(IRBuilderBase &B, Type *Ty, ElementCount VF,
|
| H A D | VPlanRecipes.cpp | 647 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 D | LoopVectorize.cpp | 816 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 D | VPlan.cpp | 977 VFxUF.setUnderlyingValue(createStepForVF(Builder, TCTy, State.VF, UF)); in prepareToExecute()
|