Home
last modified time | relevance | path

Searched refs:const_with_all_bytes_same (Results 1 – 25 of 80) sorted by relevance

1234

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/
H A Duninit-pr74762.C20 const_with_all_bytes_same (tree2 *val) in const_with_all_bytes_same() function
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-loop-distribution.c746 const_with_all_bytes_same (tree val) in const_with_all_bytes_same() function
769 if (!const_with_all_bytes_same (TREE_REALPART (val)) in const_with_all_bytes_same()
770 && !const_with_all_bytes_same (TREE_IMAGPART (val))) in const_with_all_bytes_same()
776 if (const_with_all_bytes_same (VECTOR_CST_ELT (val, j))) in const_with_all_bytes_same()
827 int bytev = const_with_all_bytes_same (val); in generate_memset_builtin()
1100 if (const_with_all_bytes_same (rhs) == -1 in classify_partition()
H A DChangeLog5659 * tree-loop-distribution.c (const_with_all_bytes_same)
5793 * tree-loop-distribution.c (const_with_all_bytes_same): Verify
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-loop-distribution.c746 const_with_all_bytes_same (tree val) in const_with_all_bytes_same() function
769 if (!const_with_all_bytes_same (TREE_REALPART (val)) in const_with_all_bytes_same()
770 && !const_with_all_bytes_same (TREE_IMAGPART (val))) in const_with_all_bytes_same()
776 if (const_with_all_bytes_same (VECTOR_CST_ELT (val, j))) in const_with_all_bytes_same()
827 int bytev = const_with_all_bytes_same (val); in generate_memset_builtin()
1100 if (const_with_all_bytes_same (rhs) == -1 in classify_partition()
H A DChangeLog5659 * tree-loop-distribution.c (const_with_all_bytes_same)
5793 * tree-loop-distribution.c (const_with_all_bytes_same): Verify
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-loop-distribution.c933 const_with_all_bytes_same (tree val) in const_with_all_bytes_same() function
956 if (!const_with_all_bytes_same (TREE_REALPART (val)) in const_with_all_bytes_same()
957 && !const_with_all_bytes_same (TREE_IMAGPART (val))) in const_with_all_bytes_same()
965 if (const_with_all_bytes_same (VECTOR_CST_ENCODED_ELT (val, j))) in const_with_all_bytes_same()
1013 int bytev = const_with_all_bytes_same (val); in generate_memset_builtin()
1540 if (const_with_all_bytes_same (rhs) == -1 in classify_builtin_st()
2645 int bytev1 = const_with_all_bytes_same (rhs1); in fuse_memset_builtins()
2646 int bytev2 = const_with_all_bytes_same (rhs2); in fuse_memset_builtins()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-loop-distribution.c932 const_with_all_bytes_same (tree val) in const_with_all_bytes_same() function
955 if (!const_with_all_bytes_same (TREE_REALPART (val)) in const_with_all_bytes_same()
956 && !const_with_all_bytes_same (TREE_IMAGPART (val))) in const_with_all_bytes_same()
964 if (const_with_all_bytes_same (VECTOR_CST_ENCODED_ELT (val, j))) in const_with_all_bytes_same()
1012 int bytev = const_with_all_bytes_same (val); in generate_memset_builtin()
1527 if (const_with_all_bytes_same (rhs) == -1 in classify_builtin_st()
2631 int bytev1 = const_with_all_bytes_same (rhs1); in fuse_memset_builtins()
2632 int bytev2 = const_with_all_bytes_same (rhs2); in fuse_memset_builtins()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-loop-distribution.c932 const_with_all_bytes_same (tree val) in const_with_all_bytes_same() function
955 if (!const_with_all_bytes_same (TREE_REALPART (val)) in const_with_all_bytes_same()
956 && !const_with_all_bytes_same (TREE_IMAGPART (val))) in const_with_all_bytes_same()
964 if (const_with_all_bytes_same (VECTOR_CST_ENCODED_ELT (val, j))) in const_with_all_bytes_same()
1012 int bytev = const_with_all_bytes_same (val); in generate_memset_builtin()
1527 if (const_with_all_bytes_same (rhs) == -1 in classify_builtin_st()
2631 int bytev1 = const_with_all_bytes_same (rhs1); in fuse_memset_builtins()
2632 int bytev2 = const_with_all_bytes_same (rhs2); in fuse_memset_builtins()
H A DChangeLog-201334059 * tree-loop-distribution.c (const_with_all_bytes_same): New function.
34061 TYPE_PRECISION is equal to mode bitsize. Use const_with_all_bytes_same
34065 const_with_all_bytes_same to find out if the constant doesn't have
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-loop-distribution.c932 const_with_all_bytes_same (tree val) in const_with_all_bytes_same() function
955 if (!const_with_all_bytes_same (TREE_REALPART (val)) in const_with_all_bytes_same()
956 && !const_with_all_bytes_same (TREE_IMAGPART (val))) in const_with_all_bytes_same()
964 if (const_with_all_bytes_same (VECTOR_CST_ENCODED_ELT (val, j))) in const_with_all_bytes_same()
1012 int bytev = const_with_all_bytes_same (val); in generate_memset_builtin()
1527 if (const_with_all_bytes_same (rhs) == -1 in classify_builtin_st()
2631 int bytev1 = const_with_all_bytes_same (rhs1); in fuse_memset_builtins()
2632 int bytev2 = const_with_all_bytes_same (rhs2); in fuse_memset_builtins()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-loop-distribution.c932 const_with_all_bytes_same (tree val) in const_with_all_bytes_same() function
955 if (!const_with_all_bytes_same (TREE_REALPART (val)) in const_with_all_bytes_same()
956 && !const_with_all_bytes_same (TREE_IMAGPART (val))) in const_with_all_bytes_same()
964 if (const_with_all_bytes_same (VECTOR_CST_ENCODED_ELT (val, j))) in const_with_all_bytes_same()
1012 int bytev = const_with_all_bytes_same (val); in generate_memset_builtin()
1527 if (const_with_all_bytes_same (rhs) == -1 in classify_builtin_st()
2631 int bytev1 = const_with_all_bytes_same (rhs1); in fuse_memset_builtins()
2632 int bytev2 = const_with_all_bytes_same (rhs2); in fuse_memset_builtins()
H A DChangeLog-201334059 * tree-loop-distribution.c (const_with_all_bytes_same): New function.
34061 TYPE_PRECISION is equal to mode bitsize. Use const_with_all_bytes_same
34065 const_with_all_bytes_same to find out if the constant doesn't have
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-loop-distribution.c932 const_with_all_bytes_same (tree val) in const_with_all_bytes_same() function
955 if (!const_with_all_bytes_same (TREE_REALPART (val)) in const_with_all_bytes_same()
956 && !const_with_all_bytes_same (TREE_IMAGPART (val))) in const_with_all_bytes_same()
964 if (const_with_all_bytes_same (VECTOR_CST_ENCODED_ELT (val, j))) in const_with_all_bytes_same()
1012 int bytev = const_with_all_bytes_same (val); in generate_memset_builtin()
1527 if (const_with_all_bytes_same (rhs) == -1 in classify_builtin_st()
2631 int bytev1 = const_with_all_bytes_same (rhs1); in fuse_memset_builtins()
2632 int bytev2 = const_with_all_bytes_same (rhs2); in fuse_memset_builtins()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-loop-distribution.c935 const_with_all_bytes_same (tree val) in const_with_all_bytes_same() function
958 if (!const_with_all_bytes_same (TREE_REALPART (val)) in const_with_all_bytes_same()
959 && !const_with_all_bytes_same (TREE_IMAGPART (val))) in const_with_all_bytes_same()
967 if (const_with_all_bytes_same (VECTOR_CST_ENCODED_ELT (val, j))) in const_with_all_bytes_same()
1015 int bytev = const_with_all_bytes_same (val); in generate_memset_builtin()
1557 if (const_with_all_bytes_same (rhs) == -1 in classify_builtin_st()
2685 int bytev1 = const_with_all_bytes_same (rhs1); in fuse_memset_builtins()
2686 int bytev2 = const_with_all_bytes_same (rhs2); in fuse_memset_builtins()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-loop-distribution.c1082 const_with_all_bytes_same (tree val) in const_with_all_bytes_same() function
1105 if (!const_with_all_bytes_same (TREE_REALPART (val)) in const_with_all_bytes_same()
1106 && !const_with_all_bytes_same (TREE_IMAGPART (val))) in const_with_all_bytes_same()
1114 if (const_with_all_bytes_same (VECTOR_CST_ENCODED_ELT (val, j))) in const_with_all_bytes_same()
1162 int bytev = const_with_all_bytes_same (val); in generate_memset_builtin()
1693 if (const_with_all_bytes_same (rhs) == -1 in classify_builtin_st()
2826 int bytev1 = const_with_all_bytes_same (rhs1); in fuse_memset_builtins()
2827 int bytev2 = const_with_all_bytes_same (rhs2); in fuse_memset_builtins()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-loop-distribution.c936 const_with_all_bytes_same (tree val) in const_with_all_bytes_same() function
959 if (!const_with_all_bytes_same (TREE_REALPART (val)) in const_with_all_bytes_same()
960 && !const_with_all_bytes_same (TREE_IMAGPART (val))) in const_with_all_bytes_same()
968 if (const_with_all_bytes_same (VECTOR_CST_ENCODED_ELT (val, j))) in const_with_all_bytes_same()
1016 int bytev = const_with_all_bytes_same (val); in generate_memset_builtin()
1570 if (const_with_all_bytes_same (rhs) == -1 in classify_builtin_st()
2722 int bytev1 = const_with_all_bytes_same (rhs1); in fuse_memset_builtins()
2723 int bytev2 = const_with_all_bytes_same (rhs2); in fuse_memset_builtins()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-loop-distribution.c1083 const_with_all_bytes_same (tree val) in const_with_all_bytes_same() function
1106 if (!const_with_all_bytes_same (TREE_REALPART (val)) in const_with_all_bytes_same()
1107 && !const_with_all_bytes_same (TREE_IMAGPART (val))) in const_with_all_bytes_same()
1115 if (const_with_all_bytes_same (VECTOR_CST_ENCODED_ELT (val, j))) in const_with_all_bytes_same()
1163 int bytev = const_with_all_bytes_same (val); in generate_memset_builtin()
1706 if (const_with_all_bytes_same (rhs) == -1 in classify_builtin_st()
2840 int bytev1 = const_with_all_bytes_same (rhs1); in fuse_memset_builtins()
2841 int bytev2 = const_with_all_bytes_same (rhs2); in fuse_memset_builtins()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-loop-distribution.c1083 const_with_all_bytes_same (tree val) in const_with_all_bytes_same() function
1106 if (!const_with_all_bytes_same (TREE_REALPART (val)) in const_with_all_bytes_same()
1107 && !const_with_all_bytes_same (TREE_IMAGPART (val))) in const_with_all_bytes_same()
1115 if (const_with_all_bytes_same (VECTOR_CST_ENCODED_ELT (val, j))) in const_with_all_bytes_same()
1163 int bytev = const_with_all_bytes_same (val); in generate_memset_builtin()
1706 if (const_with_all_bytes_same (rhs) == -1 in classify_builtin_st()
2840 int bytev1 = const_with_all_bytes_same (rhs1); in fuse_memset_builtins()
2841 int bytev2 = const_with_all_bytes_same (rhs2); in fuse_memset_builtins()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-loop-distribution.c1082 const_with_all_bytes_same (tree val) in const_with_all_bytes_same() function
1105 if (!const_with_all_bytes_same (TREE_REALPART (val)) in const_with_all_bytes_same()
1106 && !const_with_all_bytes_same (TREE_IMAGPART (val))) in const_with_all_bytes_same()
1114 if (const_with_all_bytes_same (VECTOR_CST_ENCODED_ELT (val, j))) in const_with_all_bytes_same()
1162 int bytev = const_with_all_bytes_same (val); in generate_memset_builtin()
1693 if (const_with_all_bytes_same (rhs) == -1 in classify_builtin_st()
2826 int bytev1 = const_with_all_bytes_same (rhs1); in fuse_memset_builtins()
2827 int bytev2 = const_with_all_bytes_same (rhs2); in fuse_memset_builtins()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-loop-distribution.c1083 const_with_all_bytes_same (tree val) in const_with_all_bytes_same() function
1106 if (!const_with_all_bytes_same (TREE_REALPART (val)) in const_with_all_bytes_same()
1107 && !const_with_all_bytes_same (TREE_IMAGPART (val))) in const_with_all_bytes_same()
1115 if (const_with_all_bytes_same (VECTOR_CST_ENCODED_ELT (val, j))) in const_with_all_bytes_same()
1163 int bytev = const_with_all_bytes_same (val); in generate_memset_builtin()
1706 if (const_with_all_bytes_same (rhs) == -1 in classify_builtin_st()
2840 int bytev1 = const_with_all_bytes_same (rhs1); in fuse_memset_builtins()
2841 int bytev2 = const_with_all_bytes_same (rhs2); in fuse_memset_builtins()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-loop-distribution.c1083 const_with_all_bytes_same (tree val) in const_with_all_bytes_same() function
1106 if (!const_with_all_bytes_same (TREE_REALPART (val)) in const_with_all_bytes_same()
1107 && !const_with_all_bytes_same (TREE_IMAGPART (val))) in const_with_all_bytes_same()
1115 if (const_with_all_bytes_same (VECTOR_CST_ENCODED_ELT (val, j))) in const_with_all_bytes_same()
1163 int bytev = const_with_all_bytes_same (val); in generate_memset_builtin()
1706 if (const_with_all_bytes_same (rhs) == -1 in classify_builtin_st()
2839 int bytev1 = const_with_all_bytes_same (rhs1); in fuse_memset_builtins()
2840 int bytev2 = const_with_all_bytes_same (rhs2); in fuse_memset_builtins()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-loop-distribution.c936 const_with_all_bytes_same (tree val) in const_with_all_bytes_same() function
959 if (!const_with_all_bytes_same (TREE_REALPART (val)) in const_with_all_bytes_same()
960 && !const_with_all_bytes_same (TREE_IMAGPART (val))) in const_with_all_bytes_same()
968 if (const_with_all_bytes_same (VECTOR_CST_ENCODED_ELT (val, j))) in const_with_all_bytes_same()
1016 int bytev = const_with_all_bytes_same (val); in generate_memset_builtin()
1570 if (const_with_all_bytes_same (rhs) == -1 in classify_builtin_st()
2722 int bytev1 = const_with_all_bytes_same (rhs1); in fuse_memset_builtins()
2723 int bytev2 = const_with_all_bytes_same (rhs2); in fuse_memset_builtins()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-loop-distribution.c1093 const_with_all_bytes_same (tree val) in const_with_all_bytes_same() function
1116 if (!const_with_all_bytes_same (TREE_REALPART (val)) in const_with_all_bytes_same()
1117 && !const_with_all_bytes_same (TREE_IMAGPART (val))) in const_with_all_bytes_same()
1125 if (const_with_all_bytes_same (VECTOR_CST_ENCODED_ELT (val, j))) in const_with_all_bytes_same()
1173 int bytev = const_with_all_bytes_same (val); in generate_memset_builtin()
1719 if (const_with_all_bytes_same (rhs) == -1 in classify_builtin_st()
2863 int bytev1 = const_with_all_bytes_same (rhs1); in fuse_memset_builtins()
2864 int bytev2 = const_with_all_bytes_same (rhs2); in fuse_memset_builtins()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-loop-distribution.c752 const_with_all_bytes_same (tree val) in const_with_all_bytes_same() function
805 int bytev = const_with_all_bytes_same (val); in generate_memset_builtin()
1074 if (const_with_all_bytes_same (rhs) == -1 in classify_partition()
H A DChangeLog-201334059 * tree-loop-distribution.c (const_with_all_bytes_same): New function.
34061 TYPE_PRECISION is equal to mode bitsize. Use const_with_all_bytes_same
34065 const_with_all_bytes_same to find out if the constant doesn't have

1234