Home
last modified time | relevance | path

Searched refs:const_hash_1 (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dvarasm.c120 static hashval_t const_hash_1 (const tree);
2512 const_hash_1 (const tree exp) in const_hash_1() function
2538 return (const_hash_1 (TREE_REALPART (exp)) * 5 in const_hash_1()
2539 + const_hash_1 (TREE_IMAGPART (exp))); in const_hash_1()
2550 hi = hi * 603 + const_hash_1 (value); in const_hash_1()
2584 return (const_hash_1 (TREE_OPERAND (exp, 0)) * 9 in const_hash_1()
2585 + const_hash_1 (TREE_OPERAND (exp, 1))); in const_hash_1()
2590 return const_hash_1 (TREE_OPERAND (exp, 0)) * 7 + 2; in const_hash_1()
2898 key.hash = const_hash_1 (exp); in output_constant_def()
3008 key.hash = const_hash_1 (exp); in lookup_constant_def()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dvarasm.c106 static hashval_t const_hash_1 (const tree);
2688 const_hash_1 (const tree exp) in const_hash_1() function
2717 return (const_hash_1 (TREE_REALPART (exp)) * 5 in const_hash_1()
2718 + const_hash_1 (TREE_IMAGPART (exp))); in const_hash_1()
2727 hi = hi * 563 + const_hash_1 (VECTOR_CST_ELT (exp, i)); in const_hash_1()
2741 hi = hi * 603 + const_hash_1 (value); in const_hash_1()
2776 return (const_hash_1 (TREE_OPERAND (exp, 0)) * 9 in const_hash_1()
2777 + const_hash_1 (TREE_OPERAND (exp, 1))); in const_hash_1()
3177 key.hash = const_hash_1 (exp); in output_constant_def()
3300 key.hash = const_hash_1 (exp); in lookup_constant_def()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dvarasm.c111 static hashval_t const_hash_1 (const tree);
2693 const_hash_1 (const tree exp) in const_hash_1() function
2722 return (const_hash_1 (TREE_REALPART (exp)) * 5 in const_hash_1()
2723 + const_hash_1 (TREE_IMAGPART (exp))); in const_hash_1()
2732 hi = hi * 563 + const_hash_1 (VECTOR_CST_ELT (exp, i)); in const_hash_1()
2746 hi = hi * 603 + const_hash_1 (value); in const_hash_1()
2781 return (const_hash_1 (TREE_OPERAND (exp, 0)) * 9 in const_hash_1()
2782 + const_hash_1 (TREE_OPERAND (exp, 1))); in const_hash_1()
3183 key.hash = const_hash_1 (exp); in output_constant_def()
3306 key.hash = const_hash_1 (exp); in lookup_constant_def()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dvarasm.c146 static hashval_t const_hash_1 (const tree);
2082 return const_hash_1 (((struct constant_descriptor_tree *)ptr)->value); in const_desc_hash()
2086 const_hash_1 (const tree exp) in const_hash_1() function
2120 return (const_hash_1 (TREE_REALPART (exp)) * 5 in const_hash_1()
2121 + const_hash_1 (TREE_IMAGPART (exp))); in const_hash_1()
2142 hi = hi * 603 + const_hash_1 (TREE_VALUE (link)); in const_hash_1()
2171 return (const_hash_1 (TREE_OPERAND (exp, 0)) * 9 in const_hash_1()
2172 + const_hash_1 (TREE_OPERAND (exp, 1))); in const_hash_1()
2177 return const_hash_1 (TREE_OPERAND (exp, 0)) * 7 + 2; in const_hash_1()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dvarasm.c146 static hashval_t const_hash_1 (const tree);
2082 return const_hash_1 (((struct constant_descriptor_tree *)ptr)->value); in const_desc_hash()
2086 const_hash_1 (const tree exp) in const_hash_1() function
2120 return (const_hash_1 (TREE_REALPART (exp)) * 5 in const_hash_1()
2121 + const_hash_1 (TREE_IMAGPART (exp))); in const_hash_1()
2142 hi = hi * 603 + const_hash_1 (TREE_VALUE (link)); in const_hash_1()
2171 return (const_hash_1 (TREE_OPERAND (exp, 0)) * 9 in const_hash_1()
2172 + const_hash_1 (TREE_OPERAND (exp, 1))); in const_hash_1()
2177 return const_hash_1 (TREE_OPERAND (exp, 0)) * 7 + 2; in const_hash_1()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dvarasm.c105 static hashval_t const_hash_1 (const tree);
2895 const_hash_1 (const tree exp) in const_hash_1() function
2924 return (const_hash_1 (TREE_REALPART (exp)) * 5 in const_hash_1()
2925 + const_hash_1 (TREE_IMAGPART (exp))); in const_hash_1()
2934 hi = hi * 563 + const_hash_1 (VECTOR_CST_ELT (exp, i)); in const_hash_1()
2948 hi = hi * 603 + const_hash_1 (value); in const_hash_1()
2984 return (const_hash_1 (TREE_OPERAND (exp, 0)) * 9 in const_hash_1()
2985 + const_hash_1 (TREE_OPERAND (exp, 1))); in const_hash_1()
3321 key.hash = const_hash_1 (exp); in output_constant_def()
3448 key.hash = const_hash_1 (exp); in lookup_constant_def()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dvarasm.c109 static hashval_t const_hash_1 (const tree);
2994 const_hash_1 (const tree exp) in const_hash_1() function
3023 return (const_hash_1 (TREE_REALPART (exp)) * 5 in const_hash_1()
3024 + const_hash_1 (TREE_IMAGPART (exp))); in const_hash_1()
3045 hi = hi * 603 + const_hash_1 (value); in const_hash_1()
3081 return (const_hash_1 (TREE_OPERAND (exp, 0)) * 9 in const_hash_1()
3082 + const_hash_1 (TREE_OPERAND (exp, 1))); in const_hash_1()
3085 return const_hash_1 (TREE_OPERAND (exp, 0)) * 7 + 2; in const_hash_1()
3425 key.hash = const_hash_1 (exp); in output_constant_def()
3551 key.hash = const_hash_1 (exp); in lookup_constant_def()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dvarasm.c109 static hashval_t const_hash_1 (const tree);
2994 const_hash_1 (const tree exp) in const_hash_1() function
3023 return (const_hash_1 (TREE_REALPART (exp)) * 5 in const_hash_1()
3024 + const_hash_1 (TREE_IMAGPART (exp))); in const_hash_1()
3045 hi = hi * 603 + const_hash_1 (value); in const_hash_1()
3081 return (const_hash_1 (TREE_OPERAND (exp, 0)) * 9 in const_hash_1()
3082 + const_hash_1 (TREE_OPERAND (exp, 1))); in const_hash_1()
3085 return const_hash_1 (TREE_OPERAND (exp, 0)) * 7 + 2; in const_hash_1()
3425 key.hash = const_hash_1 (exp); in output_constant_def()
3551 key.hash = const_hash_1 (exp); in lookup_constant_def()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dvarasm.c109 static hashval_t const_hash_1 (const tree);
2994 const_hash_1 (const tree exp) in const_hash_1() function
3023 return (const_hash_1 (TREE_REALPART (exp)) * 5 in const_hash_1()
3024 + const_hash_1 (TREE_IMAGPART (exp))); in const_hash_1()
3045 hi = hi * 603 + const_hash_1 (value); in const_hash_1()
3081 return (const_hash_1 (TREE_OPERAND (exp, 0)) * 9 in const_hash_1()
3082 + const_hash_1 (TREE_OPERAND (exp, 1))); in const_hash_1()
3085 return const_hash_1 (TREE_OPERAND (exp, 0)) * 7 + 2; in const_hash_1()
3425 key.hash = const_hash_1 (exp); in output_constant_def()
3551 key.hash = const_hash_1 (exp); in lookup_constant_def()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dvarasm.c109 static hashval_t const_hash_1 (const tree);
3020 const_hash_1 (const tree exp) in const_hash_1() function
3049 return (const_hash_1 (TREE_REALPART (exp)) * 5 in const_hash_1()
3050 + const_hash_1 (TREE_IMAGPART (exp))); in const_hash_1()
3071 hi = hi * 603 + const_hash_1 (value); in const_hash_1()
3078 return const_hash_1 (TREE_OPERAND (exp, 0)); in const_hash_1()
3111 return (const_hash_1 (TREE_OPERAND (exp, 0)) * 9 in const_hash_1()
3112 + const_hash_1 (TREE_OPERAND (exp, 1))); in const_hash_1()
3115 return const_hash_1 (TREE_OPERAND (exp, 0)) * 7 + 2; in const_hash_1()
3456 key.hash = const_hash_1 (exp); in add_constant_to_table()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dvarasm.c109 static hashval_t const_hash_1 (const tree);
2994 const_hash_1 (const tree exp) in const_hash_1() function
3023 return (const_hash_1 (TREE_REALPART (exp)) * 5 in const_hash_1()
3024 + const_hash_1 (TREE_IMAGPART (exp))); in const_hash_1()
3045 hi = hi * 603 + const_hash_1 (value); in const_hash_1()
3081 return (const_hash_1 (TREE_OPERAND (exp, 0)) * 9 in const_hash_1()
3082 + const_hash_1 (TREE_OPERAND (exp, 1))); in const_hash_1()
3085 return const_hash_1 (TREE_OPERAND (exp, 0)) * 7 + 2; in const_hash_1()
3425 key.hash = const_hash_1 (exp); in output_constant_def()
3551 key.hash = const_hash_1 (exp); in lookup_constant_def()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dvarasm.c109 static hashval_t const_hash_1 (const tree);
2994 const_hash_1 (const tree exp) in const_hash_1() function
3023 return (const_hash_1 (TREE_REALPART (exp)) * 5 in const_hash_1()
3024 + const_hash_1 (TREE_IMAGPART (exp))); in const_hash_1()
3045 hi = hi * 603 + const_hash_1 (value); in const_hash_1()
3081 return (const_hash_1 (TREE_OPERAND (exp, 0)) * 9 in const_hash_1()
3082 + const_hash_1 (TREE_OPERAND (exp, 1))); in const_hash_1()
3085 return const_hash_1 (TREE_OPERAND (exp, 0)) * 7 + 2; in const_hash_1()
3425 key.hash = const_hash_1 (exp); in output_constant_def()
3551 key.hash = const_hash_1 (exp); in lookup_constant_def()
[all …]
H A DChangeLog.ptr347 * tree.c (const_hash_1): Handle POINTER_PLUS_EXPR same as
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dvarasm.c115 static hashval_t const_hash_1 (const tree);
2808 const_hash_1 (const tree exp) in const_hash_1() function
2837 return (const_hash_1 (TREE_REALPART (exp)) * 5 in const_hash_1()
2838 + const_hash_1 (TREE_IMAGPART (exp))); in const_hash_1()
2847 hi = hi * 563 + const_hash_1 (VECTOR_CST_ELT (exp, i)); in const_hash_1()
2861 hi = hi * 603 + const_hash_1 (value); in const_hash_1()
2896 return (const_hash_1 (TREE_OPERAND (exp, 0)) * 9 in const_hash_1()
2897 + const_hash_1 (TREE_OPERAND (exp, 1))); in const_hash_1()
3294 key.hash = const_hash_1 (exp); in output_constant_def()
3416 key.hash = const_hash_1 (exp); in lookup_constant_def()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dvarasm.c109 static hashval_t const_hash_1 (const tree);
2994 const_hash_1 (const tree exp) in const_hash_1() function
3023 return (const_hash_1 (TREE_REALPART (exp)) * 5 in const_hash_1()
3024 + const_hash_1 (TREE_IMAGPART (exp))); in const_hash_1()
3045 hi = hi * 603 + const_hash_1 (value); in const_hash_1()
3081 return (const_hash_1 (TREE_OPERAND (exp, 0)) * 9 in const_hash_1()
3082 + const_hash_1 (TREE_OPERAND (exp, 1))); in const_hash_1()
3085 return const_hash_1 (TREE_OPERAND (exp, 0)) * 7 + 2; in const_hash_1()
3425 key.hash = const_hash_1 (exp); in output_constant_def()
3551 key.hash = const_hash_1 (exp); in lookup_constant_def()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dvarasm.c105 static hashval_t const_hash_1 (const tree);
2895 const_hash_1 (const tree exp) in const_hash_1() function
2924 return (const_hash_1 (TREE_REALPART (exp)) * 5 in const_hash_1()
2925 + const_hash_1 (TREE_IMAGPART (exp))); in const_hash_1()
2934 hi = hi * 563 + const_hash_1 (VECTOR_CST_ELT (exp, i)); in const_hash_1()
2948 hi = hi * 603 + const_hash_1 (value); in const_hash_1()
2984 return (const_hash_1 (TREE_OPERAND (exp, 0)) * 9 in const_hash_1()
2985 + const_hash_1 (TREE_OPERAND (exp, 1))); in const_hash_1()
3321 key.hash = const_hash_1 (exp); in output_constant_def()
3448 key.hash = const_hash_1 (exp); in lookup_constant_def()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dvarasm.c109 static hashval_t const_hash_1 (const tree);
3020 const_hash_1 (const tree exp) in const_hash_1() function
3049 return (const_hash_1 (TREE_REALPART (exp)) * 5 in const_hash_1()
3050 + const_hash_1 (TREE_IMAGPART (exp))); in const_hash_1()
3071 hi = hi * 603 + const_hash_1 (value); in const_hash_1()
3078 return const_hash_1 (TREE_OPERAND (exp, 0)); in const_hash_1()
3111 return (const_hash_1 (TREE_OPERAND (exp, 0)) * 9 in const_hash_1()
3112 + const_hash_1 (TREE_OPERAND (exp, 1))); in const_hash_1()
3115 return const_hash_1 (TREE_OPERAND (exp, 0)) * 7 + 2; in const_hash_1()
3456 key.hash = const_hash_1 (exp); in add_constant_to_table()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dvarasm.c109 static hashval_t const_hash_1 (const tree);
3013 const_hash_1 (const tree exp) in const_hash_1() function
3042 return (const_hash_1 (TREE_REALPART (exp)) * 5 in const_hash_1()
3043 + const_hash_1 (TREE_IMAGPART (exp))); in const_hash_1()
3064 hi = hi * 603 + const_hash_1 (value); in const_hash_1()
3071 return const_hash_1 (TREE_OPERAND (exp, 0)); in const_hash_1()
3104 return (const_hash_1 (TREE_OPERAND (exp, 0)) * 9 in const_hash_1()
3105 + const_hash_1 (TREE_OPERAND (exp, 1))); in const_hash_1()
3108 return const_hash_1 (TREE_OPERAND (exp, 0)) * 7 + 2; in const_hash_1()
3449 key.hash = const_hash_1 (exp); in add_constant_to_table()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dvarasm.c110 static hashval_t const_hash_1 (const tree);
3032 const_hash_1 (const tree exp) in const_hash_1() function
3061 return (const_hash_1 (TREE_REALPART (exp)) * 5 in const_hash_1()
3062 + const_hash_1 (TREE_IMAGPART (exp))); in const_hash_1()
3083 hi = hi * 603 + const_hash_1 (value); in const_hash_1()
3090 return const_hash_1 (TREE_OPERAND (exp, 0)); in const_hash_1()
3123 return (const_hash_1 (TREE_OPERAND (exp, 0)) * 9 in const_hash_1()
3124 + const_hash_1 (TREE_OPERAND (exp, 1))); in const_hash_1()
3127 return const_hash_1 (TREE_OPERAND (exp, 0)) * 7 + 2; in const_hash_1()
3475 key.hash = const_hash_1 (exp); in add_constant_to_table()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dvarasm.c114 static hashval_t const_hash_1 (const tree);
3114 const_hash_1 (const tree exp) in const_hash_1() function
3143 return (const_hash_1 (TREE_REALPART (exp)) * 5 in const_hash_1()
3144 + const_hash_1 (TREE_IMAGPART (exp))); in const_hash_1()
3165 hi = hi * 603 + const_hash_1 (value); in const_hash_1()
3172 return const_hash_1 (TREE_OPERAND (exp, 0)); in const_hash_1()
3205 return (const_hash_1 (TREE_OPERAND (exp, 0)) * 9 in const_hash_1()
3206 + const_hash_1 (TREE_OPERAND (exp, 1))); in const_hash_1()
3209 return const_hash_1 (TREE_OPERAND (exp, 0)) * 7 + 2; in const_hash_1()
3555 key.hash = const_hash_1 (exp); in add_constant_to_table()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dvarasm.c114 static hashval_t const_hash_1 (const tree);
3090 const_hash_1 (const tree exp) in const_hash_1() function
3119 return (const_hash_1 (TREE_REALPART (exp)) * 5 in const_hash_1()
3120 + const_hash_1 (TREE_IMAGPART (exp))); in const_hash_1()
3141 hi = hi * 603 + const_hash_1 (value); in const_hash_1()
3148 return const_hash_1 (TREE_OPERAND (exp, 0)); in const_hash_1()
3181 return (const_hash_1 (TREE_OPERAND (exp, 0)) * 9 in const_hash_1()
3182 + const_hash_1 (TREE_OPERAND (exp, 1))); in const_hash_1()
3185 return const_hash_1 (TREE_OPERAND (exp, 0)) * 7 + 2; in const_hash_1()
3533 key.hash = const_hash_1 (exp); in add_constant_to_table()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dvarasm.c114 static hashval_t const_hash_1 (const tree);
3090 const_hash_1 (const tree exp) in const_hash_1() function
3119 return (const_hash_1 (TREE_REALPART (exp)) * 5 in const_hash_1()
3120 + const_hash_1 (TREE_IMAGPART (exp))); in const_hash_1()
3141 hi = hi * 603 + const_hash_1 (value); in const_hash_1()
3148 return const_hash_1 (TREE_OPERAND (exp, 0)); in const_hash_1()
3181 return (const_hash_1 (TREE_OPERAND (exp, 0)) * 9 in const_hash_1()
3182 + const_hash_1 (TREE_OPERAND (exp, 1))); in const_hash_1()
3185 return const_hash_1 (TREE_OPERAND (exp, 0)) * 7 + 2; in const_hash_1()
3533 key.hash = const_hash_1 (exp); in add_constant_to_table()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dvarasm.c110 static hashval_t const_hash_1 (const tree);
3027 const_hash_1 (const tree exp) in const_hash_1() function
3056 return (const_hash_1 (TREE_REALPART (exp)) * 5 in const_hash_1()
3057 + const_hash_1 (TREE_IMAGPART (exp))); in const_hash_1()
3078 hi = hi * 603 + const_hash_1 (value); in const_hash_1()
3085 return const_hash_1 (TREE_OPERAND (exp, 0)); in const_hash_1()
3118 return (const_hash_1 (TREE_OPERAND (exp, 0)) * 9 in const_hash_1()
3119 + const_hash_1 (TREE_OPERAND (exp, 1))); in const_hash_1()
3122 return const_hash_1 (TREE_OPERAND (exp, 0)) * 7 + 2; in const_hash_1()
3470 key.hash = const_hash_1 (exp); in add_constant_to_table()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dvarasm.c114 static hashval_t const_hash_1 (const tree);
3090 const_hash_1 (const tree exp) in const_hash_1() function
3119 return (const_hash_1 (TREE_REALPART (exp)) * 5 in const_hash_1()
3120 + const_hash_1 (TREE_IMAGPART (exp))); in const_hash_1()
3141 hi = hi * 603 + const_hash_1 (value); in const_hash_1()
3148 return const_hash_1 (TREE_OPERAND (exp, 0)); in const_hash_1()
3181 return (const_hash_1 (TREE_OPERAND (exp, 0)) * 9 in const_hash_1()
3182 + const_hash_1 (TREE_OPERAND (exp, 1))); in const_hash_1()
3185 return const_hash_1 (TREE_OPERAND (exp, 0)) * 7 + 2; in const_hash_1()
3533 key.hash = const_hash_1 (exp); in add_constant_to_table()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dvarasm.c110 static hashval_t const_hash_1 (const tree);
3032 const_hash_1 (const tree exp) in const_hash_1() function
3061 return (const_hash_1 (TREE_REALPART (exp)) * 5 in const_hash_1()
3062 + const_hash_1 (TREE_IMAGPART (exp))); in const_hash_1()
3083 hi = hi * 603 + const_hash_1 (value); in const_hash_1()
3090 return const_hash_1 (TREE_OPERAND (exp, 0)); in const_hash_1()
3123 return (const_hash_1 (TREE_OPERAND (exp, 0)) * 9 in const_hash_1()
3124 + const_hash_1 (TREE_OPERAND (exp, 1))); in const_hash_1()
3127 return const_hash_1 (TREE_OPERAND (exp, 0)) * 7 + 2; in const_hash_1()
3475 key.hash = const_hash_1 (exp); in add_constant_to_table()
[all …]

12345678910>>...12