Lines Matching refs:NIR_PASS

4433         NIR_PASS(progress, nir, nir_lower_regs_to_ssa);
4443 NIR_PASS(progress, nir, pan_nir_lower_64bit_intrin);
4444 NIR_PASS(progress, nir, pan_lower_helper_invocation);
4446 NIR_PASS(progress, nir, nir_lower_int64);
4452 NIR_PASS(progress, nir, nir_lower_idiv, &idiv_options);
4454 NIR_PASS(progress, nir, nir_lower_tex, &lower_tex_options);
4455 NIR_PASS(progress, nir, nir_lower_alu_to_scalar, bi_scalarize_filter, NULL);
4456 NIR_PASS(progress, nir, nir_lower_load_const_to_scalar);
4461 NIR_PASS(progress, nir, nir_lower_var_copies);
4462 NIR_PASS(progress, nir, nir_lower_vars_to_ssa);
4463 NIR_PASS(progress, nir, nir_lower_wrmasks, should_split_wrmask, NULL);
4465 NIR_PASS(progress, nir, nir_copy_prop);
4466 NIR_PASS(progress, nir, nir_opt_remove_phis);
4467 NIR_PASS(progress, nir, nir_opt_dce);
4468 NIR_PASS(progress, nir, nir_opt_dead_cf);
4469 NIR_PASS(progress, nir, nir_opt_cse);
4470 NIR_PASS(progress, nir, nir_opt_peephole_select, 64, false, true);
4471 NIR_PASS(progress, nir, nir_opt_algebraic);
4472 NIR_PASS(progress, nir, nir_opt_constant_folding);
4474 NIR_PASS(progress, nir, nir_lower_alu);
4478 NIR_PASS(lower_flrp_progress,
4484 NIR_PASS(progress, nir,
4495 NIR_PASS(progress, nir, nir_opt_undef);
4496 NIR_PASS(progress, nir, nir_lower_undef_to_zero);
4498 NIR_PASS(progress, nir, nir_opt_shrink_vectors);
4499 NIR_PASS(progress, nir, nir_opt_loop_unroll);
4504 NIR_PASS(progress, nir, nir_lower_int64);
4512 NIR_PASS(late_algebraic, nir, nir_opt_algebraic_late);
4513 NIR_PASS(progress, nir, nir_opt_constant_folding);
4514 NIR_PASS(progress, nir, nir_copy_prop);
4515 NIR_PASS(progress, nir, nir_opt_dce);
4516 NIR_PASS(progress, nir, nir_opt_cse);
4519 NIR_PASS(progress, nir, nir_lower_alu_to_scalar, bi_scalarize_filter, NULL);
4520 NIR_PASS(progress, nir, nir_lower_phis_to_scalar, true);
4521 NIR_PASS(progress, nir, nir_opt_vectorize, bi_vectorize_filter, NULL);
4522 NIR_PASS(progress, nir, nir_lower_bool_to_bitsize);
4526 NIR_PASS(late_algebraic, nir, bifrost_nir_lower_algebraic_late);
4530 NIR_PASS(late_algebraic, nir, nir_opt_algebraic_late);
4531 NIR_PASS(progress, nir, nir_opt_constant_folding);
4532 NIR_PASS(progress, nir, nir_copy_prop);
4533 NIR_PASS(progress, nir, nir_opt_dce);
4534 NIR_PASS(progress, nir, nir_opt_cse);
4537 NIR_PASS(progress, nir, nir_lower_load_const_to_scalar);
4538 NIR_PASS(progress, nir, nir_opt_dce);
4973 NIR_PASS(progress, nir, nir_opt_dce);
4974 NIR_PASS(progress, nir, nir_opt_dead_cf);