Searched refs:nir_lower_iadd64 (Results 1 – 3 of 3) sorted by relevance
843 return nir_lower_iadd64; in nir_lower_int64_op_to_options_mask()
3209 nir_lower_iadd64 = (1 << 6), enumerator
438675 …condition_flags[54] = options->lower_hadd64 || (options->lower_int64_options & nir_lower_iadd64) !… in nir_opt_algebraic()438676 …condition_flags[55] = options->lower_add_sat || (options->lower_int64_options & nir_lower_iadd64) … in nir_opt_algebraic()438678 …on_flags[57] = options->lower_usub_sat64 || (options->lower_int64_options & nir_lower_iadd64) != 0; in nir_opt_algebraic()438679 condition_flags[58] = (options->lower_int64_options & nir_lower_iadd64) != 0; in nir_opt_algebraic()440312 …condition_flags[54] = options->lower_hadd64 || (options->lower_int64_options & nir_lower_iadd64) !… in nir_opt_algebraic_before_ffma()440313 …condition_flags[55] = options->lower_add_sat || (options->lower_int64_options & nir_lower_iadd64) … in nir_opt_algebraic_before_ffma()440315 …on_flags[57] = options->lower_usub_sat64 || (options->lower_int64_options & nir_lower_iadd64) != 0; in nir_opt_algebraic_before_ffma()440316 condition_flags[58] = (options->lower_int64_options & nir_lower_iadd64) != 0; in nir_opt_algebraic_before_ffma()460088 …condition_flags[54] = options->lower_hadd64 || (options->lower_int64_options & nir_lower_iadd64) !… in nir_opt_algebraic_late()460089 …condition_flags[55] = options->lower_add_sat || (options->lower_int64_options & nir_lower_iadd64) … in nir_opt_algebraic_late()[all …]