Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_atomics.c109 nir_instr_insert_before(&instr->instr, &offset_const->instr); in lower_instr()
128 nir_instr_insert_before(&instr->instr, &atomic_counter_size->instr); in lower_instr()
136 nir_instr_insert_before(&instr->instr, &mul->instr); in lower_instr()
145 nir_instr_insert_before(&instr->instr, &add->instr); in lower_instr()
169 nir_instr_insert_before(&instr->instr, &new_instr->instr); in lower_instr()
Dnir_lower_locals_to_regs.c161 nir_instr_insert_before(instr, &load_const->instr); in get_deref_reg_src()
169 nir_instr_insert_before(instr, &mul->instr); in get_deref_reg_src()
187 nir_instr_insert_before(instr, &add->instr); in get_deref_reg_src()
226 nir_instr_insert_before(&intrin->instr, &mov->instr); in lower_locals_to_regs_block()
248 nir_instr_insert_before(&intrin->instr, &mov->instr); in lower_locals_to_regs_block()
Dnir_lower_var_copies.c129 nir_instr_insert_before(&copy_instr->instr, &load->instr); in emit_copy_load_store()
140 nir_instr_insert_before(&copy_instr->instr, &store->instr); in emit_copy_load_store()
Dnir_lower_phis_to_scalar.c231 nir_instr_insert_before(pred_last_instr, &mov->instr); in lower_phis_to_scalar_block()
242 nir_instr_insert_before(&phi->instr, &new_phi->instr); in lower_phis_to_scalar_block()
Dnir_search.c476 nir_instr_insert_before(instr, &alu->instr); in construct_value()
554 nir_instr_insert_before(instr, &load->instr); in construct_value()
608 nir_instr_insert_before(&instr->instr, &mov->instr); in nir_replace_instr()
Dnir_opt_peephole_select.c229 nir_instr_insert_before(&phi->instr, &sel->instr); in nir_opt_peephole_select_block()
Dnir_opt_constant_folding.c106 nir_instr_insert_before(&instr->instr, &new_instr->instr); in constant_fold_alu_instr()
Dnir_lower_vars_to_ssa.c510 nir_instr_insert_before(&intrin->instr, &undef->instr); in rename_variables()
535 nir_instr_insert_before(&intrin->instr, &mov->instr); in rename_variables()
Dnir_lower_vec_to_movs.c98 nir_instr_insert_before(&vec->instr, &mov->instr); in insert_mov()
Dnir_lower_io.c475 nir_instr_insert_before(&intrin->instr, &replacement->instr); in nir_lower_io_block()
Dnir.h2116 nir_instr_insert_before(nir_instr *instr, nir_instr *before) in nir_instr_insert_before() function
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_nir_lower_if_else.c288 nir_instr_insert_before(&phi->instr, &sel->instr); in lower_if_else_block()