Searched refs:getRuntimeVF (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 1250 Value *RuntimeVF = getRuntimeVF(B, IntTy, VF); in getRuntimeVFAsFloat() 1315 RuntimeVF = getRuntimeVF(Builder, StepType, State.VF); in execute() 1606 Value *RunTimeVF = getRuntimeVF(Builder, IndexTy, State.VF); in execute() 2157 getRuntimeVF(State.Builder, State.Builder.getInt32Ty(), State.VF); in execute() 2531 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, State.VF); in execute()
|
H A D | VPlan.cpp | 75 return Builder.CreateSub(getRuntimeVF(Builder, Builder.getInt32Ty(), VF), in getAsRuntimeExpr()
|
H A D | LoopVectorize.cpp | 924 Value *getRuntimeVF(IRBuilderBase &B, Type *Ty, ElementCount VF) { in getRuntimeVF() function 1887 RuntimeVF = getRuntimeVF(B, B.getIntNTy(Bits), VF); in Create() 9079 Value *RuntimeVF = getRuntimeVF(State.Builder, PhiType, State.VF); in execute()
|
H A D | VPlan.h | 80 Value *getRuntimeVF(IRBuilderBase &B, Type *Ty, ElementCount VF);
|