Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dira-int.h71 typedef unsigned short move_table[N_REG_CLASSES]; typedef
816 move_table *x_ira_register_move_cost[MAX_MACHINE_MODE];
820 move_table *x_ira_may_move_in_cost[MAX_MACHINE_MODE];
824 move_table *x_ira_may_move_out_cost[MAX_MACHINE_MODE];
H A Dira-costs.c504 move_table *move_in_cost, *move_out_cost; in record_reg_classes()
1230 move_table *move_in_cost; in record_address_regs()
1314 move_table *move_costs; in record_operand_costs()
H A Dira.c1601 ira_register_move_cost[mode] = XNEWVEC (move_table, N_REG_CLASSES); in ira_init_register_move_cost()
1602 ira_may_move_in_cost[mode] = XNEWVEC (move_table, N_REG_CLASSES); in ira_init_register_move_cost()
1603 ira_may_move_out_cost[mode] = XNEWVEC (move_table, N_REG_CLASSES); in ira_init_register_move_cost()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A 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];
H A 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()
H A 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()
H A DChangeLog-20089609 (move_table): New typedef.
9666 (move_table): Remove typedef.
H A DChangeLog-201223134 * regs.h (move_table, move_cost, may_move_in_cost, may_move_out_cost):
H A DChangeLog-200714328 * regclass.c (move_table): New type.