Searched refs:nir_instr_free_and_dce (Results 1 – 7 of 7) sorted by relevance
76 nir_cursor c = nir_instr_free_and_dce(add01->parent_instr); in TEST_F()92 nir_cursor c = nir_instr_free_and_dce(add->parent_instr); in TEST_F()110 nir_cursor c = nir_instr_free_and_dce(add2->parent_instr); in TEST_F()
961 nir_instr_free_and_dce(instr); in nir_opt_preamble()
1302 nir_instr_free_and_dce(nir_instr *instr) in nir_instr_free_and_dce() function2194 iter = nir_instr_free_and_dce(instr); in nir_function_impl_lower_instructions()2207 iter = nir_instr_free_and_dce(instr); in nir_function_impl_lower_instructions()
5003 nir_cursor nir_instr_free_and_dce(nir_instr *instr);
95 - nir: Avoid visiting instructions multiple times in nir_instr_free_and_dce.
520 - nir: Avoid visiting instructions multiple times in nir_instr_free_and_dce.
900 nir_instr_free_and_dce(&intr->instr); in split_varying_accesses()