Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_delay.c91 if (is_flow(consumer) || is_sfu(consumer) || is_tex(consumer) || in ir3_delayslots()
119 (is_flow(n) && (n->opc != OPC_JUMP) && (n->opc != OPC_B)); in count_instruction()
Dir3_print.c324 if (!is_flow(instr) || instr->opc == OPC_END || instr->opc == OPC_CHMASK) { in print_instr()
365 if (is_flow(instr) && instr->cat0.target) { in print_instr()
Dir3_legalize.c550 if (!is_flow(instr) || !instr->cat0.target) in opt_jump()
607 if (is_flow(instr) && instr->cat0.target) { in resolve_jumps()
Dir3.h761 is_flow(struct ir3_instruction *instr) in is_flow() function
/third_party/boost/boost/graph/
Dpush_relabel_max_flow.hpp661 inline bool is_flow() in is_flow() function in boost::detail::push_relabel
826 BOOST_ASSERT(algo.is_flow()); in push_relabel_max_flow()