Lines Matching refs:opc
155 if (is_meta(n) && (n->opc != OPC_META_TEX_PREFETCH))
164 if ((last_n && is_barrier(last_n)) || n->opc == OPC_SHPE) {
172 if (last_n && (last_n->opc == OPC_PREDT)) {
225 if ((n->flags & IR3_INSTR_SS) && (opc_cat(n->opc) >= 5)) {
233 if (list_is_empty(&block->instr_list) && (opc_cat(n->opc) >= 5))
238 ctx->type != MESA_SHADER_COMPUTE && n->opc == OPC_SAMGQ) {
245 samgp->opc = OPC_SAMGP0 + i;
264 if (n->opc == OPC_META_TEX_PREFETCH)
266 } else if (n->opc == OPC_RESINFO) {
275 } else if (is_atomic(n->opc)) {
276 if (is_bindless_atomic(n->opc)) {
278 } else if (is_global_a3xx_atomic(n->opc) ||
279 is_global_a6xx_atomic(n->opc)) {
286 if (is_ssbo(n->opc) || is_global_a3xx_atomic(n->opc) ||
287 is_bindless_atomic(n->opc))
300 last_input_needs_ss |= (n->opc == OPC_LDLV);
313 if (n->opc == OPC_LDLV) {
397 if (n->opc == OPC_DSXPP_MACRO || n->opc == OPC_DSYPP_MACRO) {
398 n->opc = (n->opc == OPC_DSXPP_MACRO) ? OPC_DSXPP_1 : OPC_DSYPP_1;
465 if (instr->opc == OPC_JUMP) {
622 if (jumps[0]->opc == OPC_JUMP)
624 else if (jumps[0]->opc != OPC_B || !jumps[1] || jumps[1]->opc != OPC_B)
832 if (instr->opc != OPC_KILL)
885 ((opc_cat(last->opc) == 2) || (opc_cat(last->opc) == 3)) &&
893 if ((delay > 0) && last && (last->opc == OPC_NOP)) {