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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-slp-patterns.cc 565 /* Make sure to mark the representative statement pure_slp and
568 STMT_SLP_TYPE (call_stmt_info) = pure_slp;
1582 STMT_SLP_TYPE (new_rep) = pure_slp;
1631 STMT_SLP_TYPE (new_rep) = pure_slp;
tree-vectorizer.h 1181 pure_slp, enumerator in enum:slp_vect_type
1573 #define PURE_SLP_STMT(S) ((S)->slp_type == pure_slp)
tree-vect-slp.cc 2873 /* Mark the tree rooted at NODE with PURE_SLP. */
2889 STMT_SLP_TYPE (stmt_info) = pure_slp;
5862 /* Mark all the stmts that belong to INSTANCE as PURE_SLP stmts. Later we
5917 /* Look if STMT_INFO is consumed by SLP indirectly and mark it pure_slp
5973 STMT_SLP_TYPE (stmt_info) = pure_slp;
5983 /* All stmts participating in SLP are marked pure_slp, all other
5987 SLP_TREE_SCALAR_STMTS and thus not all of them are marked pure_slp.
5990 mark them as pure_slp. */
6513 be marked as PURE_SLP. For this case, we need to recursively check
7796 STMT_SLP_TYPE (root) = pure_slp;
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-slp-patterns.cc 565 /* Make sure to mark the representative statement pure_slp and
568 STMT_SLP_TYPE (call_stmt_info) = pure_slp;
1566 STMT_SLP_TYPE (new_rep) = pure_slp;
1615 STMT_SLP_TYPE (new_rep) = pure_slp;
tree-vectorizer.h 1061 pure_slp, enumerator in enum:slp_vect_type
1451 #define PURE_SLP_STMT(S) ((S)->slp_type == pure_slp)
tree-vect-slp.cc 2625 /* Mark the tree rooted at NODE with PURE_SLP. */
2641 STMT_SLP_TYPE (stmt_info) = pure_slp;
4252 /* Mark all the stmts that belong to INSTANCE as PURE_SLP stmts. Later we
4307 /* Look if STMT_INFO is consumed by SLP indirectly and mark it pure_slp
4363 STMT_SLP_TYPE (stmt_info) = pure_slp;
4373 /* All stmts participating in SLP are marked pure_slp, all other
4377 SLP_TREE_SCALAR_STMTS and thus not all of them are marked pure_slp.
4380 mark them as pure_slp. */
5959 STMT_SLP_TYPE (root) = pure_slp;

Completed in 30 milliseconds