Home
last modified time | relevance | path

Searched refs:ira_no_alloc_regs (Results 1 – 17 of 17) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dira.h168 #define ira_no_alloc_regs \ macro
Dira-conflicts.cc757 & ~ira_no_alloc_regs in print_allocno_conflicts()
763 & ~ira_no_alloc_regs in print_allocno_conflicts()
834 temp_hard_reg_set = reg_class_contents[base] & ~ira_no_alloc_regs; in ira_build_conflicts()
Dira-lives.cc378 if (! TEST_HARD_REG_BIT (ira_no_alloc_regs, regno)) in mark_hard_reg_live()
504 if (! TEST_HARD_REG_BIT (ira_no_alloc_regs, regno)) in mark_hard_reg_dead()
1244 hard_regs_live &= ~(eliminable_regset | ira_no_alloc_regs); in process_bb_node_lives()
Dira-costs.cc260 | ira_no_alloc_regs); in restrict_cost_classes()
344 temp = reg_class_contents[aclass] & ~ira_no_alloc_regs; in setup_regno_cost_classes_by_aclass()
356 temp2 = reg_class_contents[cl] & ~ira_no_alloc_regs; in setup_regno_cost_classes_by_aclass()
Dsched-deps.cc1967 && TEST_HARD_REG_BIT (ira_no_alloc_regs, i)) in setup_insn_reg_uses()
2054 if (! TEST_HARD_REG_BIT (ira_no_alloc_regs, regno)) in mark_insn_hard_regno_birth()
2135 if (! TEST_HARD_REG_BIT (ira_no_alloc_regs, regno)) in mark_hard_regno_death()
2865 *temp &= ~ira_no_alloc_regs; in get_implicit_reg_pending_clobbers()
Dira.cc2413 ira_no_alloc_regs = no_unit_alloc_regs; in ira_setup_eliminable_regset()
2431 SET_HARD_REG_BIT (ira_no_alloc_regs, eliminables[i].from); in ira_setup_eliminable_regset()
2452 SET_HARD_REG_BIT (ira_no_alloc_regs, in ira_setup_eliminable_regset()
Dira-build.cc456 OBJECT_CONFLICT_HARD_REGS (obj) = ira_no_alloc_regs; in ira_create_object()
457 OBJECT_TOTAL_CONFLICT_HARD_REGS (obj) = ira_no_alloc_regs; in ira_create_object()
Dloop-invariant.cc2022 else if (! TEST_HARD_REG_BIT (ira_no_alloc_regs, regno) in get_regno_pressure_class()
Dlra.cc2308 lra_no_alloc_regs = ira_no_alloc_regs; in lra()
Dira-color.cc708 if (! TEST_HARD_REG_BIT (ira_no_alloc_regs, i)) in form_allocno_hard_regs_nodes_forest()
728 temp = ~ira_no_alloc_regs; in form_allocno_hard_regs_nodes_forest()
Dgcse.cc3346 else if (! TEST_HARD_REG_BIT (ira_no_alloc_regs, regno) in get_regno_pressure_class()
Dsel-sched.cc2100 temp &= ~ira_no_alloc_regs; in implicit_clobber_conflict_p()
Dlra-constraints.cc2003 ira_no_alloc_regs) in update_and_check_small_class_inputs()
Dhaifa-sched.cc985 && ! TEST_HARD_REG_BIT (ira_no_alloc_regs, regno)) in mark_regno_birth_or_death()
DChangeLog-200911061 ira_class_hard_regs_num, ira_no_alloc_regs,
11097 ira_class_hard_regs_num, ira_no_alloc_regs,
DChangeLog-20196780 ira_no_alloc_regs and regs_ever_live for frame pointer in
DChangeLog-201132922 (ira_no_alloc_regs): New.