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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 1574 && !PURE_SLP_STMT (stmt_info))
1587 && !PURE_SLP_STMT (stmt_info))
1742 && ! PURE_SLP_STMT (stmt_info))
1750 && ! PURE_SLP_STMT (stmt_info))
1758 && !PURE_SLP_STMT (stmt_info))
9049 || !PURE_SLP_STMT (vect_stmt_to_vectorize (use_stmt_info))))
9463 if (PURE_SLP_STMT (stmt_info))
9828 && ! PURE_SLP_STMT (stmt_info))
9853 && ! PURE_SLP_STMT (stmt_info))
tree-vect-slp.cc 4295 if (PURE_SLP_STMT (def_stmt_info))
4864 || !PURE_SLP_STMT (vect_stmt_to_vectorize (use_stmt_info)))
4904 || !PURE_SLP_STMT (vect_stmt_to_vectorize (use_stmt_info)))
5401 vectorizing. This used to be tracked with just PURE_SLP_STMT but that's
7508 || !PURE_SLP_STMT (stmt_info))
tree-vectorizer.h 1451 #define PURE_SLP_STMT(S) ((S)->slp_type == pure_slp)
tree-vect-stmts.cc 7559 gcc_assert (slp == PURE_SLP_STMT (stmt_info));
8947 if (!PURE_SLP_STMT (stmt_info)
11230 if (PURE_SLP_STMT (stmt_info) && !node)
11331 gcc_assert (slp_node || !PURE_SLP_STMT (stmt_info));
tree-vect-data-refs.cc 1412 if (PURE_SLP_STMT (stmt_info))
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 2017 && !PURE_SLP_STMT (stmt_info))
2030 && !PURE_SLP_STMT (stmt_info))
2187 && ! PURE_SLP_STMT (stmt_info))
2195 && ! PURE_SLP_STMT (stmt_info))
2200 && ! PURE_SLP_STMT (stmt_info))
2208 && !PURE_SLP_STMT (stmt_info))
11051 || !PURE_SLP_STMT (vect_stmt_to_vectorize (use_stmt_info))))
11594 if (PURE_SLP_STMT (stmt_info))
12054 && ! PURE_SLP_STMT (stmt_info))
12080 && ! PURE_SLP_STMT (stmt_info)
    [all...]
tree-vect-slp.cc 5905 if (PURE_SLP_STMT (def_stmt_info))
6480 if (PURE_SLP_STMT (vect_stmt_to_vectorize (use_stmt_info)))
6621 || !PURE_SLP_STMT (vect_stmt_to_vectorize (use_stmt_info)))
7202 vectorizing. This used to be tracked with just PURE_SLP_STMT but that's
9499 || !PURE_SLP_STMT (stmt_info))
tree-vectorizer.h 1573 #define PURE_SLP_STMT(S) ((S)->slp_type == pure_slp)
tree-vect-stmts.cc 8187 gcc_assert (slp == PURE_SLP_STMT (stmt_info));
10011 if (!PURE_SLP_STMT (stmt_info)
13282 if (PURE_SLP_STMT (stmt_info) && !node)
13390 gcc_assert (slp_node || !PURE_SLP_STMT (stmt_info));
tree-vect-data-refs.cc 1708 if (PURE_SLP_STMT (stmt_info))

Completed in 95 milliseconds