Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-loop.c1097 || !VECTORIZABLE_CYCLE_DEF in vect_compute_single_scalar_iteration_cost()
1387 || VECTORIZABLE_CYCLE_DEF (STMT_VINFO_DEF_TYPE (stmt_info))) in vect_update_vf_for_slp()
1398 || VECTORIZABLE_CYCLE_DEF (STMT_VINFO_DEF_TYPE (stmt_info))) in vect_update_vf_for_slp()
4445 || !VECTORIZABLE_CYCLE_DEF (STMT_VINFO_DEF_TYPE (stmt_info))) in info_for_reduction()
6257 if (VECTORIZABLE_CYCLE_DEF (dt)) in vectorizable_reduction()
8430 && VECTORIZABLE_CYCLE_DEF (STMT_VINFO_DEF_TYPE (phi_info)) in maybe_set_vectorized_backedge_value()
H A Dtree-vect-loop.cc1300 || !VECTORIZABLE_CYCLE_DEF in vect_compute_single_scalar_iteration_cost()
1573 || VECTORIZABLE_CYCLE_DEF (STMT_VINFO_DEF_TYPE (stmt_info))) in vect_update_vf_for_slp()
1586 || VECTORIZABLE_CYCLE_DEF (STMT_VINFO_DEF_TYPE (stmt_info))) in vect_update_vf_for_slp()
4916 || !VECTORIZABLE_CYCLE_DEF (STMT_VINFO_DEF_TYPE (stmt_info))) in info_for_reduction()
6844 if (VECTORIZABLE_CYCLE_DEF (dt)) in vectorizable_reduction()
9405 && VECTORIZABLE_CYCLE_DEF (STMT_VINFO_DEF_TYPE (phi_info)) in maybe_set_vectorized_backedge_value()
H A Dtree-vectorizer.h94 #define VECTORIZABLE_CYCLE_DEF(D) (((D) == vect_reduction_def) \ macro
H A DChangeLog-201038517 * tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-loop.c1097 || !VECTORIZABLE_CYCLE_DEF in vect_compute_single_scalar_iteration_cost()
1387 || VECTORIZABLE_CYCLE_DEF (STMT_VINFO_DEF_TYPE (stmt_info))) in vect_update_vf_for_slp()
1398 || VECTORIZABLE_CYCLE_DEF (STMT_VINFO_DEF_TYPE (stmt_info))) in vect_update_vf_for_slp()
4445 || !VECTORIZABLE_CYCLE_DEF (STMT_VINFO_DEF_TYPE (stmt_info))) in info_for_reduction()
6257 if (VECTORIZABLE_CYCLE_DEF (dt)) in vectorizable_reduction()
8430 && VECTORIZABLE_CYCLE_DEF (STMT_VINFO_DEF_TYPE (phi_info)) in maybe_set_vectorized_backedge_value()
H A Dtree-vectorizer.h91 #define VECTORIZABLE_CYCLE_DEF(D) (((D) == vect_reduction_def) \ macro