Searched refs:vect_reduction_def (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-vect-patterns.c217 if (STMT_VINFO_DEF_TYPE (stmt_vinfo) != vect_reduction_def)
406 if (STMT_VINFO_DEF_TYPE (stmt_vinfo) != vect_reduction_def)
H A Dtree-vectorizer.h67 vect_reduction_def, enumerator in enum:vect_def_type
H A Dtree-vect-analyze.c562 STMT_VINFO_DEF_TYPE (stmt_vinfo) = vect_reduction_def;
564 vect_reduction_def;
1725 if (STMT_VINFO_DEF_TYPE (stmt_vinfo) == vect_reduction_def)
1764 if (STMT_VINFO_DEF_TYPE (stmt_vinfo) == vect_reduction_def
1821 if (STMT_VINFO_DEF_TYPE (vinfo_for_stmt (phi)) == vect_reduction_def)
H A Dtree-vect-transform.c548 case vect_reduction_def:
1169 if (STMT_VINFO_DEF_TYPE (stmt_info) != vect_reduction_def)
1217 gcc_assert (dt == vect_reduction_def);
2533 if (STMT_VINFO_DEF_TYPE (vinfo_for_stmt (phi)) == vect_reduction_def)
H A Dtree-vectorizer.c1717 if (*dt == vect_reduction_def && TREE_CODE (*def_stmt) != PHI_NODE)
1731 gcc_assert (*dt == vect_induction_def || *dt == vect_reduction_def

Completed in 170 milliseconds