Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3525 unsigned MaxSafeElementsPowerOf2 = in computeFeasibleMaxVF() local
3529 MaxSafeElementsPowerOf2 = in computeFeasibleMaxVF()
3530 std::min(MaxSafeElementsPowerOf2, SLDist / WidestType); in computeFeasibleMaxVF()
3532 auto MaxSafeFixedVF = ElementCount::getFixed(MaxSafeElementsPowerOf2); in computeFeasibleMaxVF()
3533 auto MaxSafeScalableVF = getMaxLegalScalableVF(MaxSafeElementsPowerOf2); in computeFeasibleMaxVF()
3536 this->MaxSafeElements = MaxSafeElementsPowerOf2; in computeFeasibleMaxVF()