Home
last modified time | relevance | path

Searched refs:move_table (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dira-int.h71 typedef unsigned short move_table[N_REG_CLASSES]; typedef
826 move_table *x_ira_register_move_cost[MAX_MACHINE_MODE];
830 move_table *x_ira_may_move_in_cost[MAX_MACHINE_MODE];
834 move_table *x_ira_may_move_out_cost[MAX_MACHINE_MODE];
Dira-costs.cc505 move_table *move_in_cost, *move_out_cost; in record_reg_classes()
1290 move_table *move_in_cost; in record_address_regs()
1378 move_table *move_costs; in record_operand_costs()
Dira.cc1607 ira_register_move_cost[mode] = XNEWVEC (move_table, N_REG_CLASSES); in ira_init_register_move_cost()
1608 ira_may_move_in_cost[mode] = XNEWVEC (move_table, N_REG_CLASSES); in ira_init_register_move_cost()
1609 ira_may_move_out_cost[mode] = XNEWVEC (move_table, N_REG_CLASSES); in ira_init_register_move_cost()
DChangeLog-20089609 (move_table): New typedef.
9666 (move_table): Remove typedef.
DChangeLog-201223134 * regs.h (move_table, move_cost, may_move_in_cost, may_move_out_cost):
DChangeLog-200714328 * regclass.c (move_table): New type.