Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1595 ElementCount getMaxLegalScalableVF(unsigned MaxSafeElements);
4803 LoopVectorizationCostModel::getMaxLegalScalableVF(unsigned MaxSafeElements) { in getMaxLegalScalableVF() function in LoopVectorizationCostModel
4878 auto MaxSafeScalableVF = getMaxLegalScalableVF(MaxSafeElements); in computeFeasibleMaxVF()