Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3713 std::optional<unsigned> MaxPowerOf2RuntimeVF = in computeMaxVF() local
3718 MaxPowerOf2RuntimeVF = std::max<unsigned>( in computeMaxVF()
3719 *MaxPowerOf2RuntimeVF, in computeMaxVF()
3722 MaxPowerOf2RuntimeVF = std::nullopt; // Stick with tail-folding for now. in computeMaxVF()
3748 if (MaxPowerOf2RuntimeVF > 0u) { in computeMaxVF()
3749 assert((UserVF.isNonZero() || isPowerOf2_32(*MaxPowerOf2RuntimeVF)) && in computeMaxVF()
3751 if (NoScalarEpilogueNeeded(*MaxPowerOf2RuntimeVF)) { in computeMaxVF()
3762 if (MaxPowerOf2RuntimeVF > 0u) { in computeMaxVF()