HomeSort by relevance Sort by last modified time
    Searched refs:nir_instr_remove (Results 1 - 25 of 49) sorted by null

1 2

  /external/mesa3d/src/compiler/nir/
nir_lower_patch_vertices.c 44 nir_instr_remove(instr);
nir_opt_cse.c 49 nir_instr_remove(instr);
nir_lower_alu_to_scalar.c 73 nir_instr_remove(&instr->instr);
115 nir_instr_remove(&instr->instr);
137 nir_instr_remove(&instr->instr);
152 nir_instr_remove(&instr->instr);
169 nir_instr_remove(&instr->instr);
187 nir_instr_remove(&instr->instr);
242 nir_instr_remove(&instr->instr);
nir_lower_io_to_scalar.c 62 nir_instr_remove(&intr->instr);
92 nir_instr_remove(&intr->instr);
nir_lower_double_packing.c 75 nir_instr_remove(&alu_instr->instr);
nir_lower_load_const_to_scalar.c 67 nir_instr_remove(&lower->instr);
nir_lower_gs_intrinsics.c 106 nir_instr_remove(&intrin->instr);
129 nir_instr_remove(&intrin->instr);
nir_split_var_copies.c 226 nir_instr_remove(&intrinsic->instr);
234 nir_instr_remove(&intrinsic->instr);
nir_opt_conditional_discard.c 102 nir_instr_remove(&intrin->instr);
nir_opt_remove_phis.c 134 nir_instr_remove(instr);
nir_opt_trivial_continues.c 68 nir_instr_remove(last_instr);
nir_lower_system_values.c 130 nir_instr_remove(&load_var->instr);
nir_opt_dce.c 153 nir_instr_remove(instr);
nir_opt_loop_unroll.c 54 nir_instr_remove(last_instr);
185 nir_instr_remove(break_instr);
215 nir_instr_remove(nir_block_last_instr(term->break_block));
339 nir_instr_remove(break_instr);
nir_opt_undef.c 125 nir_instr_remove(&intrin->instr);
nir_opt_constant_folding.c 111 nir_instr_remove(&instr->instr);
161 nir_instr_remove(&instr->instr);
nir_lower_vars_to_ssa.c 466 nir_instr_remove(&copy->instr);
511 nir_instr_remove(&intrin->instr);
536 nir_instr_remove(&intrin->instr);
550 nir_instr_remove(&intrin->instr);
598 nir_instr_remove(&intrin->instr);
nir_lower_atomics.c 170 nir_instr_remove(&instr->instr);
nir_lower_to_source_mods.c 93 nir_instr_remove(&parent->instr);
nir_lower_var_copies.c 173 nir_instr_remove(&copy->instr);
nir_opt_copy_prop_vars.c 252 nir_instr_remove(instr);
363 nir_instr_remove(instr);
448 nir_instr_remove(&intrin->instr);
735 nir_instr_remove(instr);
nir_opt_peephole_select.c 230 nir_instr_remove(&phi->instr);
nir_remove_dead_variables.c 134 nir_instr_remove(instr);
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_nir_lower_if_else.c 192 nir_instr_remove(instr);
198 /* NOTE: exec_node_remove() is safe here (vs nir_instr_remove()
289 nir_instr_remove(&phi->instr);
  /external/mesa3d/src/compiler/nir/tests/
control_flow_tests.cpp 107 nir_instr_remove(&jump->instr);

Completed in 340 milliseconds

1 2