Searched refs:MaxPowerOf2RuntimeVF (Results 1 – 1 of 1) sorted by relevance
4081 std::optional<unsigned> MaxPowerOf2RuntimeVF = in computeMaxVF() local4086 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()