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

  /src/external/gpl3/gcc/dist/gcc/
genmatch.cc 596 commutative_op (id_base *id) function
647 int res = commutative_op (uid->substitutes[0]);
651 if (res != commutative_op (uid->substitutes[i]))
1171 int natural_opno = commutative_op (e->operation);
3036 int opno = commutative_op (id);
4683 || commutative_op (e->operation) >= 0)
tree-vect-slp.cc 634 unsigned int commutative_op = -1U; local
653 commutative_op = first_commutative_argument (ifn);
659 commutative_op = 0;
875 if (i == commutative_op && !swapped
  /src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc 474 commutative_op (id_base *id) function
497 int res = commutative_op (uid->substitutes[0]);
501 if (res != commutative_op (uid->substitutes[i]))
1021 int natural_opno = commutative_op (e->operation);
2872 int opno = commutative_op (id);
4389 || commutative_op (e->operation) >= 0)
tree-vect-slp.cc 530 unsigned int commutative_op = -1U; local
547 commutative_op = first_commutative_argument (ifn);
553 commutative_op = 0;
731 if (i == commutative_op && !swapped

Completed in 44 milliseconds