Home
last modified time | relevance | path

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

/dports/net/mpich2/mpich2-1.5/src/armci/src/
H A Dstrided.c29 int i, old_type_size; in ARMCII_Strided_to_dtype() local
31 MPI_Type_size(old_type, &old_type_size); in ARMCII_Strided_to_dtype()
46 int elem_count = count[0]/old_type_size; in ARMCII_Strided_to_dtype()
48 ARMCII_Assert(count[0] % old_type_size == 0); in ARMCII_Strided_to_dtype()
58 sizes [stride_levels] = stride_array[0]/old_type_size; in ARMCII_Strided_to_dtype()
59 subsizes[stride_levels] = count[0]/old_type_size; in ARMCII_Strided_to_dtype()
61 ARMCII_Assert(stride_array[0] % old_type_size == 0 && count[0] % old_type_size == 0); in ARMCII_Strided_to_dtype()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-math-opts.c1707 int type_size, old_type_size; in find_bswap_1() local
1718 old_type_size = TYPE_PRECISION (n->type); in find_bswap_1()
1720 && type_size > old_type_size in find_bswap_1()
1722 ((unsigned HOST_WIDEST_INT) 0xff << (old_type_size - 8))) in find_bswap_1()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-math-opts.c1790 int type_size, old_type_size; in find_bswap_1() local
1801 old_type_size = TYPE_PRECISION (n->type); in find_bswap_1()
1803 && type_size > old_type_size in find_bswap_1()
1805 ((unsigned HOST_WIDEST_INT) 0xff << (old_type_size - 8))) in find_bswap_1()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-math-opts.c2368 int i, type_size, old_type_size; in find_bswap_or_nop_1() local
2380 old_type_size = TYPE_PRECISION (n->type) / BITS_PER_UNIT; in find_bswap_or_nop_1()
2381 if (!TYPE_UNSIGNED (n->type) && type_size > old_type_size in find_bswap_or_nop_1()
2382 && HEAD_MARKER (n->n, old_type_size)) in find_bswap_or_nop_1()
2383 for (i = 0; i < type_size - old_type_size; i++) in find_bswap_or_nop_1()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-math-opts.c2368 int i, type_size, old_type_size; in find_bswap_or_nop_1() local
2380 old_type_size = TYPE_PRECISION (n->type) / BITS_PER_UNIT; in find_bswap_or_nop_1()
2381 if (!TYPE_UNSIGNED (n->type) && type_size > old_type_size in find_bswap_or_nop_1()
2382 && HEAD_MARKER (n->n, old_type_size)) in find_bswap_or_nop_1()
2383 for (i = 0; i < type_size - old_type_size; i++) in find_bswap_or_nop_1()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-store-merging.c684 int i, type_size, old_type_size; in find_bswap_or_nop_1() local
696 old_type_size = TYPE_PRECISION (n->type) / BITS_PER_UNIT; in find_bswap_or_nop_1()
697 if (!TYPE_UNSIGNED (n->type) && type_size > old_type_size in find_bswap_or_nop_1()
698 && HEAD_MARKER (n->n, old_type_size)) in find_bswap_or_nop_1()
699 for (i = 0; i < type_size - old_type_size; i++) in find_bswap_or_nop_1()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-store-merging.c684 int i, type_size, old_type_size; in find_bswap_or_nop_1() local
696 old_type_size = TYPE_PRECISION (n->type) / BITS_PER_UNIT; in find_bswap_or_nop_1()
697 if (!TYPE_UNSIGNED (n->type) && type_size > old_type_size in find_bswap_or_nop_1()
698 && HEAD_MARKER (n->n, old_type_size)) in find_bswap_or_nop_1()
699 for (i = 0; i < type_size - old_type_size; i++) in find_bswap_or_nop_1()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgimple-ssa-store-merging.c684 int i, type_size, old_type_size; in find_bswap_or_nop_1() local
696 old_type_size = TYPE_PRECISION (n->type) / BITS_PER_UNIT; in find_bswap_or_nop_1()
697 if (!TYPE_UNSIGNED (n->type) && type_size > old_type_size in find_bswap_or_nop_1()
698 && HEAD_MARKER (n->n, old_type_size)) in find_bswap_or_nop_1()
699 for (i = 0; i < type_size - old_type_size; i++) in find_bswap_or_nop_1()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-store-merging.c684 int i, type_size, old_type_size; in find_bswap_or_nop_1() local
696 old_type_size = TYPE_PRECISION (n->type) / BITS_PER_UNIT; in find_bswap_or_nop_1()
697 if (!TYPE_UNSIGNED (n->type) && type_size > old_type_size in find_bswap_or_nop_1()
698 && HEAD_MARKER (n->n, old_type_size)) in find_bswap_or_nop_1()
699 for (i = 0; i < type_size - old_type_size; i++) in find_bswap_or_nop_1()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-store-merging.c684 int i, type_size, old_type_size; in find_bswap_or_nop_1() local
696 old_type_size = TYPE_PRECISION (n->type) / BITS_PER_UNIT; in find_bswap_or_nop_1()
697 if (!TYPE_UNSIGNED (n->type) && type_size > old_type_size in find_bswap_or_nop_1()
698 && HEAD_MARKER (n->n, old_type_size)) in find_bswap_or_nop_1()
699 for (i = 0; i < type_size - old_type_size; i++) in find_bswap_or_nop_1()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgimple-ssa-store-merging.c684 int i, type_size, old_type_size; in find_bswap_or_nop_1() local
696 old_type_size = TYPE_PRECISION (n->type) / BITS_PER_UNIT; in find_bswap_or_nop_1()
697 if (!TYPE_UNSIGNED (n->type) && type_size > old_type_size in find_bswap_or_nop_1()
698 && HEAD_MARKER (n->n, old_type_size)) in find_bswap_or_nop_1()
699 for (i = 0; i < type_size - old_type_size; i++) in find_bswap_or_nop_1()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgimple-ssa-store-merging.c694 int i, type_size, old_type_size; in find_bswap_or_nop_1() local
706 old_type_size = TYPE_PRECISION (n->type) / BITS_PER_UNIT; in find_bswap_or_nop_1()
707 if (!TYPE_UNSIGNED (n->type) && type_size > old_type_size in find_bswap_or_nop_1()
708 && HEAD_MARKER (n->n, old_type_size)) in find_bswap_or_nop_1()
709 for (i = 0; i < type_size - old_type_size; i++) in find_bswap_or_nop_1()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgimple-ssa-store-merging.c694 int i, type_size, old_type_size; in find_bswap_or_nop_1() local
706 old_type_size = TYPE_PRECISION (n->type) / BITS_PER_UNIT; in find_bswap_or_nop_1()
707 if (!TYPE_UNSIGNED (n->type) && type_size > old_type_size in find_bswap_or_nop_1()
708 && HEAD_MARKER (n->n, old_type_size)) in find_bswap_or_nop_1()
709 for (i = 0; i < type_size - old_type_size; i++) in find_bswap_or_nop_1()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgimple-ssa-store-merging.c694 int i, type_size, old_type_size; in find_bswap_or_nop_1() local
706 old_type_size = TYPE_PRECISION (n->type) / BITS_PER_UNIT; in find_bswap_or_nop_1()
707 if (!TYPE_UNSIGNED (n->type) && type_size > old_type_size in find_bswap_or_nop_1()
708 && HEAD_MARKER (n->n, old_type_size)) in find_bswap_or_nop_1()
709 for (i = 0; i < type_size - old_type_size; i++) in find_bswap_or_nop_1()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgimple-ssa-store-merging.c698 int i, type_size, old_type_size; in find_bswap_or_nop_1() local
710 old_type_size = TYPE_PRECISION (n->type) / BITS_PER_UNIT; in find_bswap_or_nop_1()
711 if (!TYPE_UNSIGNED (n->type) && type_size > old_type_size in find_bswap_or_nop_1()
712 && HEAD_MARKER (n->n, old_type_size)) in find_bswap_or_nop_1()
713 for (i = 0; i < type_size - old_type_size; i++) in find_bswap_or_nop_1()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgimple-ssa-store-merging.c698 int i, type_size, old_type_size; in find_bswap_or_nop_1() local
710 old_type_size = TYPE_PRECISION (n->type) / BITS_PER_UNIT; in find_bswap_or_nop_1()
711 if (!TYPE_UNSIGNED (n->type) && type_size > old_type_size in find_bswap_or_nop_1()
712 && HEAD_MARKER (n->n, old_type_size)) in find_bswap_or_nop_1()
713 for (i = 0; i < type_size - old_type_size; i++) in find_bswap_or_nop_1()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgimple-ssa-store-merging.c698 int i, type_size, old_type_size; in find_bswap_or_nop_1() local
710 old_type_size = TYPE_PRECISION (n->type) / BITS_PER_UNIT; in find_bswap_or_nop_1()
711 if (!TYPE_UNSIGNED (n->type) && type_size > old_type_size in find_bswap_or_nop_1()
712 && HEAD_MARKER (n->n, old_type_size)) in find_bswap_or_nop_1()
713 for (i = 0; i < type_size - old_type_size; i++) in find_bswap_or_nop_1()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgimple-ssa-store-merging.c702 int i, type_size, old_type_size; in find_bswap_or_nop_1() local
714 old_type_size = TYPE_PRECISION (n->type) / BITS_PER_UNIT; in find_bswap_or_nop_1()
715 if (!TYPE_UNSIGNED (n->type) && type_size > old_type_size in find_bswap_or_nop_1()
716 && HEAD_MARKER (n->n, old_type_size)) in find_bswap_or_nop_1()
717 for (i = 0; i < type_size - old_type_size; i++) in find_bswap_or_nop_1()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgimple-ssa-store-merging.c702 int i, type_size, old_type_size; in find_bswap_or_nop_1() local
714 old_type_size = TYPE_PRECISION (n->type) / BITS_PER_UNIT; in find_bswap_or_nop_1()
715 if (!TYPE_UNSIGNED (n->type) && type_size > old_type_size in find_bswap_or_nop_1()
716 && HEAD_MARKER (n->n, old_type_size)) in find_bswap_or_nop_1()
717 for (i = 0; i < type_size - old_type_size; i++) in find_bswap_or_nop_1()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgimple-ssa-store-merging.c702 int i, type_size, old_type_size; in find_bswap_or_nop_1() local
714 old_type_size = TYPE_PRECISION (n->type) / BITS_PER_UNIT; in find_bswap_or_nop_1()
715 if (!TYPE_UNSIGNED (n->type) && type_size > old_type_size in find_bswap_or_nop_1()
716 && HEAD_MARKER (n->n, old_type_size)) in find_bswap_or_nop_1()
717 for (i = 0; i < type_size - old_type_size; i++) in find_bswap_or_nop_1()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgimple-ssa-store-merging.c726 int i, type_size, old_type_size; in find_bswap_or_nop_1() local
738 old_type_size = TYPE_PRECISION (n->type) / BITS_PER_UNIT; in find_bswap_or_nop_1()
739 if (!TYPE_UNSIGNED (n->type) && type_size > old_type_size in find_bswap_or_nop_1()
740 && HEAD_MARKER (n->n, old_type_size)) in find_bswap_or_nop_1()
741 for (i = 0; i < type_size - old_type_size; i++) in find_bswap_or_nop_1()