Home
last modified time | relevance | path

Searched refs:vect_double_reduction_def (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-vect-loop.cc456 if (STMT_VINFO_DEF_TYPE (def_info) == vect_double_reduction_def) in vect_inner_phi_in_double_reduction_p()
559 STMT_VINFO_DEF_TYPE (stmt_vinfo) = vect_double_reduction_def; in vect_analyze_scalar_cycles_1()
560 STMT_VINFO_DEF_TYPE (reduc_stmt_info) = vect_double_reduction_def; in vect_analyze_scalar_cycles_1()
1643 if (STMT_VINFO_DEF_TYPE (stmt_info) != vect_double_reduction_def) in vect_active_double_reduction_p()
1719 == vect_double_reduction_def)) in vect_analyze_loop_operations()
1748 == vect_double_reduction_def) in vect_analyze_loop_operations()
2741 || STMT_VINFO_DEF_TYPE (stmt_info) == vect_double_reduction_def) in vect_analyze_loop_2()
3663 == vect_double_reduction_def)) in vect_is_simple_reduction()
4910 if (STMT_VINFO_DEF_TYPE (stmt_info) == vect_double_reduction_def) in info_for_reduction()
4918 if (info && STMT_VINFO_DEF_TYPE (info) == vect_double_reduction_def) in info_for_reduction()
[all …]
Dtree-vectorizer.h66 vect_double_reduction_def, enumerator
95 || ((D) == vect_double_reduction_def) \
Dtree-vect-stmts.cc584 || STMT_VINFO_DEF_TYPE (stmt_vinfo) == vect_double_reduction_def) ? in process_use()
731 case vect_double_reduction_def: in vect_mark_stmts_to_be_vectorized()
11819 case vect_double_reduction_def: in vect_is_simple_use()
11872 || *dt == vect_double_reduction_def in vect_is_simple_use()
Dtree-vect-loop-manip.cc1423 || STMT_VINFO_DEF_TYPE (stmt_info) == vect_double_reduction_def) in iv_phi_p()
Dtree-vect-slp.cc1685 || def_type == vect_double_reduction_def in vect_build_slp_tree_2()
2264 && STMT_VINFO_DEF_TYPE (stmt_info) != vect_double_reduction_def) in vect_build_slp_tree_2()
Dtree-parloops.cc553 == vect_double_reduction_def)) in parloops_is_simple_reduction()
DChangeLog-201912941 vectorizable_reduction for vect_double_reduction_def.
12946 vect_double_reduction_def PHIs, creating the vectorized
DChangeLog-200916412 vect_double_reduction_def.
DChangeLog-201630496 Also skip vect_double_reduction_def.