Searched refs:RuntimeVF (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 958 Value *RuntimeVF = getRuntimeVF(B, IntTy, VF); in getRuntimeVFAsFloat() local 959 return B.CreateUIToFP(RuntimeVF, FTy); in getRuntimeVFAsFloat() 1915 Value *RuntimeVF = nullptr; in Create() local 1919 if (!RuntimeVF) in Create() 1921 return RuntimeVF; in Create() 3789 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, VF); in fixFirstOrderRecurrence() local 3790 auto *LastIdx = Builder.CreateSub(RuntimeVF, One); in fixFirstOrderRecurrence() 3801 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, VF); in fixFirstOrderRecurrence() local 9288 Value *RuntimeVF; in execute() local 9292 RuntimeVF = getRuntimeVF(Builder, StepType, State.VF); in execute() [all …]
|
| H A D | VPlanRecipes.cpp | 1067 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, State.VF); in execute() local 1068 auto *LastIdx = Builder.CreateSub(RuntimeVF, One); in execute()
|