Searched refs:nir_instr_insert_before (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_atomics.c | 109 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()
|
D | nir_lower_locals_to_regs.c | 161 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()
|
D | nir_lower_var_copies.c | 129 nir_instr_insert_before(©_instr->instr, &load->instr); in emit_copy_load_store() 140 nir_instr_insert_before(©_instr->instr, &store->instr); in emit_copy_load_store()
|
D | nir_lower_phis_to_scalar.c | 231 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()
|
D | nir_search.c | 476 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()
|
D | nir_opt_peephole_select.c | 229 nir_instr_insert_before(&phi->instr, &sel->instr); in nir_opt_peephole_select_block()
|
D | nir_opt_constant_folding.c | 106 nir_instr_insert_before(&instr->instr, &new_instr->instr); in constant_fold_alu_instr()
|
D | nir_lower_vars_to_ssa.c | 510 nir_instr_insert_before(&intrin->instr, &undef->instr); in rename_variables() 535 nir_instr_insert_before(&intrin->instr, &mov->instr); in rename_variables()
|
D | nir_lower_vec_to_movs.c | 98 nir_instr_insert_before(&vec->instr, &mov->instr); in insert_mov()
|
D | nir_lower_io.c | 475 nir_instr_insert_before(&intrin->instr, &replacement->instr); in nir_lower_io_block()
|
D | nir.h | 2116 nir_instr_insert_before(nir_instr *instr, nir_instr *before) in nir_instr_insert_before() function
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_nir_lower_if_else.c | 288 nir_instr_insert_before(&phi->instr, &sel->instr); in lower_if_else_block()
|