Home
last modified time | relevance | path

Searched refs:OPC_END (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_remove_unreachable.c37 if (instr->opc == OPC_END) { in delete_block()
Dir3_dce.c72 if (instr->opc == OPC_END || instr->opc == OPC_CHSH || in remove_unused_by_block()
Dir3_delay.c87 if (consumer->opc == OPC_END || consumer->opc == OPC_CHMASK) in ir3_delayslots()
Dinstr-a3xx.h67 OPC_END = _OPC(0, 6), enumerator
Dir3_print.c324 if (!is_flow(instr) || instr->opc == OPC_END || instr->opc == OPC_CHMASK) { in print_instr()
Ddisasm-a3xx.c165 OPC(0, OPC_END, end),
Dir3_sched.c1030 if (use->opc != OPC_END && use->opc != OPC_CHMASK) in is_output_collect()
Dir3_parser.y785 | T_OP_END { new_instr(OPC_END); }
Dir3_compiler_nir.c3870 if (instr->opc == OPC_END || instr->opc == OPC_CHMASK) in find_end()
4155 ir3_instr_create(ctx->block, OPC_END, 0, outputs_count); in ir3_compile_shader_nir()