Searched refs:move_table (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ira-int.h | 71 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 D | ira-costs.c | 504 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 D | ira.c | 1601 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 D | ira-int.h | 71 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 D | ira-costs.cc | 505 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 D | ira.cc | 1607 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 D | ChangeLog-2008 | 9609 (move_table): New typedef. 9666 (move_table): Remove typedef.
|
H A D | ChangeLog-2012 | 23134 * regs.h (move_table, move_cost, may_move_in_cost, may_move_out_cost):
|
H A D | ChangeLog-2007 | 14328 * regclass.c (move_table): New type.
|