Searched refs:is_cf_op (Results 1 – 5 of 5) sorted by relevance
328 if(!n.dst.empty() || n.is_cf_op(CF_OP_CALL_FS)) { in process_op()
982 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()
367 bool node::is_cf_op(unsigned op) { in is_cf_op() function in r600_sb::node
742 bool call_fs = n->is_cf_op(CF_OP_CALL_FS); in split_vector_inst()
820 bool is_cf_op(unsigned op);