Searched refs:N_REG_CLASSES (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dregclass.c154 HARD_REG_SET reg_class_contents[N_REG_CLASSES];
164 static const unsigned int_reg_class_contents[N_REG_CLASSES][N_REG_INTS]
169 unsigned int reg_class_size[N_REG_CLASSES];
173 static enum reg_class reg_class_superclasses[N_REG_CLASSES][N_REG_CLASSES];
177 static enum reg_class reg_class_subclasses[N_REG_CLASSES][N_REG_CLASSES];
182 enum reg_class reg_class_subunion[N_REG_CLASSES][N_REG_CLASSES];
187 enum reg_class reg_class_superunion[N_REG_CLASSES][N_REG_CLASSE
[all...]
H A Dhard-reg-set.h461 extern HARD_REG_SET reg_class_contents[N_REG_CLASSES];
465 extern unsigned int reg_class_size[N_REG_CLASSES];
470 extern enum reg_class reg_class_subunion[N_REG_CLASSES][N_REG_CLASSES];
475 extern enum reg_class reg_class_superunion[N_REG_CLASSES][N_REG_CLASSES];
H A Dglobal.c607 if (N_REG_CLASSES > 1)
1400 if (N_REG_CLASSES > 1)
2213 N_REG_CLASSES elements. */
2295 N_REG_CLASSES elements. See check_earlyclobber. */
2296 earlyclobber_regclass = VEC_alloc (int, heap, N_REG_CLASSES);
H A Dlocal-alloc.c1685 if (N_REG_CLASSES > 1)
H A Ddf-problems.c2365 N_REG_CLASSES elements. */
2529 N_REG_CLASSES elements. See df_urec_check_earlyclobber. */
2530 earlyclobber_regclass = VEC_alloc (int, heap, N_REG_CLASSES);
H A Dreload.c669 for (class = 1; class < N_REG_CLASSES; class++)
/freebsd-9.3-release/contrib/gcc/config/s390/
H A Ds390.h417 #define N_REG_CLASSES (int) LIM_REG_CLASSES macro
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.h744 #define N_REG_CLASSES ((int) LIM_REG_CLASSES)
735 #define N_REG_CLASSES macro
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.h1046 #define N_REG_CLASSES (int) LIM_REG_CLASSES
1057 of length N_REG_CLASSES. */
1040 #define N_REG_CLASSES macro
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.h984 #define N_REG_CLASSES (int) LIM_REG_CLASSES
1007 of length N_REG_CLASSES. */
979 #define N_REG_CLASSES macro
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.h1131 #define N_REG_CLASSES ((int) LIM_REG_CLASSES)
1178 of length N_REG_CLASSES. */
1127 #define N_REG_CLASSES macro
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.h1544 #define N_REG_CLASSES (int) LIM_REG_CLASSES
1536 #define N_REG_CLASSES macro
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.h997 #define N_REG_CLASSES (int) LIM_REG_CLASSES
1028 of length N_REG_CLASSES. */
994 #define N_REG_CLASSES macro

Completed in 167 milliseconds