Home
last modified time | relevance | path

Searched refs:is_flow (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_delay.c78 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()
Dir3_legalize.c591 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()
Dir3_print.c373 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()
Dir3_postsched.c118 bool counts_for_delay = is_alu(instr) || is_flow(instr); in schedule()
Dir3_sched.c311 bool counts_for_delay = is_alu(instr) || is_flow(instr); in schedule()
Dir3.h821 is_flow(struct ir3_instruction *instr) in is_flow() function