HomeSort by: relevance | last modified time | path
    Searched defs:lower_opt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
genmatch.cc 1251 lower_opt (operand *o, unsigned char grp, bool strip) function
1257 lower_opt (c->what, grp, strip),
1270 return lower_opt (e->ops[0], grp, strip);
1274 ne->append_op (lower_opt (e->ops[0], grp, strip));
1280 ne->append_op (lower_opt (e->ops[i], grp, strip));
1317 lower_opt (operand *o) function
1333 v2.safe_push (lower_opt (v1[j], i, false));
1334 v2.safe_push (lower_opt (v1[j], i, true));
1352 lower_opt (simplify *s, vec<simplify *>& simplifiers) function
1354 vec<operand *> matchers = lower_opt (s->match)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc 1101 lower_opt (operand *o, unsigned char grp, bool strip) function
1107 lower_opt (c->what, grp, strip),
1120 return lower_opt (e->ops[0], grp, strip);
1124 ne->append_op (lower_opt (e->ops[0], grp, strip));
1130 ne->append_op (lower_opt (e->ops[i], grp, strip));
1167 lower_opt (operand *o) function
1183 v2.safe_push (lower_opt (v1[j], i, false));
1184 v2.safe_push (lower_opt (v1[j], i, true));
1202 lower_opt (simplify *s, vec<simplify *>& simplifiers) function
1204 vec<operand *> matchers = lower_opt (s->match)
    [all...]

Completed in 24 milliseconds