Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4707 MaxFactors.FixedVF.getFixedValue(); in computeMaxVF()
4708 if (MaxFactors.ScalableVF) { in computeMaxVF()
4713 *MaxVScale * MaxFactors.ScalableVF.getKnownMinValue()); in computeMaxVF()
4733 return MaxFactors; in computeMaxVF()
4743 return MaxFactors; in computeMaxVF()
4752 return MaxFactors; in computeMaxVF()
7355 FixedScalableVFPair MaxFactors = CM.computeMaxVF(UserVF, UserIC); in plan() local
7374 UserVF.isScalable() ? MaxFactors.ScalableVF : MaxFactors.FixedVF; in plan()
7401 ElementCount::isKnownLE(VF, MaxFactors.FixedVF); VF *= 2) in plan()
7404 ElementCount::isKnownLE(VF, MaxFactors.ScalableVF); VF *= 2) in plan()
[all …]