Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1109 static Value *createStepForVF(IRBuilder<> &B, Constant *Step, ElementCount VF) { in createStepForVF() function
2594 createStepForVF(Builder, ConstantInt::get(IntStepTy, Part), VF); in buildScalarSteps()
2937 Value *Increment = createStepForVF(Builder, Builder.getInt32(Part), VF); in vectorizeMemoryInstruction()
3149 Value *Step = createStepForVF(Builder, ConstantInt::get(Ty, UF), VF); in getOrCreateVectorTripCount()
3245 createStepForVF(Builder, ConstantInt::get(Count->getType(), UF), VF); in emitMinimumIterationCountCheck()
3696 Value *Step = createStepForVF(Builder, ConstantInt::get(IdxTy, UF), VF); in createVectorizedLoopSkeleton()
4844 Value *PartStart = createStepForVF( in widenPHIInstruction()