Searched refs:default_scalar_mode_supported_p (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtarghooks.h79 extern bool default_scalar_mode_supported_p (scalar_mode);
H A Dtarghooks.c414 default_scalar_mode_supported_p (scalar_mode mode) function
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtarghooks.h78 extern bool default_scalar_mode_supported_p (scalar_mode);
H A Dtarghooks.cc418 default_scalar_mode_supported_p (scalar_mode mode) function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/pdp11/
H A Dpdp11.c2374 return default_scalar_mode_supported_p (mode);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/pdp11/
H A Dpdp11.cc2372 return default_scalar_mode_supported_p (mode);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Dmsp430.c322 return default_scalar_mode_supported_p (m);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dmsp430.cc315 return default_scalar_mode_supported_p (m);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch.cc5146 return default_scalar_mode_supported_p (mode);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/c6x/
H A Dc6x.c6245 return default_scalar_mode_supported_p (mode);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dc6x.cc6248 return default_scalar_mode_supported_p (mode);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.cc7192 return default_scalar_mode_supported_p (mode);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c883 return default_scalar_mode_supported_p (mode);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.cc1242 return default_scalar_mode_supported_p (mode);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c13480 return default_scalar_mode_supported_p (mode);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c21017 return default_scalar_mode_supported_p (mode);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c1284 return default_scalar_mode_supported_p (mode);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c22996 : default_scalar_mode_supported_p (mode));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc1346 return default_scalar_mode_supported_p (mode);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc13633 return default_scalar_mode_supported_p (mode);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc22266 return default_scalar_mode_supported_p (mode);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c25579 return default_scalar_mode_supported_p (mode);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c23170 default_scalar_mode_supported_p. For -m32 -mpowerpc64 we want the
23171 same ABI as for -m32. But default_scalar_mode_supported_p allows
23182 return default_scalar_mode_supported_p (mode);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc26615 : default_scalar_mode_supported_p (mode));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc23819 default_scalar_mode_supported_p. For -m32 -mpowerpc64 we want the
23820 same ABI as for -m32. But default_scalar_mode_supported_p allows
23831 return default_scalar_mode_supported_p (mode);

Completed in 1466 milliseconds

12