Home
last modified time | relevance | path

Searched refs:gather_off_nunits (Results 1 – 21 of 21) sorted by relevance

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-vect-stmts.c1894 if (nunits == gather_off_nunits) in vectorizable_mask_load_store()
1896 else if (nunits == gather_off_nunits / 2) in vectorizable_mask_load_store()
1901 for (i = 0; i < gather_off_nunits; ++i) in vectorizable_mask_load_store()
1907 else if (nunits == gather_off_nunits * 2) in vectorizable_mask_load_store()
1913 sel[i] = i < gather_off_nunits in vectorizable_mask_load_store()
1914 ? i : i + nunits - gather_off_nunits; in vectorizable_mask_load_store()
1920 sel[i] = i | gather_off_nunits; in vectorizable_mask_load_store()
5832 if (nunits == gather_off_nunits) in vectorizable_load()
5839 for (i = 0; i < gather_off_nunits; ++i) in vectorizable_load()
5851 sel[i] = i < gather_off_nunits in vectorizable_load()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-vect-stmts.c1836 if (nunits == gather_off_nunits) in vectorizable_mask_load_store()
1838 else if (nunits == gather_off_nunits / 2) in vectorizable_mask_load_store()
1843 for (i = 0; i < gather_off_nunits; ++i) in vectorizable_mask_load_store()
1848 else if (nunits == gather_off_nunits * 2) in vectorizable_mask_load_store()
1854 sel[i] = i < gather_off_nunits in vectorizable_mask_load_store()
1855 ? i : i + nunits - gather_off_nunits; in vectorizable_mask_load_store()
1860 sel[i] = i | gather_off_nunits; in vectorizable_mask_load_store()
6567 if (nunits == gather_off_nunits) in vectorizable_load()
6574 for (i = 0; i < gather_off_nunits; ++i) in vectorizable_load()
6585 sel[i] = i < gather_off_nunits in vectorizable_load()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-vect-stmts.c1836 if (nunits == gather_off_nunits) in vectorizable_mask_load_store()
1838 else if (nunits == gather_off_nunits / 2) in vectorizable_mask_load_store()
1843 for (i = 0; i < gather_off_nunits; ++i) in vectorizable_mask_load_store()
1848 else if (nunits == gather_off_nunits * 2) in vectorizable_mask_load_store()
1854 sel[i] = i < gather_off_nunits in vectorizable_mask_load_store()
1855 ? i : i + nunits - gather_off_nunits; in vectorizable_mask_load_store()
1860 sel[i] = i | gather_off_nunits; in vectorizable_mask_load_store()
6567 if (nunits == gather_off_nunits) in vectorizable_load()
6574 for (i = 0; i < gather_off_nunits; ++i) in vectorizable_load()
6585 sel[i] = i < gather_off_nunits in vectorizable_load()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-vect-stmts.c4554 int gather_off_nunits = TYPE_VECTOR_SUBPARTS (gather_off_vectype); in vectorizable_load() local
4556 if (nunits == gather_off_nunits) in vectorizable_load()
4558 else if (nunits == gather_off_nunits / 2) in vectorizable_load()
4560 unsigned char *sel = XALLOCAVEC (unsigned char, gather_off_nunits); in vectorizable_load()
4563 for (i = 0; i < gather_off_nunits; ++i) in vectorizable_load()
4569 else if (nunits == gather_off_nunits * 2) in vectorizable_load()
4575 sel[i] = i < gather_off_nunits in vectorizable_load()
4576 ? i : i + nunits - gather_off_nunits; in vectorizable_load()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-vect-stmts.c4509 int gather_off_nunits = TYPE_VECTOR_SUBPARTS (gather_off_vectype); in vectorizable_load() local
4511 if (nunits == gather_off_nunits) in vectorizable_load()
4513 else if (nunits == gather_off_nunits / 2) in vectorizable_load()
4515 unsigned char *sel = XALLOCAVEC (unsigned char, gather_off_nunits); in vectorizable_load()
4518 for (i = 0; i < gather_off_nunits; ++i) in vectorizable_load()
4524 else if (nunits == gather_off_nunits * 2) in vectorizable_load()
4530 sel[i] = i < gather_off_nunits in vectorizable_load()
4531 ? i : i + nunits - gather_off_nunits; in vectorizable_load()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-vect-stmts.c2573 poly_uint64 gather_off_nunits in vect_build_gather_load_calls() local
2588 if (known_eq (nunits, gather_off_nunits)) in vect_build_gather_load_calls()
2590 else if (known_eq (nunits * 2, gather_off_nunits)) in vect_build_gather_load_calls()
2596 int count = gather_off_nunits.to_constant (); in vect_build_gather_load_calls()
2605 else if (known_eq (nunits, gather_off_nunits * 2)) in vect_build_gather_load_calls()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-stmts.c2575 poly_uint64 gather_off_nunits in vect_build_gather_load_calls() local
2590 if (known_eq (nunits, gather_off_nunits)) in vect_build_gather_load_calls()
2592 else if (known_eq (nunits * 2, gather_off_nunits)) in vect_build_gather_load_calls()
2598 int count = gather_off_nunits.to_constant (); in vect_build_gather_load_calls()
2607 else if (known_eq (nunits, gather_off_nunits * 2)) in vect_build_gather_load_calls()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-stmts.c2575 poly_uint64 gather_off_nunits in vect_build_gather_load_calls() local
2590 if (known_eq (nunits, gather_off_nunits)) in vect_build_gather_load_calls()
2592 else if (known_eq (nunits * 2, gather_off_nunits)) in vect_build_gather_load_calls()
2598 int count = gather_off_nunits.to_constant (); in vect_build_gather_load_calls()
2607 else if (known_eq (nunits, gather_off_nunits * 2)) in vect_build_gather_load_calls()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-vect-stmts.c2713 poly_uint64 gather_off_nunits in vect_build_gather_load_calls() local
2734 if (known_eq (nunits, gather_off_nunits)) in vect_build_gather_load_calls()
2736 else if (known_eq (nunits * 2, gather_off_nunits)) in vect_build_gather_load_calls()
2742 int count = gather_off_nunits.to_constant (); in vect_build_gather_load_calls()
2751 else if (known_eq (nunits, gather_off_nunits * 2)) in vect_build_gather_load_calls()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-stmts.c2575 poly_uint64 gather_off_nunits in vect_build_gather_load_calls() local
2590 if (known_eq (nunits, gather_off_nunits)) in vect_build_gather_load_calls()
2592 else if (known_eq (nunits * 2, gather_off_nunits)) in vect_build_gather_load_calls()
2598 int count = gather_off_nunits.to_constant (); in vect_build_gather_load_calls()
2607 else if (known_eq (nunits, gather_off_nunits * 2)) in vect_build_gather_load_calls()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-stmts.c2575 poly_uint64 gather_off_nunits in vect_build_gather_load_calls() local
2590 if (known_eq (nunits, gather_off_nunits)) in vect_build_gather_load_calls()
2592 else if (known_eq (nunits * 2, gather_off_nunits)) in vect_build_gather_load_calls()
2598 int count = gather_off_nunits.to_constant (); in vect_build_gather_load_calls()
2607 else if (known_eq (nunits, gather_off_nunits * 2)) in vect_build_gather_load_calls()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-vect-stmts.c2567 poly_uint64 gather_off_nunits in vect_build_gather_load_calls() local
2582 if (known_eq (nunits, gather_off_nunits)) in vect_build_gather_load_calls()
2584 else if (known_eq (nunits * 2, gather_off_nunits)) in vect_build_gather_load_calls()
2590 int count = gather_off_nunits.to_constant (); in vect_build_gather_load_calls()
2599 else if (known_eq (nunits, gather_off_nunits * 2)) in vect_build_gather_load_calls()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-vect-stmts.c2713 poly_uint64 gather_off_nunits in vect_build_gather_load_calls() local
2734 if (known_eq (nunits, gather_off_nunits)) in vect_build_gather_load_calls()
2736 else if (known_eq (nunits * 2, gather_off_nunits)) in vect_build_gather_load_calls()
2742 int count = gather_off_nunits.to_constant (); in vect_build_gather_load_calls()
2751 else if (known_eq (nunits, gather_off_nunits * 2)) in vect_build_gather_load_calls()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-vect-stmts.c2704 poly_uint64 gather_off_nunits in vect_build_gather_load_calls() local
2725 if (known_eq (nunits, gather_off_nunits)) in vect_build_gather_load_calls()
2727 else if (known_eq (nunits * 2, gather_off_nunits)) in vect_build_gather_load_calls()
2733 int count = gather_off_nunits.to_constant (); in vect_build_gather_load_calls()
2742 else if (known_eq (nunits, gather_off_nunits * 2)) in vect_build_gather_load_calls()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-vect-stmts.c2772 poly_uint64 gather_off_nunits in vect_build_gather_load_calls() local
2793 if (known_eq (nunits, gather_off_nunits)) in vect_build_gather_load_calls()
2795 else if (known_eq (nunits * 2, gather_off_nunits)) in vect_build_gather_load_calls()
2801 int count = gather_off_nunits.to_constant (); in vect_build_gather_load_calls()
2810 else if (known_eq (nunits, gather_off_nunits * 2)) in vect_build_gather_load_calls()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-vect-stmts.c2774 poly_uint64 gather_off_nunits in vect_build_gather_load_calls() local
2795 if (known_eq (nunits, gather_off_nunits)) in vect_build_gather_load_calls()
2797 else if (known_eq (nunits * 2, gather_off_nunits)) in vect_build_gather_load_calls()
2803 int count = gather_off_nunits.to_constant (); in vect_build_gather_load_calls()
2812 else if (known_eq (nunits, gather_off_nunits * 2)) in vect_build_gather_load_calls()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-vect-stmts.c2772 poly_uint64 gather_off_nunits in vect_build_gather_load_calls() local
2793 if (known_eq (nunits, gather_off_nunits)) in vect_build_gather_load_calls()
2795 else if (known_eq (nunits * 2, gather_off_nunits)) in vect_build_gather_load_calls()
2801 int count = gather_off_nunits.to_constant (); in vect_build_gather_load_calls()
2810 else if (known_eq (nunits, gather_off_nunits * 2)) in vect_build_gather_load_calls()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-vect-stmts.c2734 poly_uint64 gather_off_nunits in vect_build_gather_load_calls() local
2755 if (known_eq (nunits, gather_off_nunits)) in vect_build_gather_load_calls()
2757 else if (known_eq (nunits * 2, gather_off_nunits)) in vect_build_gather_load_calls()
2763 int count = gather_off_nunits.to_constant (); in vect_build_gather_load_calls()
2772 else if (known_eq (nunits, gather_off_nunits * 2)) in vect_build_gather_load_calls()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-vect-stmts.c2633 poly_uint64 gather_off_nunits in vect_build_gather_load_calls() local
2654 if (known_eq (nunits, gather_off_nunits)) in vect_build_gather_load_calls()
2656 else if (known_eq (nunits * 2, gather_off_nunits)) in vect_build_gather_load_calls()
2662 int count = gather_off_nunits.to_constant (); in vect_build_gather_load_calls()
2671 else if (known_eq (nunits, gather_off_nunits * 2)) in vect_build_gather_load_calls()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-vect-stmts.c2633 poly_uint64 gather_off_nunits in vect_build_gather_load_calls() local
2654 if (known_eq (nunits, gather_off_nunits)) in vect_build_gather_load_calls()
2656 else if (known_eq (nunits * 2, gather_off_nunits)) in vect_build_gather_load_calls()
2662 int count = gather_off_nunits.to_constant (); in vect_build_gather_load_calls()
2671 else if (known_eq (nunits, gather_off_nunits * 2)) in vect_build_gather_load_calls()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-vect-stmts.c2633 poly_uint64 gather_off_nunits in vect_build_gather_load_calls() local
2654 if (known_eq (nunits, gather_off_nunits)) in vect_build_gather_load_calls()
2656 else if (known_eq (nunits * 2, gather_off_nunits)) in vect_build_gather_load_calls()
2662 int count = gather_off_nunits.to_constant (); in vect_build_gather_load_calls()
2671 else if (known_eq (nunits, gather_off_nunits * 2)) in vect_build_gather_load_calls()