Searched refs:nir_instr_free (Results 1 – 12 of 12) sorted by relevance
351 nir_instr_free(instr); in ir3_nir_lower_preamble()384 nir_instr_free(instr); in ir3_nir_lower_preamble()
110 nir_instr_free(&mov->instr); in insert_mov()299 nir_instr_free(&vec->instr); in nir_lower_vec_to_movs_instr()
61 nir_instr_free(&intrin->instr); in lower_cube_size()
145 nir_instr_free(©->instr); in lower_var_copies_impl()
161 nir_instr_free(instr); in nir_sweep()
108 nir_instr_free(&alu->instr); in try_fold_alu()
542 nir_instr_free(&alu->instr); in opt_split_alu_of_phi()707 nir_instr_free(&bcsel->instr); in opt_simplify_bcsel_of_phi()
194 nir_instr_free(instr); in nir_shader_destructor()1252 void nir_instr_free(nir_instr *instr) in nir_instr_free() function1284 nir_instr_free(removed_instr); in nir_instr_free_list()
818 nir_instr_free(instr); in nir_shader_replace()
4109 void nir_instr_free(nir_instr *instr);
941 nir_instr_free(instr); in radv_nir_lower_ray_queries()
1385 - nir: Add a nir_instr_free() to replace ralloc_free(instr).1387 - nir/from_ssa: Use nir_instr_free() to free instrs instead of ralloc.1391 - nir/lower_phis_to_scalar: Use nir_instr_free() to free instrs.