Searched refs:getRuntimeVF (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 949 Value *getRuntimeVF(IRBuilderBase &B, Type *Ty, ElementCount VF) { in getRuntimeVF() function 958 Value *RuntimeVF = getRuntimeVF(B, IntTy, VF); in getRuntimeVFAsFloat() 1920 RuntimeVF = getRuntimeVF(B, B.getIntNTy(Bits), VF); in Create() 2869 Value *NumLanes = getRuntimeVF(Builder, Ty, VF * UF); in getOrCreateVectorTripCount() 3789 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, VF); in fixFirstOrderRecurrence() 3801 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, VF); in fixFirstOrderRecurrence() 9292 RuntimeVF = getRuntimeVF(Builder, StepType, State.VF); in execute() 9393 Value *RuntimeVF = getRuntimeVF(State.Builder, PhiType, State.VF); in execute() 9481 getRuntimeVF(State.Builder, Step->getType(), State.VF * Part); in execute() 9619 Value *RunTimeVF = getRuntimeVF(Builder, Builder.getInt32Ty(), State.VF); in execute()
|
| H A D | VPlan.cpp | 67 return Builder.CreateSub(getRuntimeVF(Builder, Builder.getInt32Ty(), VF), in getAsRuntimeExpr()
|
| H A D | VPlanRecipes.cpp | 1067 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, State.VF); in execute()
|
| H A D | VPlan.h | 70 Value *getRuntimeVF(IRBuilderBase &B, Type *Ty, ElementCount VF);
|