Searched refs:is_flow (Results 1 – 4 of 4) sorted by relevance
106 if (is_flow(consumer) || is_sfu(consumer) || is_tex(consumer) || in ir3_delayslots()125 return is_alu(n) || (is_flow(n) && (n->opc != OPC_JUMP) && (n->opc != OPC_B)); in count_instruction()
290 if (is_flow(instr) && instr->cat0.target) { in print_instr()
546 if (is_flow(instr) && instr->cat0.target) in resolve_jumps()
647 static inline bool is_flow(struct ir3_instruction *instr) in is_flow() function903 if ((instr->regs_count == 0) || is_store(instr) || is_flow(instr)) in dest_regs()