Lines Matching refs:NIR_PASS
265 NIR_PASS(this_progress, nir, pass, ##__VA_ARGS__); \
1695 NIR_PASS(progress, nir, nir_remove_dead_variables, in st_nir_opts()
1701 NIR_PASS(progress, nir, nir_opt_copy_prop_vars); in st_nir_opts()
1702 NIR_PASS(progress, nir, nir_opt_dead_write_vars); in st_nir_opts()
1711 NIR_PASS(progress, nir, nir_copy_prop); in st_nir_opts()
1712 NIR_PASS(progress, nir, nir_opt_remove_phis); in st_nir_opts()
1713 NIR_PASS(progress, nir, nir_opt_dce); in st_nir_opts()
1716 NIR_PASS(progress, nir, nir_copy_prop); in st_nir_opts()
1717 NIR_PASS(progress, nir, nir_opt_dce); in st_nir_opts()
1719 NIR_PASS(progress, nir, nir_opt_if, false); in st_nir_opts()
1720 NIR_PASS(progress, nir, nir_opt_dead_cf); in st_nir_opts()
1721 NIR_PASS(progress, nir, nir_opt_cse); in st_nir_opts()
1722 NIR_PASS(progress, nir, nir_opt_peephole_select, 8, true, true); in st_nir_opts()
1724 NIR_PASS(progress, nir, nir_opt_algebraic); in st_nir_opts()
1725 NIR_PASS(progress, nir, nir_opt_constant_folding); in st_nir_opts()
1727 NIR_PASS(progress, nir, nir_opt_undef); in st_nir_opts()
1728 NIR_PASS(progress, nir, nir_opt_conditional_discard); in st_nir_opts()