Searched refs:RuntimeVF (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.cpp | 1265 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, State.VF); in execute() local 1266 auto *LastIdx = Builder.CreateSub(RuntimeVF, One); in execute()
|
| H A D | LoopVectorize.cpp | 2314 Value *RuntimeVF = getRuntimeVF(Builder, StepType, VF); in createVectorIntOrFpInductionPHI() local 2316 RuntimeVF = Builder.CreateSIToFP(RuntimeVF, Step->getType()); in createVectorIntOrFpInductionPHI() 2317 Value *Mul = Builder.CreateBinOp(MulOp, Step, RuntimeVF); in createVectorIntOrFpInductionPHI() 4239 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, VF); in fixFirstOrderRecurrence() local 4240 auto *LastIdx = Builder.CreateSub(RuntimeVF, One); in fixFirstOrderRecurrence() 4251 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, VF); in fixFirstOrderRecurrence() local 4252 auto *Idx = Builder.CreateSub(RuntimeVF, ConstantInt::get(IdxTy, 2)); in fixFirstOrderRecurrence() 4812 Value *RuntimeVF = getRuntimeVF(Builder, PhiType, VF); in widenPHIInstruction() local 4814 Builder.CreateMul(RuntimeVF, ConstantInt::get(PhiType, State.UF)); in widenPHIInstruction() 4827 Builder.CreateMul(RuntimeVF, ConstantInt::get(PhiType, Part)); in widenPHIInstruction()
|