Searched refs:nir_instr_insert_before (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_lower_phis_to_scalar.c | 226 nir_instr_insert_before(pred_last_instr, &mov->instr); in lower_phis_to_scalar_block() 233 nir_instr_insert_before(&phi->instr, &new_phi->instr); in lower_phis_to_scalar_block()
|
H A D | nir_opt_rematerialize_compares.c | 191 nir_instr_insert_before(use_instr, &clone->instr); in nir_opt_rematerialize_compares_impl() 291 nir_instr_insert_before(use_instr, &clone->instr); in nir_opt_rematerialize_alu_impl()
|
H A D | nir_lower_atomics_to_ssbo.c | 161 nir_instr_insert_before(&instr->instr, &new_instr->instr); in lower_instr()
|
H A D | nir_opt_peephole_select.c | 535 nir_instr_insert_before(&phi->instr, &sel->instr); in nir_opt_peephole_select_block()
|
H A D | nir_split_64bit_vec3_and_vec4.c | 255 nir_instr_insert_before(&phi->instr, &new_phi[i]->instr); in split_phi()
|
H A D | nir_lower_vars_to_ssa.c | 441 nir_instr_insert_before(&load_instr->instr, &undef->instr); in register_load_instr()
|
H A D | nir_print.c | 2881 nir_instr_insert_before(instr, &debug_info[instr_count++]->instr); in nir_shader_gather_debug_info()
|
H A D | nir.h | 4866 nir_instr_insert_before(nir_instr *instr, nir_instr *before) in nir_instr_insert_before() function
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_nir.c | 141 nir_instr_insert_before(&tex->instr, &vec->instr); in etna_lower_io()
|
H A D | etnaviv_compiler_nir.c | 747 nir_instr_insert_before(&vec->instr, &mov->instr); in insert_vec_mov()
|