Searched refs:match_dop (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | genmatch.cc | 1648 dt_operand *match_dop; member in dt_operand 1655 : dt_node (type, parent_), op (op_), match_dop (match_dop_), in dt_operand() 1771 return (((as_a<dt_operand *> (n1))->match_dop in cmp_node() 1772 == (as_a<dt_operand *> (n2))->match_dop) in cmp_node() 1875 dt_node::append_match_op (operand *op, dt_operand *match_dop, in append_match_op() argument 1879 dt_operand *n = new dt_operand (DT_MATCH, op, match_dop, parent_, pos); in append_match_op() 2054 fprintf (f, "match (%p)", (void *)((as_a<dt_operand *>(p))->match_dop)); in print_node() 2789 match_dop->get_name (match_opname); in gen_match_op()
|