Lines Matching refs:Max
731 unsigned Max) { in emitAttributeIfNotDefault()
733 if (getAssumed().getLower() == Min && getAssumed().getUpper() - 1 == Max) in emitAttributeIfNotDefault()
784 unsigned Min, Max; in manifest() local
785 std::tie(Min, Max) = InfoCache.getMaximumFlatWorkGroupRange(*F); in manifest()
786 return emitAttributeIfNotDefault(A, Min, Max); in manifest()
834 unsigned Min, Max; in initialize() local
835 std::tie(Min, Max) = InfoCache.getWavesPerEU( in initialize()
839 ConstantRange Range(APInt(32, Min), APInt(32, Max + 1)); in initialize()
864 unsigned Min, Max; in updateImpl() local
865 std::tie(Min, Max) = InfoCache.getEffectiveWavesPerEU( in updateImpl()
871 ConstantRange CallerRange(APInt(32, Min), APInt(32, Max + 1)); in updateImpl()
892 unsigned Max = InfoCache.getMaxWavesPerEU(*F); in manifest() local
893 return emitAttributeIfNotDefault(A, 1, Max); in manifest()