Home
last modified time | relevance | path

Searched refs:getRuntimeVF (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanHelpers.h47 Value *getRuntimeVF(IRBuilderBase &B, Type *Ty, ElementCount VF);
H A DVPlan.cpp80 return Builder.CreateSub(getRuntimeVF(Builder, Builder.getInt32Ty(), VF), in getAsRuntimeExpr()
971 Value *RuntimeVF = getRuntimeVF(Builder, TCTy, State.VF); in prepareToExecute()
H A DVPlanRecipes.cpp876 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 DLoopVectorize.cpp823 Value *getRuntimeVF(IRBuilderBase &B, Type *Ty, ElementCount VF) { in getRuntimeVF() function
1839 RuntimeVF = getRuntimeVF(B, B.getIntNTy(Bits), VF); in create()