Searched refs:MaxPowerOf2RuntimeVF (Results 1 – 1 of 1) sorted by relevance
4706 std::optional<unsigned> MaxPowerOf2RuntimeVF = in computeMaxVF() local4711 MaxPowerOf2RuntimeVF = std::max<unsigned>( in computeMaxVF()4712 *MaxPowerOf2RuntimeVF, in computeMaxVF()4715 MaxPowerOf2RuntimeVF = std::nullopt; // Stick with tail-folding for now. in computeMaxVF()4718 if (MaxPowerOf2RuntimeVF && *MaxPowerOf2RuntimeVF > 0) { in computeMaxVF()4719 assert((UserVF.isNonZero() || isPowerOf2_32(*MaxPowerOf2RuntimeVF)) && in computeMaxVF()4722 UserIC ? *MaxPowerOf2RuntimeVF * UserIC : *MaxPowerOf2RuntimeVF; in computeMaxVF()