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 DVPlanRecipes.cpp1250 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 DVPlan.cpp75 return Builder.CreateSub(getRuntimeVF(Builder, Builder.getInt32Ty(), VF), in getAsRuntimeExpr()
H A DLoopVectorize.cpp924 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 DVPlan.h80 Value *getRuntimeVF(IRBuilderBase &B, Type *Ty, ElementCount VF);