Searched refs:OPC_END (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_remove_unreachable.c | 37 if (instr->opc == OPC_END) {
|
| H A D | ir3_dce.c | 72 if (instr->opc == OPC_END || instr->opc == OPC_CHSH ||
|
| H A D | ir3_delay.c | 87 if (consumer->opc == OPC_END || consumer->opc == OPC_CHMASK)
|
| H A D | instr-a3xx.h | 67 OPC_END = _OPC(0, 6), enumerator in enum:__anon12988a590103
|
| H A D | ir3_print.c | 324 if (!is_flow(instr) || instr->opc == OPC_END || instr->opc == OPC_CHMASK) {
|
| H A D | disasm-a3xx.c | 165 OPC(0, OPC_END, end),
|
| H A D | ir3_sched.c | 1030 if (use->opc != OPC_END && use->opc != OPC_CHMASK)
|
| H A D | ir3_parser.y | 785 | T_OP_END { new_instr(OPC_END); }
|
| H A D | ir3_compiler_nir.c | 3870 if (instr->opc == OPC_END || instr->opc == OPC_CHMASK) 4155 ir3_instr_create(ctx->block, OPC_END, 0, outputs_count);
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_depth.c | 174 if (instr->opc == OPC_END)
|
| H A D | instr-a3xx.h | 47 OPC_END = _OPC(0, 6), enumerator in enum:__anon3a3a0e460103
|
| H A D | disasm-a3xx.c | 876 OPC(0, OPC_END, end), 1087 return (instr->opc_cat == 0) && (opc == OPC_END);
|
Completed in 19 milliseconds