Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp957 Value *RuntimeVF = getRuntimeVF(B, IntTy, VF); in getRuntimeVFAsFloat()
1022 RuntimeVF = getRuntimeVF(Builder, StepType, State.VF); in execute()
1320 Value *RunTimeVF = getRuntimeVF(Builder, IndexTy, State.VF); in execute()
1693 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, State.VF); in execute()
H A DVPlan.cpp71 return Builder.CreateSub(getRuntimeVF(Builder, Builder.getInt32Ty(), VF), in getAsRuntimeExpr()
H A DLoopVectorize.cpp1007 Value *getRuntimeVF(IRBuilderBase &B, Type *Ty, ElementCount VF) { in getRuntimeVF() function
2014 RuntimeVF = getRuntimeVF(B, B.getIntNTy(Bits), VF); in Create()
2531 Value *RuntimeVF = getRuntimeVF(Builder, Builder.getInt32Ty(), VF); in vectorizeInterleaveGroup()
2825 Value *NumLanes = getRuntimeVF(Builder, Ty, VF * UF); in getOrCreateVectorTripCount()
3608 RuntimeVF = getRuntimeVF(Builder, IdxTy, VF); in fixFixedOrderRecurrence()
9284 Value *RuntimeVF = getRuntimeVF(State.Builder, PhiType, State.VF); in execute()
H A DVPlan.h75 Value *getRuntimeVF(IRBuilderBase &B, Type *Ty, ElementCount VF);