Searched refs:is_flow (Results 1 – 6 of 6) sorted by relevance
78 if (is_flow(consumer) || is_sfu(consumer) || is_tex(consumer) || in ir3_delayslots()106 (is_flow(n) && (n->opc != OPC_JUMP) && (n->opc != OPC_B)); in count_instruction()
591 if (!is_flow(instr) || !instr->cat0.target) in opt_jump()648 if (is_flow(instr) && instr->cat0.target) { in resolve_jumps()705 if (!is_flow(instr)) in mark_xvergence_points()
373 if (!is_flow(instr) || instr->opc == OPC_END || instr->opc == OPC_CHMASK) { in print_instr()410 if (is_flow(instr) && instr->cat0.target) { in print_instr()
118 bool counts_for_delay = is_alu(instr) || is_flow(instr); in schedule()
311 bool counts_for_delay = is_alu(instr) || is_flow(instr); in schedule()
821 is_flow(struct ir3_instruction *instr) in is_flow() function