Home
last modified time | relevance | path

Searched refs:for_vec (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenmatch.cc871 for_vec (for_vec_), for_subst_vec (vNULL), in simplify()
887 vec<vec<user_id *> > for_vec; member in simplify
970 commutate (operand *op, vec<vec<user_id *> > &for_vec) in commutate() argument
981 vec<operand *> v = commutate (c->what, for_vec); in commutate()
1000 ops_vector.safe_push (commutate (e->ops[i], for_vec)); in commutate()
1060 for (unsigned j = 0; newop && j < for_vec.length (); ++j) in commutate()
1061 for (unsigned k = 0; k < for_vec[j].length (); ++k) in commutate()
1062 if (for_vec[j][k] == p) in commutate()
1064 for_vec[j].safe_push (newop); in commutate()
1088 vec<operand *> matchers = commutate (s->match, s->for_vec); in lower_commutative()
[all …]
H A DChangeLog-201622309 (commutate): Add for_vec parameter to append new for entries.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenmatch.c867 for_vec (for_vec_), for_subst_vec (vNULL), in simplify()
883 vec<vec<user_id *> > for_vec; variable
966 commutate (operand *op, vec<vec<user_id *> > &for_vec) in commutate() argument
977 vec<operand *> v = commutate (c->what, for_vec); in commutate()
996 ops_vector.safe_push (commutate (e->ops[i], for_vec)); in commutate()
1056 for (unsigned j = 0; newop && j < for_vec.length (); ++j) in commutate()
1057 for (unsigned k = 0; k < for_vec[j].length (); ++k) in commutate()
1058 if (for_vec[j][k] == p) in commutate()
1060 for_vec[j].safe_push (newop); in commutate()
1084 vec<operand *> matchers = commutate (s->match, s->for_vec); in lower_commutative()
[all …]