Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp961 Value *getRuntimeVF(IRBuilderBase &B, Type *Ty, ElementCount VF) { in getRuntimeVF() function
991 Value *RuntimeVF = getRuntimeVF(B, IntTy, VF); in getRuntimeVFAsFloat()
1954 RuntimeVF = getRuntimeVF(B, B.getIntNTy(Bits), VF); in Create()
2902 Value *NumLanes = getRuntimeVF(Builder, Ty, VF * UF); in getOrCreateVectorTripCount()
3805 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, VF); in fixFixedOrderRecurrence()
3817 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, VF); in fixFixedOrderRecurrence()
9413 RuntimeVF = getRuntimeVF(Builder, StepType, State.VF); in execute()
9510 Value *RuntimeVF = getRuntimeVF(State.Builder, PhiType, State.VF); in execute()
9743 Value *RunTimeVF = getRuntimeVF(Builder, Builder.getInt32Ty(), State.VF); in execute()
H A DVPlan.cpp68 return Builder.CreateSub(getRuntimeVF(Builder, Builder.getInt32Ty(), VF), in getAsRuntimeExpr()
H A DVPlanRecipes.cpp1154 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, State.VF); in execute()
H A DVPlan.h73 Value *getRuntimeVF(IRBuilderBase &B, Type *Ty, ElementCount VF);