Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1108 static Value *createStepForVF(IRBuilder<> &B, Constant *Step, ElementCount VF) { in createStepForVF() function
2613 createStepForVF(Builder, ConstantInt::get(IntStepTy, Part), VF); in buildScalarSteps()
2956 Value *Increment = createStepForVF(Builder, Builder.getInt32(Part), VF); in vectorizeMemoryInstruction()
3175 Value *Step = createStepForVF(Builder, ConstantInt::get(Ty, UF), VF); in getOrCreateVectorTripCount()
3266 createStepForVF(Builder, ConstantInt::get(Count->getType(), UF), VF); in emitMinimumIterationCountCheck()
3742 Value *Step = createStepForVF(Builder, ConstantInt::get(IdxTy, UF), VF); in createVectorizedLoopSkeleton()
4766 Value *PartStart = createStepForVF( in widenPHIInstruction()