Home
last modified time | relevance | path

Searched refs:nir_instr_insert_before (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_phis_to_scalar.c226 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 Dnir_opt_rematerialize_compares.c191 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 Dnir_lower_atomics_to_ssbo.c161 nir_instr_insert_before(&instr->instr, &new_instr->instr); in lower_instr()
H A Dnir_opt_peephole_select.c535 nir_instr_insert_before(&phi->instr, &sel->instr); in nir_opt_peephole_select_block()
H A Dnir_split_64bit_vec3_and_vec4.c255 nir_instr_insert_before(&phi->instr, &new_phi[i]->instr); in split_phi()
H A Dnir_lower_vars_to_ssa.c441 nir_instr_insert_before(&load_instr->instr, &undef->instr); in register_load_instr()
H A Dnir_print.c2881 nir_instr_insert_before(instr, &debug_info[instr_count++]->instr); in nir_shader_gather_debug_info()
H A Dnir.h4866 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 Detnaviv_nir.c141 nir_instr_insert_before(&tex->instr, &vec->instr); in etna_lower_io()
H A Detnaviv_compiler_nir.c747 nir_instr_insert_before(&vec->instr, &mov->instr); in insert_vec_mov()