Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2295 Value *RuntimeVF = getRuntimeVF(Builder, StepType, VF); in createVectorIntOrFpInductionPHI() local
2297 RuntimeVF = Builder.CreateSIToFP(RuntimeVF, Step->getType()); in createVectorIntOrFpInductionPHI()
2298 Value *Mul = Builder.CreateBinOp(MulOp, Step, RuntimeVF); in createVectorIntOrFpInductionPHI()
4197 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, VF); in fixFirstOrderRecurrence() local
4198 auto *LastIdx = Builder.CreateSub(RuntimeVF, One); in fixFirstOrderRecurrence()
4266 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, VF); in fixFirstOrderRecurrence() local
4267 auto *LastIdx = Builder.CreateSub(RuntimeVF, One); in fixFirstOrderRecurrence()
4278 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, VF); in fixFirstOrderRecurrence() local
4279 auto *Idx = Builder.CreateSub(RuntimeVF, ConstantInt::get(IdxTy, 2)); in fixFirstOrderRecurrence()
4890 Value *RuntimeVF = getRuntimeVF(Builder, PhiType, VF); in widenPHIInstruction() local
[all …]