Searched refs:insert_operand (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | genmatch.c | 1649 static dt_node *insert_operand (dt_node *, operand *, dt_operand **indexes, 1872 decision_tree::insert_operand (dt_node *p, operand *o, dt_operand **indexes, in insert_operand() function 1884 q = insert_operand (p, c->what, indexes, pos, parent); in insert_operand() 1929 return insert_operand (p, c->what, indexes, 0, p); in insert_operand() 1940 q = decision_tree::insert_operand (q, e->ops[i], indexes, i, p); in insert_operand() 1953 dt_node *p = decision_tree::insert_operand (root, s->match, indexes); in insert()
|