Home
last modified time | relevance | path

Searched refs:vectorizable_reduction (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dtree-vectorizer.h360 extern bool vectorizable_reduction (tree, block_stmt_iterator *, tree *);
H A Dtree-vect-transform.c1133 vectorizable_reduction (tree stmt, block_stmt_iterator *bsi, tree *vec_stmt) in vectorizable_reduction() function
2262 done = vectorizable_reduction (stmt, bsi, &vec_stmt); in vect_transform_stmt()
H A Dtree-vect-analyze.c335 ok = vectorizable_reduction (stmt, NULL, NULL); in vect_analyze_operations()
H A DChangeLog-20058397 (vectorizable_reduction): Remove assert.
13544 (vectorizable_reduction): Duplicate vect_min_worthwhile_factor
14377 (vectorizable_reduction): Don't fail of direct reduction support is
14601 case of a phi that is marked as relevant. Call vectorizable_reduction.
14613 (vectorizable_reduction): New function.
14617 (vect_transform_stmt): Call vectorizable_reduction.
H A DChangeLog-200614761 (vectorizable_reduction): Added support for reduction patterns.