HomeSort by: relevance | last modified time | path
    Searched refs:SLP_TREE_SCALAR_OPS (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-slp.cc 100 SLP_TREE_SCALAR_OPS (this) = vNULL;
129 SLP_TREE_SCALAR_OPS (this).release ();
231 SLP_TREE_SCALAR_OPS (node) = ops;
331 if (SLP_TREE_SCALAR_OPS (node).is_empty ())
336 FOR_EACH_VEC_ELT (SLP_TREE_SCALAR_OPS (node), i, op)
2521 FOR_EACH_VEC_ELT (SLP_TREE_SCALAR_OPS (node), i, op)
2523 i < SLP_TREE_SCALAR_OPS (node).length () - 1 ? "," : "");
3981 (SLP_TREE_SCALAR_OPS (child).copy ());
3984 SLP_TREE_SCALAR_OPS (child), true);
4039 gcc_assert (!SLP_TREE_SCALAR_OPS (node).exists ())
    [all...]
tree-vect-slp-patterns.cc 757 for (unsigned i = 0; i < SLP_TREE_SCALAR_OPS (a).length (); i++)
759 tree op1 = SLP_TREE_SCALAR_OPS (a)[pa[i % 2]];
760 tree op2 = SLP_TREE_SCALAR_OPS (b)[pb[i % 2]];
tree-vectorizer.h 278 #define SLP_TREE_SCALAR_OPS(S) (S)->ops
tree-vect-stmts.cc 5885 i < SLP_TREE_SCALAR_OPS (slp_op1).length (); ++i)
5887 SLP_TREE_SCALAR_OPS (slp_op1)[i]
5889 SLP_TREE_SCALAR_OPS (slp_op1)[i]);
5890 gcc_assert ((TREE_CODE (SLP_TREE_SCALAR_OPS (slp_op1)[i])
11918 *op = SLP_TREE_SCALAR_OPS (child)[0];
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-slp.cc 114 SLP_TREE_SCALAR_OPS (this) = vNULL;
143 SLP_TREE_SCALAR_OPS (this).release ();
260 SLP_TREE_SCALAR_OPS (node) = ops;
373 if (SLP_TREE_SCALAR_OPS (node).is_empty ())
378 FOR_EACH_VEC_ELT (SLP_TREE_SCALAR_OPS (node), i, op)
2769 FOR_EACH_VEC_ELT (SLP_TREE_SCALAR_OPS (node), i, op)
2771 i < SLP_TREE_SCALAR_OPS (node).length () - 1 ? "," : "");
5401 auto scalar_ops = SLP_TREE_SCALAR_OPS (node).copy ();
6220 SLP_TREE_SCALAR_OPS (node).safe_grow (group_size, true);
6225 SLP_TREE_SCALAR_OPS (node)[i] = lhs
    [all...]
tree-vect-slp-patterns.cc 757 for (unsigned i = 0; i < SLP_TREE_SCALAR_OPS (a).length (); i++)
759 tree op1 = SLP_TREE_SCALAR_OPS (a)[pa[i % 2]];
760 tree op2 = SLP_TREE_SCALAR_OPS (b)[pb[i % 2]];
tree-vectorizer.h 303 #define SLP_TREE_SCALAR_OPS(S) (S)->ops
tree-vect-stmts.cc 6401 i < SLP_TREE_SCALAR_OPS (slp_op1).length (); ++i)
6403 SLP_TREE_SCALAR_OPS (slp_op1)[i]
6405 SLP_TREE_SCALAR_OPS (slp_op1)[i]);
6406 gcc_assert ((TREE_CODE (SLP_TREE_SCALAR_OPS (slp_op1)[i])
14029 *op = SLP_TREE_SCALAR_OPS (child)[0];
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 23420 FOR_EACH_VEC_ELT (SLP_TREE_SCALAR_OPS (node), i, op)
23423 FOR_EACH_VEC_ELT (SLP_TREE_SCALAR_OPS (node), i, op)
23451 FOR_EACH_VEC_ELT (SLP_TREE_SCALAR_OPS (node), i, op)
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 25086 FOR_EACH_VEC_ELT (SLP_TREE_SCALAR_OPS (node), i, op)
25089 FOR_EACH_VEC_ELT (SLP_TREE_SCALAR_OPS (node), i, op)
25127 FOR_EACH_VEC_ELT (SLP_TREE_SCALAR_OPS (node), i, op)

Completed in 61 milliseconds