Home
last modified time | relevance | path

Searched refs:vect_induction_def (Results 1 – 25 of 167) sorted by relevance

1234567

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-vectorizer.h65 vect_induction_def, enumerator
H A Dtree-vectorizer.c1708 gcc_assert (*dt == vect_induction_def || *dt == vect_reduction_def in vect_is_simple_use()
1723 if (*dt == vect_induction_def) in vect_is_simple_use()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-vect-loop.c611 STMT_VINFO_DEF_TYPE (stmt_vinfo) = vect_induction_def; in vect_analyze_scalar_cycles_1()
1397 && STMT_VINFO_DEF_TYPE (stmt_info) != vect_induction_def) in vect_analyze_loop_operations()
1409 if (STMT_VINFO_DEF_TYPE (stmt_info) == vect_induction_def) in vect_analyze_loop_operations()
1971 == vect_induction_def in vect_is_slp_reduction()
2001 == vect_induction_def in vect_is_slp_reduction()
2414 == vect_induction_def in vect_is_simple_reduction_1()
2432 == vect_induction_def in vect_is_simple_reduction_1()
4734 && dt != vect_induction_def in vectorizable_reduction()
4754 || dt == vect_constant_def || dt == vect_induction_def) in vectorizable_reduction()
5326 gcc_assert (STMT_VINFO_DEF_TYPE (stmt_info) == vect_induction_def); in vectorizable_induction()
[all …]
H A Dtree-vectorizer.h62 vect_induction_def, enumerator
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-vect-loop.c611 STMT_VINFO_DEF_TYPE (stmt_vinfo) = vect_induction_def; in vect_analyze_scalar_cycles_1()
1397 && STMT_VINFO_DEF_TYPE (stmt_info) != vect_induction_def) in vect_analyze_loop_operations()
1409 if (STMT_VINFO_DEF_TYPE (stmt_info) == vect_induction_def) in vect_analyze_loop_operations()
1971 == vect_induction_def in vect_is_slp_reduction()
2001 == vect_induction_def in vect_is_slp_reduction()
2407 == vect_induction_def in vect_is_simple_reduction_1()
2425 == vect_induction_def in vect_is_simple_reduction_1()
4712 && dt != vect_induction_def in vectorizable_reduction()
4732 || dt == vect_constant_def || dt == vect_induction_def) in vectorizable_reduction()
5304 gcc_assert (STMT_VINFO_DEF_TYPE (stmt_info) == vect_induction_def); in vectorizable_induction()
[all …]
H A Dtree-vectorizer.h62 vect_induction_def, enumerator
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-vect-loop.c687 STMT_VINFO_DEF_TYPE (stmt_vinfo) = vect_induction_def; in vect_analyze_scalar_cycles_1()
1473 && STMT_VINFO_DEF_TYPE (stmt_info) != vect_induction_def) in vect_analyze_loop_operations()
1485 if (STMT_VINFO_DEF_TYPE (stmt_info) == vect_induction_def) in vect_analyze_loop_operations()
2077 == vect_induction_def in vect_is_slp_reduction()
2107 == vect_induction_def in vect_is_slp_reduction()
2534 == vect_induction_def in vect_is_simple_reduction_1()
2553 == vect_induction_def in vect_is_simple_reduction_1()
4889 && dt != vect_induction_def in vectorizable_reduction()
4909 || dt == vect_constant_def || dt == vect_induction_def) in vectorizable_reduction()
5479 gcc_assert (STMT_VINFO_DEF_TYPE (stmt_info) == vect_induction_def); in vectorizable_induction()
[all …]
H A Dtree-vectorizer.h57 vect_induction_def, enumerator
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-vect-loop.c844 STMT_VINFO_DEF_TYPE (stmt_vinfo) = vect_induction_def; in vect_analyze_scalar_cycles_1()
1692 && STMT_VINFO_DEF_TYPE (stmt_info) != vect_induction_def) in vect_analyze_loop_operations()
2477 == vect_induction_def in vect_is_slp_reduction()
2507 == vect_induction_def in vect_is_slp_reduction()
2939 == vect_induction_def in vect_is_simple_reduction()
2958 == vect_induction_def in vect_is_simple_reduction()
5530 && dt != vect_induction_def in vectorizable_reduction()
5541 if (i == 1 && code == COND_EXPR && dt == vect_induction_def) in vectorizable_reduction()
5559 || dt == vect_constant_def || dt == vect_induction_def) in vectorizable_reduction()
6304 gcc_assert (STMT_VINFO_DEF_TYPE (stmt_info) == vect_induction_def); in vectorizable_induction()
[all …]
H A Dtree-vectorizer.h57 vect_induction_def, enumerator
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-vect-loop.c844 STMT_VINFO_DEF_TYPE (stmt_vinfo) = vect_induction_def; in vect_analyze_scalar_cycles_1()
1692 && STMT_VINFO_DEF_TYPE (stmt_info) != vect_induction_def) in vect_analyze_loop_operations()
2477 == vect_induction_def in vect_is_slp_reduction()
2507 == vect_induction_def in vect_is_slp_reduction()
2939 == vect_induction_def in vect_is_simple_reduction()
2958 == vect_induction_def in vect_is_simple_reduction()
5530 && dt != vect_induction_def in vectorizable_reduction()
5541 if (i == 1 && code == COND_EXPR && dt == vect_induction_def) in vectorizable_reduction()
5559 || dt == vect_constant_def || dt == vect_induction_def) in vectorizable_reduction()
6304 gcc_assert (STMT_VINFO_DEF_TYPE (stmt_info) == vect_induction_def); in vectorizable_induction()
[all …]
H A Dtree-vectorizer.h57 vect_induction_def, enumerator
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-vect-loop.c847 STMT_VINFO_DEF_TYPE (stmt_vinfo) = vect_induction_def; in vect_analyze_scalar_cycles_1()
2915 == vect_induction_def in vect_is_slp_reduction()
2944 == vect_induction_def in vect_is_slp_reduction()
3492 == vect_induction_def in vect_is_simple_reduction()
3511 == vect_induction_def in vect_is_simple_reduction()
6681 && dt != vect_induction_def in vectorizable_reduction()
6700 if (dt == vect_induction_def in vectorizable_reduction()
6740 || dts[reduc_index] == vect_induction_def) in vectorizable_reduction()
6804 else if (cond_reduc_dt == vect_induction_def) in vectorizable_reduction()
7639 if (STMT_VINFO_DEF_TYPE (stmt_info) != vect_induction_def) in vectorizable_induction()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-loop.c847 STMT_VINFO_DEF_TYPE (stmt_vinfo) = vect_induction_def; in vect_analyze_scalar_cycles_1()
2914 == vect_induction_def in vect_is_slp_reduction()
2943 == vect_induction_def in vect_is_slp_reduction()
3491 == vect_induction_def in vect_is_simple_reduction()
3510 == vect_induction_def in vect_is_simple_reduction()
6680 && dt != vect_induction_def in vectorizable_reduction()
6699 if (dt == vect_induction_def in vectorizable_reduction()
6739 || dts[reduc_index] == vect_induction_def) in vectorizable_reduction()
6803 else if (cond_reduc_dt == vect_induction_def) in vectorizable_reduction()
7638 if (STMT_VINFO_DEF_TYPE (stmt_info) != vect_induction_def) in vectorizable_induction()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-loop.c847 STMT_VINFO_DEF_TYPE (stmt_vinfo) = vect_induction_def; in vect_analyze_scalar_cycles_1()
2914 == vect_induction_def in vect_is_slp_reduction()
2943 == vect_induction_def in vect_is_slp_reduction()
3491 == vect_induction_def in vect_is_simple_reduction()
3510 == vect_induction_def in vect_is_simple_reduction()
6680 && dt != vect_induction_def in vectorizable_reduction()
6699 if (dt == vect_induction_def in vectorizable_reduction()
6739 || dts[reduc_index] == vect_induction_def) in vectorizable_reduction()
6803 else if (cond_reduc_dt == vect_induction_def) in vectorizable_reduction()
7638 if (STMT_VINFO_DEF_TYPE (stmt_info) != vect_induction_def) in vectorizable_induction()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-loop.c847 STMT_VINFO_DEF_TYPE (stmt_vinfo) = vect_induction_def; in vect_analyze_scalar_cycles_1()
2914 == vect_induction_def in vect_is_slp_reduction()
2943 == vect_induction_def in vect_is_slp_reduction()
3491 == vect_induction_def in vect_is_simple_reduction()
3510 == vect_induction_def in vect_is_simple_reduction()
6680 && dt != vect_induction_def in vectorizable_reduction()
6699 if (dt == vect_induction_def in vectorizable_reduction()
6739 || dts[reduc_index] == vect_induction_def) in vectorizable_reduction()
6803 else if (cond_reduc_dt == vect_induction_def) in vectorizable_reduction()
7638 if (STMT_VINFO_DEF_TYPE (stmt_info) != vect_induction_def) in vectorizable_induction()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-loop.c847 STMT_VINFO_DEF_TYPE (stmt_vinfo) = vect_induction_def; in vect_analyze_scalar_cycles_1()
2914 == vect_induction_def in vect_is_slp_reduction()
2943 == vect_induction_def in vect_is_slp_reduction()
3491 == vect_induction_def in vect_is_simple_reduction()
3510 == vect_induction_def in vect_is_simple_reduction()
6680 && dt != vect_induction_def in vectorizable_reduction()
6699 if (dt == vect_induction_def in vectorizable_reduction()
6739 || dts[reduc_index] == vect_induction_def) in vectorizable_reduction()
6803 else if (cond_reduc_dt == vect_induction_def) in vectorizable_reduction()
7638 if (STMT_VINFO_DEF_TYPE (stmt_info) != vect_induction_def) in vectorizable_induction()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-vect-loop.c847 STMT_VINFO_DEF_TYPE (stmt_vinfo) = vect_induction_def; in vect_analyze_scalar_cycles_1()
2914 == vect_induction_def in vect_is_slp_reduction()
2943 == vect_induction_def in vect_is_slp_reduction()
3491 == vect_induction_def in vect_is_simple_reduction()
3510 == vect_induction_def in vect_is_simple_reduction()
6725 && dt != vect_induction_def in vectorizable_reduction()
6744 if (dt == vect_induction_def in vectorizable_reduction()
6784 || dts[reduc_index] == vect_induction_def) in vectorizable_reduction()
6848 else if (cond_reduc_dt == vect_induction_def) in vectorizable_reduction()
7680 if (STMT_VINFO_DEF_TYPE (stmt_info) != vect_induction_def) in vectorizable_induction()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-vect-loop.c546 STMT_VINFO_DEF_TYPE (stmt_vinfo) = vect_induction_def; in vect_analyze_scalar_cycles_1()
1555 && STMT_VINFO_DEF_TYPE (stmt_info) != vect_induction_def) in vect_analyze_loop_operations()
1564 if (STMT_VINFO_DEF_TYPE (stmt_info) == vect_induction_def in vect_analyze_loop_operations()
2467 || STMT_VINFO_DEF_TYPE (def_stmt_info) == vect_induction_def in vect_valid_reduction_input_p()
6325 && dt != vect_induction_def in vectorizable_reduction()
6344 if (dt == vect_induction_def in vectorizable_reduction()
6376 || dts[reduc_index] == vect_induction_def) in vectorizable_reduction()
6441 else if (cond_reduc_dt == vect_induction_def) in vectorizable_reduction()
7287 if (STMT_VINFO_DEF_TYPE (stmt_info) != vect_induction_def) in vectorizable_induction()
8454 if ((STMT_VINFO_DEF_TYPE (stmt_info) == vect_induction_def in vect_transform_loop()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-vect-loop.c546 STMT_VINFO_DEF_TYPE (stmt_vinfo) = vect_induction_def; in vect_analyze_scalar_cycles_1()
1555 && STMT_VINFO_DEF_TYPE (stmt_info) != vect_induction_def) in vect_analyze_loop_operations()
1564 if (STMT_VINFO_DEF_TYPE (stmt_info) == vect_induction_def in vect_analyze_loop_operations()
2467 || STMT_VINFO_DEF_TYPE (def_stmt_info) == vect_induction_def in vect_valid_reduction_input_p()
6325 && dt != vect_induction_def in vectorizable_reduction()
6344 if (dt == vect_induction_def in vectorizable_reduction()
6376 || dts[reduc_index] == vect_induction_def) in vectorizable_reduction()
6441 else if (cond_reduc_dt == vect_induction_def) in vectorizable_reduction()
7287 if (STMT_VINFO_DEF_TYPE (stmt_info) != vect_induction_def) in vectorizable_induction()
8454 if ((STMT_VINFO_DEF_TYPE (stmt_info) == vect_induction_def in vect_transform_loop()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-vect-loop.c544 STMT_VINFO_DEF_TYPE (stmt_vinfo) = vect_induction_def; in vect_analyze_scalar_cycles_1()
1532 && STMT_VINFO_DEF_TYPE (stmt_info) != vect_induction_def) in vect_analyze_loop_operations()
1541 if (STMT_VINFO_DEF_TYPE (stmt_info) == vect_induction_def in vect_analyze_loop_operations()
2439 || STMT_VINFO_DEF_TYPE (def_stmt_info) == vect_induction_def in vect_valid_reduction_input_p()
6297 && dt != vect_induction_def in vectorizable_reduction()
6316 if (dt == vect_induction_def in vectorizable_reduction()
6348 || dts[reduc_index] == vect_induction_def) in vectorizable_reduction()
6413 else if (cond_reduc_dt == vect_induction_def) in vectorizable_reduction()
7256 if (STMT_VINFO_DEF_TYPE (stmt_info) != vect_induction_def) in vectorizable_induction()
8385 if ((STMT_VINFO_DEF_TYPE (stmt_info) == vect_induction_def in vect_transform_loop()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-vect-loop.c525 STMT_VINFO_DEF_TYPE (stmt_vinfo) = vect_induction_def; in vect_analyze_scalar_cycles_1()
1545 && STMT_VINFO_DEF_TYPE (stmt_info) != vect_induction_def) in vect_analyze_loop_operations()
1554 if (STMT_VINFO_DEF_TYPE (stmt_info) == vect_induction_def in vect_analyze_loop_operations()
6269 if (dt == vect_induction_def in vectorizable_reduction()
6309 else if (cond_reduc_dt == vect_induction_def) in vectorizable_reduction()
7401 if (STMT_VINFO_DEF_TYPE (stmt_info) != vect_induction_def) in vectorizable_induction()
8838 if ((STMT_VINFO_DEF_TYPE (stmt_info) == vect_induction_def in vect_transform_loop()
8863 if ((STMT_VINFO_DEF_TYPE (stmt_info) == vect_induction_def in vect_transform_loop()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-vect-loop.c525 STMT_VINFO_DEF_TYPE (stmt_vinfo) = vect_induction_def; in vect_analyze_scalar_cycles_1()
1545 && STMT_VINFO_DEF_TYPE (stmt_info) != vect_induction_def) in vect_analyze_loop_operations()
1554 if (STMT_VINFO_DEF_TYPE (stmt_info) == vect_induction_def in vect_analyze_loop_operations()
6269 if (dt == vect_induction_def in vectorizable_reduction()
6309 else if (cond_reduc_dt == vect_induction_def) in vectorizable_reduction()
7401 if (STMT_VINFO_DEF_TYPE (stmt_info) != vect_induction_def) in vectorizable_induction()
8839 if ((STMT_VINFO_DEF_TYPE (stmt_info) == vect_induction_def in vect_transform_loop()
8864 if ((STMT_VINFO_DEF_TYPE (stmt_info) == vect_induction_def in vect_transform_loop()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-vect-loop.c528 STMT_VINFO_DEF_TYPE (stmt_vinfo) = vect_induction_def; in vect_analyze_scalar_cycles_1()
1709 && STMT_VINFO_DEF_TYPE (stmt_info) != vect_induction_def) in vect_analyze_loop_operations()
1718 if (STMT_VINFO_DEF_TYPE (stmt_info) == vect_induction_def in vect_analyze_loop_operations()
6732 if (dt == vect_induction_def in vectorizable_reduction()
6772 else if (cond_reduc_dt == vect_induction_def) in vectorizable_reduction()
7993 if (STMT_VINFO_DEF_TYPE (stmt_info) != vect_induction_def) in vectorizable_induction()
9657 if ((STMT_VINFO_DEF_TYPE (stmt_info) == vect_induction_def in vect_transform_loop()
9682 if ((STMT_VINFO_DEF_TYPE (stmt_info) == vect_induction_def in vect_transform_loop()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-vect-loop.c526 STMT_VINFO_DEF_TYPE (stmt_vinfo) = vect_induction_def; in vect_analyze_scalar_cycles_1()
1713 && STMT_VINFO_DEF_TYPE (stmt_info) != vect_induction_def) in vect_analyze_loop_operations()
1722 if (STMT_VINFO_DEF_TYPE (stmt_info) == vect_induction_def in vect_analyze_loop_operations()
6743 if (dt == vect_induction_def in vectorizable_reduction()
6783 else if (cond_reduc_dt == vect_induction_def) in vectorizable_reduction()
7909 if (STMT_VINFO_DEF_TYPE (stmt_info) != vect_induction_def) in vectorizable_induction()
9574 if ((STMT_VINFO_DEF_TYPE (stmt_info) == vect_induction_def in vect_transform_loop()
9599 if ((STMT_VINFO_DEF_TYPE (stmt_info) == vect_induction_def in vect_transform_loop()

1234567