Home
last modified time | relevance | path

Searched refs:ALLOCNO_HARD_REG_COSTS (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDira-build.c520 ALLOCNO_HARD_REG_COSTS (a) = NULL; in ira_create_allocno()
895 (&ALLOCNO_HARD_REG_COSTS (cap), aclass, ALLOCNO_HARD_REG_COSTS (a)); in create_cap_allocno()
1124 if (ALLOCNO_HARD_REG_COSTS (a) != NULL) in ira_free_allocno_costs()
1125 ira_free_cost_vector (ALLOCNO_HARD_REG_COSTS (a), aclass); in ira_free_allocno_costs()
1133 ALLOCNO_HARD_REG_COSTS (a) = NULL; in ira_free_allocno_costs()
1715 (&ALLOCNO_HARD_REG_COSTS (parent_a), aclass, in propagate_allocno_info()
1716 ALLOCNO_HARD_REG_COSTS (a)); in propagate_allocno_info()
2097 ira_allocate_and_accumulate_costs (&ALLOCNO_HARD_REG_COSTS (a), aclass, in propagate_some_info_from_allocno()
2098 ALLOCNO_HARD_REG_COSTS (from_a)); in propagate_some_info_from_allocno()
2820 if (ALLOCNO_HARD_REG_COSTS (a) != NULL in ira_flattening()
[all …]
HDira-color.c1096 || (costs = ALLOCNO_HARD_REG_COSTS (a)) != NULL) in setup_profitable_hard_regs()
1295 ALLOCNO_HARD_REG_COSTS (another_allocno)); in update_copy_costs()
1547 aclass, ALLOCNO_HARD_REG_COSTS (a)); in assign_hard_reg()
2349 allocno_costs = ALLOCNO_HARD_REG_COSTS (a); in improve_allocation()
2417 else if ((allocno_costs = ALLOCNO_HARD_REG_COSTS (conflict_a)) in improve_allocation()
2866 ALLOCNO_HARD_REG_COSTS (subloop_allocno)); in color_pass()
2953 - (ALLOCNO_HARD_REG_COSTS (a) == NULL in move_spill_restore()
2955 : ALLOCNO_HARD_REG_COSTS (a)[index])); in move_spill_restore()
2970 - (ALLOCNO_HARD_REG_COSTS (subloop_allocno) == NULL in move_spill_restore()
2972 : ALLOCNO_HARD_REG_COSTS (subloop_allocno)[index])); in move_spill_restore()
[all …]
HDira-conflicts.c457 (&ALLOCNO_HARD_REG_COSTS (a), aclass, in process_regs_for_copy()
461 ALLOCNO_HARD_REG_COSTS (a)[index] -= cost; in process_regs_for_copy()
463 if (ALLOCNO_HARD_REG_COSTS (a)[index] < ALLOCNO_CLASS_COST (a)) in process_regs_for_copy()
464 ALLOCNO_CLASS_COST (a) = ALLOCNO_HARD_REG_COSTS (a)[index]; in process_regs_for_copy()
HDira-costs.c1885 ira_allocate_and_set_costs (&ALLOCNO_HARD_REG_COSTS (a), rclass, in process_bb_node_for_hard_reg_moves()
1889 ALLOCNO_HARD_REG_COSTS (a)[i] -= cost; in process_bb_node_for_hard_reg_moves()
1892 ALLOCNO_HARD_REG_COSTS (a)[i]); in process_bb_node_for_hard_reg_moves()
1924 ALLOCNO_HARD_REG_COSTS (a) in setup_allocno_class_and_costs()
2109 (&ALLOCNO_HARD_REG_COSTS (a), aclass, in ira_tune_allocno_costs()
2111 reg_costs = ALLOCNO_HARD_REG_COSTS (a); in ira_tune_allocno_costs()
2162 (&ALLOCNO_HARD_REG_COSTS (a), aclass, ALLOCNO_CLASS_COST (a)); in ira_tune_allocno_costs()
2163 reg_costs = ALLOCNO_HARD_REG_COSTS (a); in ira_tune_allocno_costs()
HDira-int.h434 #define ALLOCNO_HARD_REG_COSTS(A) ((A)->hard_reg_costs) macro
HDira.c2029 else if (ALLOCNO_HARD_REG_COSTS (a) != NULL) in calculate_allocation_cost()
2031 cost = (ALLOCNO_HARD_REG_COSTS (a) in calculate_allocation_cost()
/dragonfly/contrib/gcc-8.0/gcc/
HDira-build.c521 ALLOCNO_HARD_REG_COSTS (a) = NULL; in ira_create_allocno()
897 (&ALLOCNO_HARD_REG_COSTS (cap), aclass, ALLOCNO_HARD_REG_COSTS (a)); in create_cap_allocno()
1125 if (ALLOCNO_HARD_REG_COSTS (a) != NULL) in ira_free_allocno_costs()
1126 ira_free_cost_vector (ALLOCNO_HARD_REG_COSTS (a), aclass); in ira_free_allocno_costs()
1134 ALLOCNO_HARD_REG_COSTS (a) = NULL; in ira_free_allocno_costs()
2041 (&ALLOCNO_HARD_REG_COSTS (parent_a), aclass, in propagate_allocno_info()
2042 ALLOCNO_HARD_REG_COSTS (a)); in propagate_allocno_info()
2426 ira_allocate_and_accumulate_costs (&ALLOCNO_HARD_REG_COSTS (a), aclass, in propagate_some_info_from_allocno()
2427 ALLOCNO_HARD_REG_COSTS (from_a)); in propagate_some_info_from_allocno()
3164 if (ALLOCNO_HARD_REG_COSTS (a) != NULL in ira_flattening()
[all …]
HDira-conflicts.c313 (&ALLOCNO_HARD_REG_COSTS (a), aclass, in process_regs_for_copy()
317 ALLOCNO_HARD_REG_COSTS (a)[index] -= cost; in process_regs_for_copy()
319 if (ALLOCNO_HARD_REG_COSTS (a)[index] < ALLOCNO_CLASS_COST (a)) in process_regs_for_copy()
320 ALLOCNO_CLASS_COST (a) = ALLOCNO_HARD_REG_COSTS (a)[index]; in process_regs_for_copy()
HDira-color.c1113 || (costs = ALLOCNO_HARD_REG_COSTS (a)) != NULL) in setup_profitable_hard_regs()
1320 ALLOCNO_HARD_REG_COSTS (allocno)); in update_allocno_cost()
1728 aclass, ALLOCNO_HARD_REG_COSTS (a)); in assign_hard_reg()
2877 allocno_costs = ALLOCNO_HARD_REG_COSTS (a); in improve_allocation()
2944 if ((allocno_costs = ALLOCNO_HARD_REG_COSTS (conflict_a)) in improve_allocation()
3427 ALLOCNO_HARD_REG_COSTS (subloop_allocno)); in color_pass()
3516 - (ALLOCNO_HARD_REG_COSTS (a) == NULL in move_spill_restore()
3518 : ALLOCNO_HARD_REG_COSTS (a)[index])); in move_spill_restore()
3533 - (ALLOCNO_HARD_REG_COSTS (subloop_allocno) == NULL in move_spill_restore()
3535 : ALLOCNO_HARD_REG_COSTS (subloop_allocno)[index])); in move_spill_restore()
[all …]
HDira-costs.c2083 ira_allocate_and_set_costs (&ALLOCNO_HARD_REG_COSTS (a), rclass, in process_bb_node_for_hard_reg_moves()
2087 ALLOCNO_HARD_REG_COSTS (a)[i] -= cost; in process_bb_node_for_hard_reg_moves()
2090 ALLOCNO_HARD_REG_COSTS (a)[i]); in process_bb_node_for_hard_reg_moves()
2123 ALLOCNO_HARD_REG_COSTS (a) in setup_allocno_class_and_costs()
2306 (&ALLOCNO_HARD_REG_COSTS (a), aclass, in ira_tune_allocno_costs()
2308 reg_costs = ALLOCNO_HARD_REG_COSTS (a); in ira_tune_allocno_costs()
2365 (&ALLOCNO_HARD_REG_COSTS (a), aclass, ALLOCNO_CLASS_COST (a)); in ira_tune_allocno_costs()
2366 reg_costs = ALLOCNO_HARD_REG_COSTS (a); in ira_tune_allocno_costs()
HDira-int.h443 #define ALLOCNO_HARD_REG_COSTS(A) ((A)->hard_reg_costs) macro
HDira.c2462 else if (ALLOCNO_HARD_REG_COSTS (a) != NULL) in calculate_allocation_cost()
2464 cost = (ALLOCNO_HARD_REG_COSTS (a) in calculate_allocation_cost()