| /netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/ |
| D | pa64-regs.h | 208 GENERAL_OR_FP_REGS, SHIFT_REGS, ALL_REGS, LIM_REG_CLASSES}; enumerator 210 #define N_REG_CLASSES (int) LIM_REG_CLASSES
|
| D | pa32-regs.h | 272 GENERAL_OR_FP_REGS, SHIFT_REGS, ALL_REGS, LIM_REG_CLASSES}; enumerator 274 #define N_REG_CLASSES (int) LIM_REG_CLASSES
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/moxie/ |
| D | moxie.h | 138 LIM_REG_CLASSES enumerator 150 #define N_REG_CLASSES LIM_REG_CLASSES
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/stormy16/ |
| D | stormy16.h | 153 LIM_REG_CLASSES enumerator 156 #define N_REG_CLASSES ((int) LIM_REG_CLASSES)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/pdp11/ |
| D | pdp11.h | 250 LIM_REG_CLASSES }; enumerator 252 #define N_REG_CLASSES ((int) LIM_REG_CLASSES)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/vax/ |
| D | vax.h | 187 enum reg_class { NO_REGS, ALL_REGS, LIM_REG_CLASSES }; enumerator 189 #define N_REG_CLASSES (int) LIM_REG_CLASSES
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/fr30/ |
| D | fr30.h | 256 LIM_REG_CLASSES enumerator 260 #define N_REG_CLASSES ((int) LIM_REG_CLASSES)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/m32c/ |
| D | m32c.h | 347 LIM_REG_CLASSES enumerator 350 #define N_REG_CLASSES LIM_REG_CLASSES
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mn10300/ |
| D | mn10300.h | 248 GENERAL_REGS, SP_OR_GENERAL_REGS, ALL_REGS, LIM_REG_CLASSES enumerator 251 #define N_REG_CLASSES (int) LIM_REG_CLASSES
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mmix/ |
| D | mmix.h | 389 SYSTEM_REGS, ALL_REGS, LIM_REG_CLASSES enumerator 392 #define N_REG_CLASSES (int) LIM_REG_CLASSES
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/ |
| D | avr.h | 236 ALL_REGS, LIM_REG_CLASSES enumerator 240 #define N_REG_CLASSES (int)LIM_REG_CLASSES
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/h8300/ |
| D | h8300.h | 285 GENERAL_REGS, MAC_REGS, ALL_REGS, LIM_REG_CLASSES enumerator 288 #define N_REG_CLASSES ((int) LIM_REG_CLASSES)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/lm32/ |
| D | lm32.h | 172 LIM_REG_CLASSES enumerator 175 #define N_REG_CLASSES (int) LIM_REG_CLASSES
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mcore/ |
| D | mcore.h | 294 LIM_REG_CLASSES enumerator 297 #define N_REG_CLASSES (int) LIM_REG_CLASSES
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/alpha/ |
| D | alpha.h | 432 LIM_REG_CLASSES enumerator 435 #define N_REG_CLASSES (int) LIM_REG_CLASSES
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/v850/ |
| D | v850.h | 314 NO_REGS, EVEN_REGS, GENERAL_REGS, ALL_REGS, LIM_REG_CLASSES enumerator 317 #define N_REG_CLASSES (int) LIM_REG_CLASSES
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/m32r/ |
| D | m32r.h | 414 NO_REGS, CARRY_REG, ACCUM_REGS, GENERAL_REGS, ALL_REGS, LIM_REG_CLASSES enumerator 417 #define N_REG_CLASSES ((int) LIM_REG_CLASSES)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ira.cc | 537 alloc_reg_class_subclasses[i][j] = LIM_REG_CLASSES; in setup_reg_subclasses() 557 while (*p != LIM_REG_CLASSES) p++; in setup_reg_subclasses() 878 for (cl = 0; cl < LIM_REG_CLASSES; cl++) in setup_pressure_classes() 937 for (i = 0; (cl2 = reg_class_subclasses[cl][i]) != LIM_REG_CLASSES; i++) in setup_uniform_class_p() 952 if (cl2 == LIM_REG_CLASSES) in setup_uniform_class_p() 988 static enum reg_class classes[LIM_REG_CLASSES + 1]; in setup_allocno_and_important_classes() 994 for (i = 0; i < LIM_REG_CLASSES; i++) in setup_allocno_and_important_classes() 1013 classes[n] = LIM_REG_CLASSES; in setup_allocno_and_important_classes() 1019 for (i = 0; (cl = classes[i]) != LIM_REG_CLASSES; i++) in setup_allocno_and_important_classes() 1089 (cl = *cl_ptr) != LIM_REG_CLASSES; in setup_class_translate_array() [all …]
|
| D | ira-lives.cc | 147 (cl = ira_reg_class_super_classes[pclass][i]) != LIM_REG_CLASSES; in update_allocno_pressure_excess_length() 223 (cl = ira_reg_class_super_classes[pclass][i]) != LIM_REG_CLASSES; in inc_register_pressure() 251 (cl = ira_reg_class_super_classes[pclass][i]) != LIM_REG_CLASSES; in dec_register_pressure() 267 (cl = ira_reg_class_super_classes[pclass][i]) != LIM_REG_CLASSES; in dec_register_pressure() 1254 != LIM_REG_CLASSES; in process_bb_node_lives()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rx/ |
| D | rx.h | 188 LIM_REG_CLASSES /* Max value + 1. */ enumerator 205 #define N_REG_CLASSES (int) LIM_REG_CLASSES
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/cris/ |
| D | cris.h | 449 LIM_REG_CLASSES enumerator 452 #define N_REG_CLASSES (int) LIM_REG_CLASSES
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/xtensa/ |
| D | xtensa.h | 380 LIM_REG_CLASSES /* max value + 1 */ enumerator 383 #define N_REG_CLASSES (int) LIM_REG_CLASSES
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/iq2000/ |
| D | iq2000.h | 170 LIM_REG_CLASSES /* Max value + 1. */ enumerator 175 #define N_REG_CLASSES (int) LIM_REG_CLASSES
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/m68k/ |
| D | m68k.h | 425 LIM_REG_CLASSES }; enumerator 427 #define N_REG_CLASSES (int) LIM_REG_CLASSES
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/bfin/ |
| D | bfin.h | 505 ALL_REGS, LIM_REG_CLASSES enumerator 508 #define N_REG_CLASSES ((int)LIM_REG_CLASSES)
|