Home
last modified time | relevance | path

Searched refs:NUM_POLY_INT_COEFFS (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dpoly-int-types.h23 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,
27 typedef poly_int_pod<NUM_POLY_INT_COEFFS, offset_int> poly_offset_int_pod;
28 typedef poly_int_pod<NUM_POLY_INT_COEFFS, wide_int> poly_wide_int_pod;
29 typedef poly_int_pod<NUM_POLY_INT_COEFFS, widest_int> poly_widest_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;
33 typedef poly_int<NUM_POLY_INT_COEFFS, unsigned HOST_WIDE_INT> poly_uint64;
34 typedef poly_int<NUM_POLY_INT_COEFFS, offset_int> poly_offset_int;
[all …]
H A Ddata-streamer.h135 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 Dtarget.h289 if (NUM_POLY_INT_COEFFS == 1) in estimated_poly_value()
H A Dcoretypes.h443 && (defined (USE_ENUM_MODES) || NUM_POLY_INT_COEFFS == 1))
H A Dtree.h1021 (NUM_POLY_INT_COEFFS > 1 && TREE_CODE (NODE) == POLY_INT_CST)
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
5780 typedef const poly_int <NUM_POLY_INT_COEFFS,
5783 typedef const poly_int <NUM_POLY_INT_COEFFS,
5786 typedef const poly_int <NUM_POLY_INT_COEFFS,
[all …]
H A Drtl.h291 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)
H A Dmachmode.h81 #if defined (IN_TARGET_CODE) && NUM_POLY_INT_COEFFS == 1
836 #if NUM_POLY_INT_COEFFS == 1
H A Dinsn-modes.h763 #define NUM_POLY_INT_COEFFS 1 macro
H A Dtree-core.h1419 tree coeffs[NUM_POLY_INT_COEFFS];
H A Dtarget.def4227 @samp{NUM_POLY_INT_COEFFS} to a value greater than 1.",
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dpoly-int-types.h23 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,
27 typedef poly_int_pod<NUM_POLY_INT_COEFFS, offset_int> poly_offset_int_pod;
28 typedef poly_int_pod<NUM_POLY_INT_COEFFS, wide_int> poly_wide_int_pod;
29 typedef poly_int_pod<NUM_POLY_INT_COEFFS, widest_int> poly_widest_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;
33 typedef poly_int<NUM_POLY_INT_COEFFS, unsigned HOST_WIDE_INT> poly_uint64;
34 typedef poly_int<NUM_POLY_INT_COEFFS, offset_int> poly_offset_int;
[all …]
H A Ddata-streamer.h135 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 Dtarget.h289 if (NUM_POLY_INT_COEFFS == 1) in estimated_poly_value()
H A Dcoretypes.h443 && (defined (USE_ENUM_MODES) || NUM_POLY_INT_COEFFS == 1))
H A Dtree.h1021 (NUM_POLY_INT_COEFFS > 1 && TREE_CODE (NODE) == POLY_INT_CST)
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
5780 typedef const poly_int <NUM_POLY_INT_COEFFS,
5783 typedef const poly_int <NUM_POLY_INT_COEFFS,
5786 typedef const poly_int <NUM_POLY_INT_COEFFS,
[all …]
H A Drtl.h291 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)
H A Dmachmode.h81 #if defined (IN_TARGET_CODE) && NUM_POLY_INT_COEFFS == 1
836 #if NUM_POLY_INT_COEFFS == 1
H A Dinsn-modes.h973 #define NUM_POLY_INT_COEFFS 2 macro
H A Dtree-core.h1419 tree coeffs[NUM_POLY_INT_COEFFS];
H A Dtarget.def4227 @samp{NUM_POLY_INT_COEFFS} to a value greater than 1.",
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/
H A Dgtype.state720 (!type array 36 nil gc_used "NUM_POLY_INT_COEFFS"
17791 (!type user_struct 911 nil gc_unused "trailing_wide_ints<NUM_POLY_INT_COEFFS>"
17794 (!pair "NUM_POLY_INT_COEFFS"
17795 (!type undefined 912 nil gc_unused "NUM_POLY_INT_COEFFS"
18214 …(!type user_struct 924 nil gc_unused "poly_int<NUM_POLY_INT_COEFFS,generic_wide_int<wide_int_ref_…
18233 (!pair "NUM_POLY_INT_COEFFS"
18453 …(!type user_struct 953 nil gc_unused "poly_int<NUM_POLY_INT_COEFFS,generic_wide_int<widest_extend…
18468 (!pair "NUM_POLY_INT_COEFFS"
18477 …(!type user_struct 955 nil gc_unused "poly_int<NUM_POLY_INT_COEFFS,generic_wide_int<offset_extend…
18492 (!pair "NUM_POLY_INT_COEFFS"
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/
H A Dgtype.state718 (!type array 36 nil gc_used "NUM_POLY_INT_COEFFS"
17825 (!type user_struct 913 nil gc_unused "trailing_wide_ints<NUM_POLY_INT_COEFFS>"
17828 (!pair "NUM_POLY_INT_COEFFS"
17829 (!type undefined 914 nil gc_unused "NUM_POLY_INT_COEFFS"
18248 …(!type user_struct 926 nil gc_unused "poly_int<NUM_POLY_INT_COEFFS,generic_wide_int<wide_int_ref_…
18267 (!pair "NUM_POLY_INT_COEFFS"
18487 …(!type user_struct 955 nil gc_unused "poly_int<NUM_POLY_INT_COEFFS,generic_wide_int<widest_extend…
18502 (!pair "NUM_POLY_INT_COEFFS"
18511 …(!type user_struct 957 nil gc_unused "poly_int<NUM_POLY_INT_COEFFS,generic_wide_int<offset_extend…
18526 (!pair "NUM_POLY_INT_COEFFS"
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgccint.info8705 'NUM_POLY_INT_COEFFS'. The default value is 1, since most targets do
8722 common forms of 'poly_int', all having 'NUM_POLY_INT_COEFFS'
8784 target's 'NUM_POLY_INT_COEFFS'.
9530 with one value of 'NUM_POLY_INT_COEFFS', and if the code does not
9533 'NUM_POLY_INT_COEFFS'. There is no need to check this during
9598 'poly_int's if 'NUM_POLY_INT_COEFFS' is greater than one. For other
10607 'NUM_POLY_INT_COEFFS' coefficients, with the first coefficient
33938 'NUM_POLY_INT_COEFFS' to a value greater than 1.
54525 * NUM_POLY_INT_COEFFS: Overview of 'poly_int'.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgccint.info8705 'NUM_POLY_INT_COEFFS'. The default value is 1, since most targets do
8722 common forms of 'poly_int', all having 'NUM_POLY_INT_COEFFS'
8784 target's 'NUM_POLY_INT_COEFFS'.
9530 with one value of 'NUM_POLY_INT_COEFFS', and if the code does not
9533 'NUM_POLY_INT_COEFFS'. There is no need to check this during
9598 'poly_int's if 'NUM_POLY_INT_COEFFS' is greater than one. For other
10607 'NUM_POLY_INT_COEFFS' coefficients, with the first coefficient
33938 'NUM_POLY_INT_COEFFS' to a value greater than 1.
54525 * NUM_POLY_INT_COEFFS: Overview of 'poly_int'.