Searched refs:vectorizable_reduction (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-vectorizer.h | 912 extern bool vectorizable_reduction (gimple, gimple_stmt_iterator *, gimple *,
|
H A D | tree-vect-stmts.c | 5421 || vectorizable_reduction (stmt, NULL, NULL, NULL) in vect_analyze_stmt() 5551 done = vectorizable_reduction (stmt, gsi, &vec_stmt, slp_node); in vect_transform_stmt()
|
H A D | tree-vect-loop.c | 4377 vectorizable_reduction (gimple stmt, gimple_stmt_iterator *gsi, in vectorizable_reduction() function
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-vectorizer.h | 1517 extern bool vectorizable_reduction (gimple *, gimple_stmt_iterator *,
|
H A D | tree-vect-loop.c | 1923 ok = vectorizable_reduction (phi, NULL, NULL, NULL, NULL); in vect_analyze_loop_operations() 6437 vectorizable_reduction (gimple *stmt, gimple_stmt_iterator *gsi, in vectorizable_reduction() function
|
H A D | tree-vect-stmts.c | 9416 || vectorizable_reduction (stmt, NULL, NULL, node, node_instance) in vect_analyze_stmt() 9567 done = vectorizable_reduction (stmt, gsi, &vec_stmt, slp_node, in vect_transform_stmt()
|