/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | poly-int-types.h | 23 typedef poly_int_pod<NUM_POLY_INT_COEFFS, unsigned short> poly_uint16_pod; 24 typedef poly_int_pod<NUM_POLY_INT_COEFFS, HOST_WIDE_INT> poly_int64_pod; 25 typedef poly_int_pod<NUM_POLY_INT_COEFFS, 28 typedef poly_int_pod<NUM_POLY_INT_COEFFS, wide_int> poly_wide_int_pod; 31 typedef poly_int<NUM_POLY_INT_COEFFS, unsigned short> poly_uint16; 32 typedef poly_int<NUM_POLY_INT_COEFFS, HOST_WIDE_INT> poly_int64; 34 typedef poly_int<NUM_POLY_INT_COEFFS, offset_int> poly_offset_int; 35 typedef poly_int<NUM_POLY_INT_COEFFS, wide_int> poly_wide_int; 36 typedef poly_int<NUM_POLY_INT_COEFFS, wide_int_ref> poly_wide_int_ref; 37 typedef poly_int<NUM_POLY_INT_COEFFS, widest_int> poly_widest_int; [all …]
|
H A D | data-streamer.h | 135 const poly_int<NUM_POLY_INT_COEFFS, bitpack_word_t> &val, in bp_pack_poly_value() argument 138 for (int i = 0; i < NUM_POLY_INT_COEFFS; ++i) in bp_pack_poly_value() 192 static inline poly_int<NUM_POLY_INT_COEFFS, bitpack_word_t> 195 poly_int_pod<NUM_POLY_INT_COEFFS, bitpack_word_t> x; in bp_unpack_poly_value() 196 for (int i = 0; i < NUM_POLY_INT_COEFFS; ++i) in bp_unpack_poly_value()
|
H A D | rtlhash.c | 59 for (i = 0; i < NUM_POLY_INT_COEFFS; ++i) in add_rtx()
|
H A D | target.h | 289 if (NUM_POLY_INT_COEFFS == 1) in estimated_poly_value()
|
H A D | data-streamer-in.c | 184 for (unsigned int i = 0; i < NUM_POLY_INT_COEFFS; ++i) in streamer_read_poly_uint64()
|
H A D | genmodes.c | 813 #ifndef NUM_POLY_INT_COEFFS 814 #define NUM_POLY_INT_COEFFS 1 macro 940 #if NUM_POLY_INT_COEFFS == 1 942 #elif NUM_POLY_INT_COEFFS == 2 1314 printf ("#define NUM_POLY_INT_COEFFS %d\n", NUM_POLY_INT_COEFFS); in emit_insn_modes_h()
|
H A D | coretypes.h | 445 && (defined (USE_ENUM_MODES) || NUM_POLY_INT_COEFFS == 1))
|
H A D | tree.h | 3851 STATIC_ASSERT (NUM_POLY_INT_COEFFS <= 2); in TYPE_VECTOR_SUBPARTS() 3853 if (NUM_POLY_INT_COEFFS == 2) in TYPE_VECTOR_SUBPARTS() 3873 STATIC_ASSERT (NUM_POLY_INT_COEFFS <= 2); in SET_TYPE_VECTOR_SUBPARTS() 3877 if (NUM_POLY_INT_COEFFS == 2) in SET_TYPE_VECTOR_SUBPARTS() 3912 if (NUM_POLY_INT_COEFFS == 2) in valid_vector_subparts_p() 4523 #if NUM_POLY_INT_COEFFS == 1 5781 typedef const poly_int <NUM_POLY_INT_COEFFS, 5784 typedef const poly_int <NUM_POLY_INT_COEFFS, 5787 typedef const poly_int <NUM_POLY_INT_COEFFS, 5994 poly_int <NUM_POLY_INT_COEFFS, [all …]
|
H A D | rtl-tests.c | 320 const_poly_int_tests<NUM_POLY_INT_COEFFS>::run ();
|
H A D | rtl.h | 291 trailing_wide_ints<NUM_POLY_INT_COEFFS> coeffs; 807 (NUM_POLY_INT_COEFFS > 1 && GET_CODE (X) == CONST_POLY_INT) 2153 { STATIC_ASSERT (NUM_POLY_INT_COEFFS <= 3); } in unique_id() 2156 for (int i = 0; i < NUM_POLY_INT_COEFFS; ++i) in unique_id() 2331 typedef poly_int<NUM_POLY_INT_COEFFS, 2342 poly_int<NUM_POLY_INT_COEFFS, WIDE_INT_REF_FOR (wide_int)> res; 2343 for (unsigned int i = 0; i < NUM_POLY_INT_COEFFS; ++i) 2376 for (unsigned int i = 0; i < NUM_POLY_INT_COEFFS; ++i) 2397 for (unsigned int i = 0; i < NUM_POLY_INT_COEFFS; ++i) 2400 for (unsigned int i = 0; i < NUM_POLY_INT_COEFFS; ++i)
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | poly-int-types.h | 23 typedef poly_int_pod<NUM_POLY_INT_COEFFS, unsigned short> poly_uint16_pod; 24 typedef poly_int_pod<NUM_POLY_INT_COEFFS, HOST_WIDE_INT> poly_int64_pod; 25 typedef poly_int_pod<NUM_POLY_INT_COEFFS, 28 typedef poly_int_pod<NUM_POLY_INT_COEFFS, wide_int> poly_wide_int_pod; 31 typedef poly_int<NUM_POLY_INT_COEFFS, unsigned short> poly_uint16; 32 typedef poly_int<NUM_POLY_INT_COEFFS, HOST_WIDE_INT> poly_int64; 34 typedef poly_int<NUM_POLY_INT_COEFFS, offset_int> poly_offset_int; 35 typedef poly_int<NUM_POLY_INT_COEFFS, wide_int> poly_wide_int; 36 typedef poly_int<NUM_POLY_INT_COEFFS, wide_int_ref> poly_wide_int_ref; 37 typedef poly_int<NUM_POLY_INT_COEFFS, widest_int> poly_widest_int; [all …]
|
H A D | data-streamer.h | 137 const poly_int<NUM_POLY_INT_COEFFS, bitpack_word_t> &val, in bp_pack_poly_value() argument 140 for (int i = 0; i < NUM_POLY_INT_COEFFS; ++i) in bp_pack_poly_value() 194 static inline poly_int<NUM_POLY_INT_COEFFS, bitpack_word_t> 197 poly_int_pod<NUM_POLY_INT_COEFFS, bitpack_word_t> x; in bp_unpack_poly_value() 198 for (int i = 0; i < NUM_POLY_INT_COEFFS; ++i) in bp_unpack_poly_value()
|
H A D | data-streamer-in.cc | 184 for (unsigned int i = 0; i < NUM_POLY_INT_COEFFS; ++i) in streamer_read_poly_uint64() 195 for (unsigned int i = 0; i < NUM_POLY_INT_COEFFS; ++i) in streamer_read_poly_int64()
|
H A D | data-streamer-out.cc | 228 for (int i = 0; i < NUM_POLY_INT_COEFFS; ++i) in streamer_write_poly_uint64() 237 for (int i = 0; i < NUM_POLY_INT_COEFFS; ++i) in streamer_write_poly_int64()
|
H A D | rtlhash.c | 59 for (i = 0; i < NUM_POLY_INT_COEFFS; ++i) in add_rtx()
|
H A D | rtlhash.cc | 59 for (i = 0; i < NUM_POLY_INT_COEFFS; ++i) in add_rtx()
|
H A D | target.h | 285 if (NUM_POLY_INT_COEFFS == 1)
|
H A D | data-streamer-in.c | 184 for (unsigned int i = 0; i < NUM_POLY_INT_COEFFS; ++i) in streamer_read_poly_uint64()
|
H A D | genmodes.c | 813 #ifndef NUM_POLY_INT_COEFFS 814 #define NUM_POLY_INT_COEFFS 1 macro 940 #if NUM_POLY_INT_COEFFS == 1 942 #elif NUM_POLY_INT_COEFFS == 2 1314 printf ("#define NUM_POLY_INT_COEFFS %d\n", NUM_POLY_INT_COEFFS); in emit_insn_modes_h()
|
H A D | genmodes.cc | 856 #ifndef NUM_POLY_INT_COEFFS 857 #define NUM_POLY_INT_COEFFS 1 macro 983 #if NUM_POLY_INT_COEFFS == 1 985 #elif NUM_POLY_INT_COEFFS == 2 1382 printf ("#define NUM_POLY_INT_COEFFS %d\n", NUM_POLY_INT_COEFFS); in emit_insn_modes_h()
|
H A D | coretypes.h | 469 && (defined (USE_ENUM_MODES) || NUM_POLY_INT_COEFFS == 1))
|
H A D | tree.h | 3851 STATIC_ASSERT (NUM_POLY_INT_COEFFS <= 2); in TYPE_VECTOR_SUBPARTS() 3853 if (NUM_POLY_INT_COEFFS == 2) in TYPE_VECTOR_SUBPARTS() 3873 STATIC_ASSERT (NUM_POLY_INT_COEFFS <= 2); in SET_TYPE_VECTOR_SUBPARTS() 3877 if (NUM_POLY_INT_COEFFS == 2) in SET_TYPE_VECTOR_SUBPARTS() 3912 if (NUM_POLY_INT_COEFFS == 2) in valid_vector_subparts_p() 4523 #if NUM_POLY_INT_COEFFS == 1 5781 typedef const poly_int <NUM_POLY_INT_COEFFS, 5784 typedef const poly_int <NUM_POLY_INT_COEFFS, 5787 typedef const poly_int <NUM_POLY_INT_COEFFS, 5994 poly_int <NUM_POLY_INT_COEFFS, [all …]
|
H A D | rtl-tests.c | 320 const_poly_int_tests<NUM_POLY_INT_COEFFS>::run ();
|
H A D | rtl-tests.cc | 320 const_poly_int_tests<NUM_POLY_INT_COEFFS>::run (); in rtl_tests_cc_tests()
|
H A D | rtl.h | 291 trailing_wide_ints<NUM_POLY_INT_COEFFS> coeffs; 807 (NUM_POLY_INT_COEFFS > 1 && GET_CODE (X) == CONST_POLY_INT) 2161 { STATIC_ASSERT (NUM_POLY_INT_COEFFS <= 3); } in unique_id() 2164 for (int i = 0; i < NUM_POLY_INT_COEFFS; ++i) in unique_id() 2339 typedef poly_int<NUM_POLY_INT_COEFFS, 2350 poly_int<NUM_POLY_INT_COEFFS, WIDE_INT_REF_FOR (wide_int)> res; 2351 for (unsigned int i = 0; i < NUM_POLY_INT_COEFFS; ++i) 2384 for (unsigned int i = 0; i < NUM_POLY_INT_COEFFS; ++i) 2405 for (unsigned int i = 0; i < NUM_POLY_INT_COEFFS; ++i) 2408 for (unsigned int i = 0; i < NUM_POLY_INT_COEFFS; ++i)
|