Lines Matching defs:what

512       : operand (OP_CAPTURE), where (where_), what (what_) {}
516 operand *what;
608 if (c->what && flattened == false)
611 print_operand (c->what, f, flattened);
682 if (!c->what)
687 vec<operand *> v = commutate (c->what);
760 if (c->what)
761 return new capture (c->where, lower_opt_convert (c->what, oper, strip));
795 if (c->what)
796 return has_opt_convert (c->what, oper);
878 if (c->what)
881 lop = lower_cond (c->what);
917 && as_a <capture *> (e->ops[0])->what
918 && is_a <expr *> (as_a <capture *> (e->ops[0])->what)
920 (as_a <capture *> (e->ops[0])->what)->ops.length () == 2)
929 expr *ocmp = as_a <expr *> (c->what);
977 if (!c->what)
979 return new capture (c->where, replace_id (c->what, id, with));
1334 if (c->what)
1335 q = insert_operand (p, c->what, indexes, pos, parent);
1342 for (operand *what = c->what;
1343 what && is_a<capture *> (what);
1344 c = as_a<capture *> (what), what = c->what)
1347 if (!c->what)
1363 dt_operand temp (dt_node::DT_OPERAND, c->what, 0);
1377 if (c->what)
1378 return insert_operand (p, c->what, indexes, 0, p);
1522 if (!c->what)
1525 if (is_a <capture *> (c->what)
1526 || is_a <expr *> (c->what))
1527 walk_match (c->what, toplevel_arg, conditional_p, false);
1531 while (c->what && is_a <capture *> (c->what))
1532 c = as_a <capture *> (c->what);
1534 if (c->what
1535 && is_a <expr *> (c->what))
1582 if (c->what
1583 && is_a <expr *> (c->what))
1586 walk_result (c->what, true);
1715 /* comparisons use boolean_type_node (or what gets in), but
1862 if (what && is_a<expr *> (what))
1868 what->gen_transform (f, buf, gimple, depth, in_type, cinfo, NULL);
2075 for what we have collected sofar. */