Home
last modified time | relevance | path

Searched refs:vect_nested_cycle (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vectorizer.h64 vect_nested_cycle, enumerator
93 || ((D) == vect_nested_cycle))
H A Dtree-vect-loop.c564 STMT_VINFO_DEF_TYPE (stmt_vinfo) = vect_nested_cycle; in vect_analyze_scalar_cycles_1()
1559 || STMT_VINFO_DEF_TYPE (stmt_info) == vect_nested_cycle) in vect_analyze_loop_operations()
4453 else if (STMT_VINFO_DEF_TYPE (stmt_info) == vect_nested_cycle) in info_for_reduction()
6046 && STMT_VINFO_DEF_TYPE (stmt_info) != vect_nested_cycle) in vectorizable_reduction()
6053 if (STMT_VINFO_DEF_TYPE (stmt_info) == vect_nested_cycle) in vectorizable_reduction()
8851 || STMT_VINFO_DEF_TYPE (stmt_info) == vect_nested_cycle in vect_transform_loop()
8876 || STMT_VINFO_DEF_TYPE (stmt_info) == vect_nested_cycle in vect_transform_loop()
H A Dtree-vect-stmts.c510 relevant = (STMT_VINFO_DEF_TYPE (stmt_vinfo) == vect_nested_cycle) ? in process_use()
686 case vect_nested_cycle: in vect_mark_stmts_to_be_vectorized()
1538 case vect_nested_cycle: in vect_get_vec_def_for_operand_1()
1541 || dt == vect_nested_cycle); in vect_get_vec_def_for_operand_1()
5581 && STMT_VINFO_DEF_TYPE (stmt_info) != vect_nested_cycle in vectorizable_shift()
5662 || dt[1] == vect_nested_cycle) in vectorizable_shift()
10909 case vect_nested_cycle: in vect_analyze_stmt()
11563 case vect_nested_cycle: in vect_is_simple_use()
11614 || *dt == vect_nested_cycle) in vect_is_simple_use()
H A Dtree-vect-slp.c1273 || def_type == vect_nested_cycle) in vect_build_slp_tree_2()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vectorizer.h67 vect_nested_cycle, enumerator
96 || ((D) == vect_nested_cycle))
H A Dtree-vect-loop.cc570 STMT_VINFO_DEF_TYPE (stmt_vinfo) = vect_nested_cycle; in vect_analyze_scalar_cycles_1()
1749 || STMT_VINFO_DEF_TYPE (stmt_info) == vect_nested_cycle) in vect_analyze_loop_operations()
4915 else if (STMT_VINFO_DEF_TYPE (stmt_info) == vect_nested_cycle) in info_for_reduction()
6582 && STMT_VINFO_DEF_TYPE (stmt_info) != vect_nested_cycle) in vectorizable_reduction()
6589 if (STMT_VINFO_DEF_TYPE (stmt_info) == vect_nested_cycle) in vectorizable_reduction()
9824 || STMT_VINFO_DEF_TYPE (stmt_info) == vect_nested_cycle in vect_transform_loop()
9849 || STMT_VINFO_DEF_TYPE (stmt_info) == vect_nested_cycle in vect_transform_loop()
H A Dtree-vect-stmts.cc545 relevant = (STMT_VINFO_DEF_TYPE (stmt_vinfo) == vect_nested_cycle) ? in process_use()
723 case vect_nested_cycle: in vect_mark_stmts_to_be_vectorized()
5632 && STMT_VINFO_DEF_TYPE (stmt_info) != vect_nested_cycle in vectorizable_shift()
5714 || dt[1] == vect_nested_cycle) in vectorizable_shift()
10569 else if (STMT_VINFO_DEF_TYPE (reduc_info) != vect_nested_cycle) in vectorizable_condition()
11197 case vect_nested_cycle: in vect_analyze_stmt()
11822 case vect_nested_cycle: in vect_is_simple_use()
11873 || *dt == vect_nested_cycle) in vect_is_simple_use()
H A Dtree-vect-slp.cc666 case vect_nested_cycle: in vect_get_and_check_slp_defs()
1686 || def_type == vect_nested_cycle) in vect_build_slp_tree_2()
H A DChangeLog-20185697 in-loop uses of vect_nested_cycle defs. Merge cycle and internal
5700 vect_nested_cycle.
H A DChangeLog-200919175 vect_nested_cycle.
H A DChangeLog-201910431 cycles do not set vect_nested_cycle on the latch definition.