Home
last modified time | relevance | path

Searched refs:nir_instr_free (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_opt_preamble.c351 nir_instr_free(instr); in ir3_nir_lower_preamble()
384 nir_instr_free(instr); in ir3_nir_lower_preamble()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_vec_to_movs.c110 nir_instr_free(&mov->instr); in insert_mov()
299 nir_instr_free(&vec->instr); in nir_lower_vec_to_movs_instr()
Dnir_lower_image.c61 nir_instr_free(&intrin->instr); in lower_cube_size()
Dnir_lower_var_copies.c145 nir_instr_free(&copy->instr); in lower_var_copies_impl()
Dnir_sweep.c161 nir_instr_free(instr); in nir_sweep()
Dnir_opt_constant_folding.c108 nir_instr_free(&alu->instr); in try_fold_alu()
Dnir_opt_if.c542 nir_instr_free(&alu->instr); in opt_split_alu_of_phi()
707 nir_instr_free(&bcsel->instr); in opt_simplify_bcsel_of_phi()
Dnir.c194 nir_instr_free(instr); in nir_shader_destructor()
1252 void nir_instr_free(nir_instr *instr) in nir_instr_free() function
1284 nir_instr_free(removed_instr); in nir_instr_free_list()
Dnir_clone.c818 nir_instr_free(instr); in nir_shader_replace()
Dnir.h4109 void nir_instr_free(nir_instr *instr);
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_lower_ray_queries.c941 nir_instr_free(instr); in radv_nir_lower_ray_queries()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst1385 - 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.