Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1120 Value *getRuntimeVF(IRBuilder<> &B, Type *Ty, ElementCount VF) { in getRuntimeVF() function
2295 Value *RuntimeVF = getRuntimeVF(Builder, StepType, VF); in createVectorIntOrFpInductionPHI()
2923 Value *RunTimeVF = getRuntimeVF(Builder, Builder.getInt32Ty(), VF); in vectorizeMemoryInstruction()
4197 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, VF); in fixFirstOrderRecurrence()
4266 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, VF); in fixFirstOrderRecurrence()
4278 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, VF); in fixFirstOrderRecurrence()
4890 Value *RuntimeVF = getRuntimeVF(Builder, PhiType, VF); in widenPHIInstruction()
H A DVPlan.cpp68 return Builder.CreateSub(getRuntimeVF(Builder, Builder.getInt32Ty(), VF), in getAsRuntimeExpr()
H A DVPlan.h67 Value *getRuntimeVF(IRBuilder<> &B, Type *Ty, ElementCount VF);