Home
last modified time | relevance | path

Searched refs:dr_step (Results 1 – 25 of 49) sorted by relevance

12

/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-vect-data-refs.c875 HOST_WIDE_INT dr_step = TREE_INT_CST_LOW (step); in vect_compute_data_ref_alignment() local
877 if (dr_step % GET_MODE_SIZE (TYPE_MODE (vectype)) == 0) in vect_compute_data_ref_alignment()
903 HOST_WIDE_INT dr_step = TREE_INT_CST_LOW (step); in vect_compute_data_ref_alignment() local
2223 HOST_WIDE_INT dr_step = TREE_INT_CST_LOW (step); in vect_analyze_group_access() local
2233 groupsize = dr_step / type_size; in vect_analyze_group_access()
2244 && (dr_step % type_size) == 0 in vect_analyze_group_access()
2395 if (dr_step && dr_step < count_in_bytes + gaps * type_size) in vect_analyze_group_access()
2408 if (dr_step && dr_step != count_in_bytes) in vect_analyze_group_access()
2428 if (dr_step && (dr_step % type_size) != 0) in vect_analyze_group_access()
2545 HOST_WIDE_INT dr_step = TREE_INT_CST_LOW (step); in vect_analyze_data_ref_access() local
[all …]
H A Dtree-vectorizer.h494 tree dr_step; member
583 #define STMT_VINFO_DR_STEP(S) (S)->dr_step
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-vect-data-refs.c868 HOST_WIDE_INT dr_step = TREE_INT_CST_LOW (step); in vect_compute_data_ref_alignment() local
870 if (dr_step % GET_MODE_SIZE (TYPE_MODE (vectype)) == 0) in vect_compute_data_ref_alignment()
896 HOST_WIDE_INT dr_step = TREE_INT_CST_LOW (step); in vect_compute_data_ref_alignment() local
2216 HOST_WIDE_INT dr_step = TREE_INT_CST_LOW (step); in vect_analyze_group_access() local
2226 groupsize = dr_step / type_size; in vect_analyze_group_access()
2237 && (dr_step % type_size) == 0 in vect_analyze_group_access()
2388 if (dr_step && dr_step < count_in_bytes + gaps * type_size) in vect_analyze_group_access()
2401 if (dr_step && dr_step != count_in_bytes) in vect_analyze_group_access()
2421 if (dr_step && (dr_step % type_size) != 0) in vect_analyze_group_access()
2531 HOST_WIDE_INT dr_step = TREE_INT_CST_LOW (step); in vect_analyze_data_ref_access() local
[all …]
H A Dtree-vectorizer.h494 tree dr_step; member
579 #define STMT_VINFO_DR_STEP(S) (S)->dr_step
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-vect-data-refs.c651 HOST_WIDE_INT dr_step = TREE_INT_CST_LOW (step); in vect_compute_data_ref_alignment() local
679 HOST_WIDE_INT dr_step = TREE_INT_CST_LOW (step); in vect_compute_data_ref_alignment() local
2007 HOST_WIDE_INT dr_step = TREE_INT_CST_LOW (step); in vect_analyze_group_access() local
2017 groupsize = absu_hwi (dr_step) / type_size; in vect_analyze_group_access()
2028 && (dr_step % type_size) == 0 in vect_analyze_group_access()
2163 if (dr_step != 0 in vect_analyze_group_access()
2179 if (dr_step != 0 in vect_analyze_group_access()
2180 && absu_hwi (dr_step) != count_in_bytes) in vect_analyze_group_access()
2200 if (dr_step != 0 in vect_analyze_group_access()
2201 && (dr_step % type_size) != 0) in vect_analyze_group_access()
[all …]
H A Dtree-vectorizer.h577 tree dr_step; member
673 #define STMT_VINFO_DR_STEP(S) (S)->dr_step
/dports/games/eboard/eboard-1.1.3/
H A Dboard.cc751 dr_step=0; in update()
1350 me->dr_step=0; in board_expose_event()
1620 if (! me->dr_step) { in board_motion_event()
1630 if (me->dr_step) { in board_motion_event()
1781 me->dr_step++; in board_motion_event()
1798 if (me->dr_step) in board_button_release_event()
1879 me->dr_step=0; in board_button_press_event()
1915 me->dr_step=0; in board_button_press_event()
H A Dboard.h253 int dr_step; variable
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-vectorizer.h525 tree dr_step; member
643 #define STMT_VINFO_DR_STEP(S) (S)->dr_step
H A Dtree-vect-data-refs.c2209 HOST_WIDE_INT dr_step = -1; in vect_analyze_group_access_1() local
2217 dr_step = tree_to_shwi (step); in vect_analyze_group_access_1()
2225 if ((dr_step % type_size) != 0) in vect_analyze_group_access_1()
2239 groupsize = absu_hwi (dr_step) / type_size; in vect_analyze_group_access_1()
2253 && (dr_step % type_size) == 0 in vect_analyze_group_access_1()
2517 HOST_WIDE_INT dr_step = TREE_INT_CST_LOW (step); in vect_analyze_data_ref_access() local
2519 || (dr_step < 0 in vect_analyze_data_ref_access()
2520 && !compare_tree_int (TYPE_SIZE_UNIT (scalar_type), -dr_step))) in vect_analyze_data_ref_access()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-vectorizer.h525 tree dr_step; member
643 #define STMT_VINFO_DR_STEP(S) (S)->dr_step
H A Dtree-vect-data-refs.c2209 HOST_WIDE_INT dr_step = -1; in vect_analyze_group_access_1() local
2217 dr_step = tree_to_shwi (step); in vect_analyze_group_access_1()
2225 if ((dr_step % type_size) != 0) in vect_analyze_group_access_1()
2239 groupsize = absu_hwi (dr_step) / type_size; in vect_analyze_group_access_1()
2253 && (dr_step % type_size) == 0 in vect_analyze_group_access_1()
2517 HOST_WIDE_INT dr_step = TREE_INT_CST_LOW (step); in vect_analyze_data_ref_access() local
2519 || (dr_step < 0 in vect_analyze_data_ref_access()
2520 && !compare_tree_int (TYPE_SIZE_UNIT (scalar_type), -dr_step))) in vect_analyze_data_ref_access()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-vect-data-refs.c2625 HOST_WIDE_INT dr_step = -1; in vect_analyze_group_access_1() local
2633 dr_step = tree_to_shwi (step); in vect_analyze_group_access_1()
2641 if ((dr_step % type_size) != 0) in vect_analyze_group_access_1()
2650 groupsize = absu_hwi (dr_step) / type_size; in vect_analyze_group_access_1()
2664 && (dr_step % type_size) == 0 in vect_analyze_group_access_1()
2914 HOST_WIDE_INT dr_step = TREE_INT_CST_LOW (step); in vect_analyze_data_ref_access() local
2916 || (dr_step < 0 in vect_analyze_data_ref_access()
2917 && !compare_tree_int (TYPE_SIZE_UNIT (scalar_type), -dr_step))) in vect_analyze_data_ref_access()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-vect-data-refs.c2523 HOST_WIDE_INT dr_step = -1; in vect_analyze_group_access_1() local
2531 dr_step = tree_to_shwi (step); in vect_analyze_group_access_1()
2539 if ((dr_step % type_size) != 0) in vect_analyze_group_access_1()
2553 groupsize = absu_hwi (dr_step) / type_size; in vect_analyze_group_access_1()
2567 && (dr_step % type_size) == 0 in vect_analyze_group_access_1()
2837 HOST_WIDE_INT dr_step = TREE_INT_CST_LOW (step); in vect_analyze_data_ref_access() local
2839 || (dr_step < 0 in vect_analyze_data_ref_access()
2840 && !compare_tree_int (TYPE_SIZE_UNIT (scalar_type), -dr_step))) in vect_analyze_data_ref_access()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-vect-data-refs.c2498 HOST_WIDE_INT dr_step = -1;
2506 dr_step = tree_to_shwi (step);
2514 if ((dr_step % type_size) != 0)
2523 groupsize = absu_hwi (dr_step) / type_size;
2537 && (dr_step % type_size) == 0
2783 HOST_WIDE_INT dr_step = TREE_INT_CST_LOW (step);
2785 || (dr_step < 0
2786 && !compare_tree_int (TYPE_SIZE_UNIT (scalar_type), -dr_step)))
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-data-refs.c2523 HOST_WIDE_INT dr_step = -1; in vect_analyze_group_access_1() local
2531 dr_step = tree_to_shwi (step); in vect_analyze_group_access_1()
2539 if ((dr_step % type_size) != 0) in vect_analyze_group_access_1()
2553 groupsize = absu_hwi (dr_step) / type_size; in vect_analyze_group_access_1()
2567 && (dr_step % type_size) == 0 in vect_analyze_group_access_1()
2837 HOST_WIDE_INT dr_step = TREE_INT_CST_LOW (step); in vect_analyze_data_ref_access() local
2839 || (dr_step < 0 in vect_analyze_data_ref_access()
2840 && !compare_tree_int (TYPE_SIZE_UNIT (scalar_type), -dr_step))) in vect_analyze_data_ref_access()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-data-refs.c2523 HOST_WIDE_INT dr_step = -1; in vect_analyze_group_access_1() local
2531 dr_step = tree_to_shwi (step); in vect_analyze_group_access_1()
2539 if ((dr_step % type_size) != 0) in vect_analyze_group_access_1()
2553 groupsize = absu_hwi (dr_step) / type_size; in vect_analyze_group_access_1()
2567 && (dr_step % type_size) == 0 in vect_analyze_group_access_1()
2837 HOST_WIDE_INT dr_step = TREE_INT_CST_LOW (step); in vect_analyze_data_ref_access() local
2839 || (dr_step < 0 in vect_analyze_data_ref_access()
2840 && !compare_tree_int (TYPE_SIZE_UNIT (scalar_type), -dr_step))) in vect_analyze_data_ref_access()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-vect-data-refs.c2501 HOST_WIDE_INT dr_step = -1; in vect_analyze_group_access_1() local
2509 dr_step = tree_to_shwi (step); in vect_analyze_group_access_1()
2517 if ((dr_step % type_size) != 0) in vect_analyze_group_access_1()
2526 groupsize = absu_hwi (dr_step) / type_size; in vect_analyze_group_access_1()
2540 && (dr_step % type_size) == 0 in vect_analyze_group_access_1()
2790 HOST_WIDE_INT dr_step = TREE_INT_CST_LOW (step); in vect_analyze_data_ref_access() local
2792 || (dr_step < 0 in vect_analyze_data_ref_access()
2793 && !compare_tree_int (TYPE_SIZE_UNIT (scalar_type), -dr_step))) in vect_analyze_data_ref_access()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-vect-data-refs.c2498 HOST_WIDE_INT dr_step = -1; in vect_analyze_group_access_1() local
2506 dr_step = tree_to_shwi (step); in vect_analyze_group_access_1()
2514 if ((dr_step % type_size) != 0) in vect_analyze_group_access_1()
2523 groupsize = absu_hwi (dr_step) / type_size; in vect_analyze_group_access_1()
2537 && (dr_step % type_size) == 0 in vect_analyze_group_access_1()
2783 HOST_WIDE_INT dr_step = TREE_INT_CST_LOW (step); in vect_analyze_data_ref_access() local
2785 || (dr_step < 0 in vect_analyze_data_ref_access()
2786 && !compare_tree_int (TYPE_SIZE_UNIT (scalar_type), -dr_step))) in vect_analyze_data_ref_access()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-vect-data-refs.c2482 HOST_WIDE_INT dr_step = -1; in vect_analyze_group_access_1() local
2490 dr_step = tree_to_shwi (step); in vect_analyze_group_access_1()
2498 if ((dr_step % type_size) != 0) in vect_analyze_group_access_1()
2507 groupsize = absu_hwi (dr_step) / type_size; in vect_analyze_group_access_1()
2521 && (dr_step % type_size) == 0 in vect_analyze_group_access_1()
2767 HOST_WIDE_INT dr_step = TREE_INT_CST_LOW (step); in vect_analyze_data_ref_access() local
2769 || (dr_step < 0 in vect_analyze_data_ref_access()
2770 && !compare_tree_int (TYPE_SIZE_UNIT (scalar_type), -dr_step))) in vect_analyze_data_ref_access()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-data-refs.c2523 HOST_WIDE_INT dr_step = -1; in vect_analyze_group_access_1() local
2531 dr_step = tree_to_shwi (step); in vect_analyze_group_access_1()
2539 if ((dr_step % type_size) != 0) in vect_analyze_group_access_1()
2553 groupsize = absu_hwi (dr_step) / type_size; in vect_analyze_group_access_1()
2567 && (dr_step % type_size) == 0 in vect_analyze_group_access_1()
2837 HOST_WIDE_INT dr_step = TREE_INT_CST_LOW (step); in vect_analyze_data_ref_access() local
2839 || (dr_step < 0 in vect_analyze_data_ref_access()
2840 && !compare_tree_int (TYPE_SIZE_UNIT (scalar_type), -dr_step))) in vect_analyze_data_ref_access()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-data-refs.c2523 HOST_WIDE_INT dr_step = -1; in vect_analyze_group_access_1() local
2531 dr_step = tree_to_shwi (step); in vect_analyze_group_access_1()
2539 if ((dr_step % type_size) != 0) in vect_analyze_group_access_1()
2553 groupsize = absu_hwi (dr_step) / type_size; in vect_analyze_group_access_1()
2567 && (dr_step % type_size) == 0 in vect_analyze_group_access_1()
2837 HOST_WIDE_INT dr_step = TREE_INT_CST_LOW (step); in vect_analyze_data_ref_access() local
2839 || (dr_step < 0 in vect_analyze_data_ref_access()
2840 && !compare_tree_int (TYPE_SIZE_UNIT (scalar_type), -dr_step))) in vect_analyze_data_ref_access()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-vect-data-refs.c2501 HOST_WIDE_INT dr_step = -1; in vect_analyze_group_access_1() local
2509 dr_step = tree_to_shwi (step); in vect_analyze_group_access_1()
2517 if ((dr_step % type_size) != 0) in vect_analyze_group_access_1()
2526 groupsize = absu_hwi (dr_step) / type_size; in vect_analyze_group_access_1()
2540 && (dr_step % type_size) == 0 in vect_analyze_group_access_1()
2790 HOST_WIDE_INT dr_step = TREE_INT_CST_LOW (step); in vect_analyze_data_ref_access() local
2792 || (dr_step < 0 in vect_analyze_data_ref_access()
2793 && !compare_tree_int (TYPE_SIZE_UNIT (scalar_type), -dr_step))) in vect_analyze_data_ref_access()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-vect-data-refs.c2454 HOST_WIDE_INT dr_step = -1; in vect_analyze_group_access_1() local
2462 dr_step = tree_to_shwi (step); in vect_analyze_group_access_1()
2470 if ((dr_step % type_size) != 0) in vect_analyze_group_access_1()
2484 groupsize = absu_hwi (dr_step) / type_size; in vect_analyze_group_access_1()
2498 && (dr_step % type_size) == 0 in vect_analyze_group_access_1()
2768 HOST_WIDE_INT dr_step = TREE_INT_CST_LOW (step); in vect_analyze_data_ref_access() local
2770 || (dr_step < 0 in vect_analyze_data_ref_access()
2771 && !compare_tree_int (TYPE_SIZE_UNIT (scalar_type), -dr_step))) in vect_analyze_data_ref_access()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-vect-data-refs.c2501 HOST_WIDE_INT dr_step = -1; in vect_analyze_group_access_1() local
2509 dr_step = tree_to_shwi (step); in vect_analyze_group_access_1()
2517 if ((dr_step % type_size) != 0) in vect_analyze_group_access_1()
2526 groupsize = absu_hwi (dr_step) / type_size; in vect_analyze_group_access_1()
2540 && (dr_step % type_size) == 0 in vect_analyze_group_access_1()
2790 HOST_WIDE_INT dr_step = TREE_INT_CST_LOW (step); in vect_analyze_data_ref_access() local
2792 || (dr_step < 0 in vect_analyze_data_ref_access()
2793 && !compare_tree_int (TYPE_SIZE_UNIT (scalar_type), -dr_step))) in vect_analyze_data_ref_access()

12