HomeSort by: relevance | last modified time | path
    Searched refs:NUM_POLY_INT_COEFFS (Results 1 - 25 of 138) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl3/gcc.old/dist/gcc/
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,
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...]
data-streamer.h 137 const poly_int<NUM_POLY_INT_COEFFS, bitpack_word_t> &val,
140 for (int i = 0; i < NUM_POLY_INT_COEFFS; ++i)
194 static inline poly_int<NUM_POLY_INT_COEFFS, bitpack_word_t>
197 poly_int_pod<NUM_POLY_INT_COEFFS, bitpack_word_t> x;
198 for (int i = 0; i < NUM_POLY_INT_COEFFS; ++i)
data-streamer-in.cc 184 for (unsigned int i = 0; i < NUM_POLY_INT_COEFFS; ++i)
195 for (unsigned int i = 0; i < NUM_POLY_INT_COEFFS; ++i)
rtlhash.cc 59 for (i = 0; i < NUM_POLY_INT_COEFFS; ++i)
target.h 285 if (NUM_POLY_INT_COEFFS == 1)
data-streamer-out.cc 228 for (int i = 0; i < NUM_POLY_INT_COEFFS; ++i)
237 for (int i = 0; i < NUM_POLY_INT_COEFFS; ++i)
coretypes.h 469 && (defined (USE_ENUM_MODES) || NUM_POLY_INT_COEFFS == 1))
rtl-tests.cc 320 const_poly_int_tests<NUM_POLY_INT_COEFFS>::run ();
  /src/external/gpl3/gcc/dist/gcc/
poly-int-types.h 23 typedef poly_int<NUM_POLY_INT_COEFFS, unsigned short> poly_uint16;
24 typedef poly_int<NUM_POLY_INT_COEFFS, HOST_WIDE_INT> poly_int64;
25 typedef poly_int<NUM_POLY_INT_COEFFS, unsigned HOST_WIDE_INT> poly_uint64;
26 typedef poly_int<NUM_POLY_INT_COEFFS, offset_int> poly_offset_int;
27 typedef poly_int<NUM_POLY_INT_COEFFS, wide_int> poly_wide_int;
28 typedef poly_int<NUM_POLY_INT_COEFFS, wide_int_ref> poly_wide_int_ref;
29 typedef poly_int<NUM_POLY_INT_COEFFS, widest_int> poly_widest_int;
89 #if NUM_POLY_INT_COEFFS == 1
data-streamer.h 142 const poly_int<NUM_POLY_INT_COEFFS, bitpack_word_t> &val,
145 for (int i = 0; i < NUM_POLY_INT_COEFFS; ++i)
199 inline poly_int<NUM_POLY_INT_COEFFS, bitpack_word_t>
202 poly_int<NUM_POLY_INT_COEFFS, bitpack_word_t> x;
203 for (int i = 0; i < NUM_POLY_INT_COEFFS; ++i)
rtlhash.cc 59 for (i = 0; i < NUM_POLY_INT_COEFFS; ++i)
target.h 309 if (NUM_POLY_INT_COEFFS == 1)
data-streamer-in.cc 186 for (unsigned int i = 0; i < NUM_POLY_INT_COEFFS; ++i)
197 for (unsigned int i = 0; i < NUM_POLY_INT_COEFFS; ++i)
data-streamer-out.cc 230 for (int i = 0; i < NUM_POLY_INT_COEFFS; ++i)
239 for (int i = 0; i < NUM_POLY_INT_COEFFS; ++i)
coretypes.h 481 && (defined (USE_ENUM_MODES) || NUM_POLY_INT_COEFFS == 1))
rtl-tests.cc 321 const_poly_int_tests<NUM_POLY_INT_COEFFS>::run ();
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-modes.def 235 #define NUM_POLY_INT_COEFFS 2
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-modes.def 259 #define NUM_POLY_INT_COEFFS 2
  /src/external/gpl3/gcc/usr.bin/gcc/arch/alpha/
insn-modes.h 437 #define NUM_POLY_INT_COEFFS 1
  /src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/
insn-modes.h 423 #define NUM_POLY_INT_COEFFS 1
  /src/external/gpl3/gcc/usr.bin/gcc/arch/m68000/
insn-modes.h 402 #define NUM_POLY_INT_COEFFS 1
  /src/external/gpl3/gcc/usr.bin/gcc/arch/m68k/
insn-modes.h 402 #define NUM_POLY_INT_COEFFS 1
  /src/external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/
insn-modes.h 500 #define NUM_POLY_INT_COEFFS 1
  /src/external/gpl3/gcc/usr.bin/gcc/arch/sh3el/
insn-modes.h 500 #define NUM_POLY_INT_COEFFS 1
  /src/external/gpl3/gcc/usr.bin/gcc/arch/vax/
insn-modes.h 409 #define NUM_POLY_INT_COEFFS 1

Completed in 35 milliseconds

1 2 3 4 5 6