Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3_delay.c106 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()
Dir3_print.c290 if (is_flow(instr) && instr->cat0.target) { in print_instr()
Dir3_legalize.c546 if (is_flow(instr) && instr->cat0.target) in resolve_jumps()
Dir3.h647 static inline bool is_flow(struct ir3_instruction *instr) in is_flow() function
903 if ((instr->regs_count == 0) || is_store(instr) || is_flow(instr)) in dest_regs()