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.cpp4081 std::optional<unsigned> MaxPowerOf2RuntimeVF = in computeMaxVF() local
4086 MaxPowerOf2RuntimeVF = std::max<unsigned>( in computeMaxVF()
4087 *MaxPowerOf2RuntimeVF, in computeMaxVF()
4090 MaxPowerOf2RuntimeVF = std::nullopt; // Stick with tail-folding for now. in computeMaxVF()
4093 if (MaxPowerOf2RuntimeVF && *MaxPowerOf2RuntimeVF > 0) { in computeMaxVF()
4094 assert((UserVF.isNonZero() || isPowerOf2_32(*MaxPowerOf2RuntimeVF)) && in computeMaxVF()
4097 UserIC ? *MaxPowerOf2RuntimeVF * UserIC : *MaxPowerOf2RuntimeVF; in computeMaxVF()