Searched refs:exclude_start_hard_regs (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | lra.cc | 183 HARD_REG_SET *exclude_start_hard_regs, in lra_create_new_reg_with_unique_value() argument 219 if (exclude_start_hard_regs != NULL) in lra_create_new_reg_with_unique_value() 220 lra_reg_info[REGNO (new_reg)].exclude_start_hard_regs in lra_create_new_reg_with_unique_value() 221 = *exclude_start_hard_regs; in lra_create_new_reg_with_unique_value() 229 HARD_REG_SET *exclude_start_hard_regs, const char *title) in lra_create_new_reg() argument 235 exclude_start_hard_regs, title); in lra_create_new_reg() 1328 CLEAR_HARD_REG_SET (lra_reg_info[i].exclude_start_hard_regs); in initialize_lra_reg_info_element()
|
| D | lra-int.h | 78 HARD_REG_SET exclude_start_hard_regs; variable
|
| D | lra-constraints.cc | 636 enum reg_class rclass, HARD_REG_SET *exclude_start_hard_regs, in get_reload_reg() argument 676 exclude_start_hard_regs, title); in get_reload_reg() 728 exclude_start_hard_regs, title); in get_reload_reg() 1005 enum reg_class goal_class, HARD_REG_SET *exclude_start_hard_regs, in match_reload() argument 1026 exclude_start_hard_regs, in match_reload() 1045 exclude_start_hard_regs, in match_reload() 1130 exclude_start_hard_regs, "") in match_reload() 1132 exclude_start_hard_regs, in match_reload()
|
| D | lra-assigns.cc | 553 impossible_start_hard_regs = lra_reg_info[regno].exclude_start_hard_regs; in find_hard_regno_for_1()
|
| D | ChangeLog | 12342 * lra.h (lra_create_new_reg): Add arg exclude_start_hard_regs and 12346 exclude_start_hard_regs. 12347 (class lra_reg): Add member exclude_start_hard_regs. 12349 impossible_start_hard_regs from exclude_start_hard_regs. 12350 * lra-constraints.cc (get_reload_reg): Add arg exclude_start_hard_regs and pass 12354 exclude_start_hard_regs to lra_create_new_reg_with_unique_value. 12357 exclude_start_hard_regs to lra_create_new_reg_with_unique_value 12363 exclude_start_hard_regs to lra_create_new_reg. 12365 (curr_insn_transform): Pass exclude_start_hard_regs value to 12367 (inherit_reload_reg, split_reg): Pass NULL exclude_start_hard_regs [all …]
|