Searched refs:is_flow (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_delay.c91 if (is_flow(consumer) || is_sfu(consumer) || is_tex(consumer) ||
119 (is_flow(n) && (n->opc != OPC_JUMP) && (n->opc != OPC_B));
H A Dir3_print.c324 if (!is_flow(instr) || instr->opc == OPC_END || instr->opc == OPC_CHMASK) {
365 if (is_flow(instr) && instr->cat0.target) {
H A Dir3_legalize.c550 if (!is_flow(instr) || !instr->cat0.target)
607 if (is_flow(instr) && instr->cat0.target) {
H A Dir3.h761 is_flow(struct ir3_instruction *instr) function in typeref:typename:bool
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_depth.c104 if (is_flow(consumer) || is_sfu(consumer) || is_tex(consumer) ||
H A Dir3_legalize.c438 if (is_flow(instr) && instr->cat0.target)
479 if (is_flow(instr) && instr->cat0.target) {
H A Dir3_print.c186 if (is_flow(instr) && instr->cat0.target) {
H A Dir3_sched.c238 if (is_alu(n) || (is_flow(n) && (n->opc != OPC_JUMP) && (n->opc != OPC_BR)))
H A Dir3.h597 static inline bool is_flow(struct ir3_instruction *instr) function in typeref:typename:bool

Completed in 17 milliseconds