Home
last modified time | relevance | path

Searched refs:LIM_REG_CLASSES (Results 1 – 25 of 47) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/
Dpa64-regs.h208 GENERAL_OR_FP_REGS, SHIFT_REGS, ALL_REGS, LIM_REG_CLASSES}; enumerator
210 #define N_REG_CLASSES (int) LIM_REG_CLASSES
Dpa32-regs.h272 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/
Dmoxie.h138 LIM_REG_CLASSES enumerator
150 #define N_REG_CLASSES LIM_REG_CLASSES
/netbsd/src/external/gpl3/gcc/dist/gcc/config/stormy16/
Dstormy16.h153 LIM_REG_CLASSES enumerator
156 #define N_REG_CLASSES ((int) LIM_REG_CLASSES)
/netbsd/src/external/gpl3/gcc/dist/gcc/config/pdp11/
Dpdp11.h250 LIM_REG_CLASSES }; enumerator
252 #define N_REG_CLASSES ((int) LIM_REG_CLASSES)
/netbsd/src/external/gpl3/gcc/dist/gcc/config/vax/
Dvax.h187 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/
Dfr30.h256 LIM_REG_CLASSES enumerator
260 #define N_REG_CLASSES ((int) LIM_REG_CLASSES)
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m32c/
Dm32c.h347 LIM_REG_CLASSES enumerator
350 #define N_REG_CLASSES LIM_REG_CLASSES
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mn10300/
Dmn10300.h248 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/
Dmmix.h389 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/
Davr.h236 ALL_REGS, LIM_REG_CLASSES enumerator
240 #define N_REG_CLASSES (int)LIM_REG_CLASSES
/netbsd/src/external/gpl3/gcc/dist/gcc/config/h8300/
Dh8300.h285 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/
Dlm32.h172 LIM_REG_CLASSES enumerator
175 #define N_REG_CLASSES (int) LIM_REG_CLASSES
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mcore/
Dmcore.h294 LIM_REG_CLASSES enumerator
297 #define N_REG_CLASSES (int) LIM_REG_CLASSES
/netbsd/src/external/gpl3/gcc/dist/gcc/config/alpha/
Dalpha.h432 LIM_REG_CLASSES enumerator
435 #define N_REG_CLASSES (int) LIM_REG_CLASSES
/netbsd/src/external/gpl3/gcc/dist/gcc/config/v850/
Dv850.h314 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/
Dm32r.h414 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/
Dira.cc537 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 …]
Dira-lives.cc147 (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/
Drx.h188 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/
Dcris.h449 LIM_REG_CLASSES enumerator
452 #define N_REG_CLASSES (int) LIM_REG_CLASSES
/netbsd/src/external/gpl3/gcc/dist/gcc/config/xtensa/
Dxtensa.h380 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/
Diq2000.h170 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/
Dm68k.h425 LIM_REG_CLASSES }; enumerator
427 #define N_REG_CLASSES (int) LIM_REG_CLASSES
/netbsd/src/external/gpl3/gcc/dist/gcc/config/bfin/
Dbfin.h505 ALL_REGS, LIM_REG_CLASSES enumerator
508 #define N_REG_CLASSES ((int)LIM_REG_CLASSES)

12