Searched refs:match_dop (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | genmatch.c | 1579 dt_operand *match_dop; member 1586 : dt_node (type, parent_), op (op_), match_dop (match_dop_), in dt_operand() 1700 return (((as_a<dt_operand *> (n1))->match_dop in cmp_node() 1701 == (as_a<dt_operand *> (n2))->match_dop) in cmp_node() 1804 dt_node::append_match_op (operand *op, dt_operand *match_dop, in append_match_op() argument 1808 dt_operand *n = new dt_operand (DT_MATCH, op, match_dop, parent_, pos); in append_match_op() 1978 fprintf (f, "match (%p)", (void *)((as_a<dt_operand *>(p))->match_dop)); in print_node() 2681 match_dop->get_name (match_opname); in gen_match_op()
|