Searched refs:getRuntimeVF (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanHelpers.h | 47 Value *getRuntimeVF(IRBuilderBase &B, Type *Ty, ElementCount VF);
|
| H A D | VPlan.cpp | 80 return Builder.CreateSub(getRuntimeVF(Builder, Builder.getInt32Ty(), VF), in getAsRuntimeExpr() 971 Value *RuntimeVF = getRuntimeVF(Builder, TCTy, State.VF); in prepareToExecute()
|
| H A D | VPlanRecipes.cpp | 876 getRuntimeVF(State.Builder, State.Builder.getInt64Ty(), State.VF); in generate() 3741 Value *RuntimeVF = getRuntimeVF(State.Builder, PhiType, State.VF); in execute() 3867 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, State.VF); in execute()
|
| H A D | LoopVectorize.cpp | 823 Value *getRuntimeVF(IRBuilderBase &B, Type *Ty, ElementCount VF) { in getRuntimeVF() function 1839 RuntimeVF = getRuntimeVF(B, B.getIntNTy(Bits), VF); in create()
|