Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_liveness.cpp328 if(!n.dst.empty() || n.is_cf_op(CF_OP_CALL_FS)) { in process_op()
Dsb_bc_finalize.cpp982 if (c->is_cf_op(CF_OP_POP)) { in cf_peephole()
992 } else if (c->is_cf_op(CF_OP_JUMP) && c->jump_target == c->next) { in cf_peephole()
Dsb_ir.cpp367 bool node::is_cf_op(unsigned op) { in is_cf_op() function in r600_sb::node
Dsb_ra_init.cpp742 bool call_fs = n->is_cf_op(CF_OP_CALL_FS); in split_vector_inst()
Dsb_ir.h820 bool is_cf_op(unsigned op);