Searched refs:getRuntimeVF (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.cpp | 68 return Builder.CreateSub(getRuntimeVF(Builder, Builder.getInt32Ty(), VF), in getAsRuntimeExpr() 1265 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, State.VF); in execute()
|
| H A D | LoopVectorize.cpp | 1119 Value *getRuntimeVF(IRBuilder<> &B, Type *Ty, ElementCount VF) { in getRuntimeVF() function 2314 Value *RuntimeVF = getRuntimeVF(Builder, StepType, VF); in createVectorIntOrFpInductionPHI() 2942 Value *RunTimeVF = getRuntimeVF(Builder, Builder.getInt32Ty(), VF); in vectorizeMemoryInstruction() 4239 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, VF); in fixFirstOrderRecurrence() 4251 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, VF); in fixFirstOrderRecurrence() 4812 Value *RuntimeVF = getRuntimeVF(Builder, PhiType, VF); in widenPHIInstruction()
|
| H A D | VPlan.h | 67 Value *getRuntimeVF(IRBuilder<> &B, Type *Ty, ElementCount VF);
|