Searched refs:OPC_CHMASK (Results 1 – 9 of 9) sorted by relevance
73 instr->opc == OPC_CHMASK) in remove_unused_by_block()
87 if (consumer->opc == OPC_END || consumer->opc == OPC_CHMASK) in ir3_delayslots()
70 OPC_CHMASK = _OPC(0, 9), enumerator
324 if (!is_flow(instr) || instr->opc == OPC_END || instr->opc == OPC_CHMASK) { in print_instr()
168 OPC(0, OPC_CHMASK, chmask),
1030 if (use->opc != OPC_END && use->opc != OPC_CHMASK) in is_output_collect()
788 | T_OP_CHMASK { new_instr(OPC_CHMASK); }
3870 if (instr->opc == OPC_END || instr->opc == OPC_CHMASK) in find_end()4064 ir3_instr_create(ctx->block, OPC_CHMASK, 0, outputs_count); in ir3_compile_shader_nir()
2018 else if (instr->opc == OPC_CHMASK) in handle_block()