Searched defs:RuntimeVF (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 991 Value *RuntimeVF = getRuntimeVF(B, IntTy, VF); in getRuntimeVFAsFloat() local 1949 Value *RuntimeVF = nullptr; in Create() local 3805 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, VF); in fixFixedOrderRecurrence() local 3817 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, VF); in fixFixedOrderRecurrence() local 9409 Value *RuntimeVF; in execute() local 9510 Value *RuntimeVF = getRuntimeVF(State.Builder, PhiType, State.VF); in execute() local
|
H A D | VPlanRecipes.cpp | 1154 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, State.VF); in execute() local
|