Home
last modified time | relevance | path

Searched refs:vect_reduction_def (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/gcc/
HDtree-vect-patterns.c217 if (STMT_VINFO_DEF_TYPE (stmt_vinfo) != vect_reduction_def) in vect_recog_dot_prod_pattern()
406 if (STMT_VINFO_DEF_TYPE (stmt_vinfo) != vect_reduction_def) in vect_recog_widen_sum_pattern()
HDtree-vect-analyze.c562 STMT_VINFO_DEF_TYPE (stmt_vinfo) = vect_reduction_def; in vect_analyze_scalar_cycles()
564 vect_reduction_def; in vect_analyze_scalar_cycles()
1725 if (STMT_VINFO_DEF_TYPE (stmt_vinfo) == vect_reduction_def) in vect_mark_stmts_to_be_vectorized()
1764 if (STMT_VINFO_DEF_TYPE (stmt_vinfo) == vect_reduction_def in vect_mark_stmts_to_be_vectorized()
1821 if (STMT_VINFO_DEF_TYPE (vinfo_for_stmt (phi)) == vect_reduction_def) in vect_can_advance_ivs_p()
HDtree-vectorizer.h67 vect_reduction_def, enumerator
HDtree-vect-transform.c548 case vect_reduction_def: in vect_get_vec_def_for_operand()
1169 if (STMT_VINFO_DEF_TYPE (stmt_info) != vect_reduction_def) in vectorizable_reduction()
1217 gcc_assert (dt == vect_reduction_def); in vectorizable_reduction()
2533 if (STMT_VINFO_DEF_TYPE (vinfo_for_stmt (phi)) == vect_reduction_def) in vect_update_ivs_after_vectorizer()
HDtree-vectorizer.c1716 if (*dt == vect_reduction_def && TREE_CODE (*def_stmt) != PHI_NODE) in vect_is_simple_use()
1730 gcc_assert (*dt == vect_induction_def || *dt == vect_reduction_def in vect_is_simple_use()
HDChangeLog-200516036 in a new function argument. Consider vect_reduction_def and