Searched refs:may_move_out_cost (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dreginfo.c197 move_table *may_move_out_cost[MAX_MACHINE_MODE];
290 may_move_out_cost[m] = may_move_out_cost[last_mode_for_init_move_cost];
298 may_move_out_cost[m] = (move_table *)xmalloc (sizeof (move_table)
311 may_move_out_cost[m][i][j] = 65535;
336 may_move_out_cost[m][i][j] = 0;
338 may_move_out_cost[m][i][j] = cost;
346 may_move_out_cost[m][i][j] = 65535;
615 free (may_move_out_cost[i]);
620 memset (may_move_out_cost,
196 move_table *may_move_out_cost[MAX_MACHINE_MODE]; variable
[all...]
H A Dregs.h284 extern move_table *may_move_out_cost[MAX_MACHINE_MODE];
H A Dira.c372 /* Similar to may_move_out_cost but it is calculated in IRA instead of
1251 memcpy (ira_may_move_out_cost[mode], may_move_out_cost[mode],
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dregclass.c228 static int may_move_out_cost[MAX_MACHINE_MODE][N_REG_CLASSES][N_REG_CLASSES];
514 may_move_out_cost[m][i][j] = 65536;
540 may_move_out_cost[m][i][j] = 0;
542 may_move_out_cost[m][i][j] = cost;
550 may_move_out_cost[m][i][j] = 65536;
1517 ? may_move_out_cost[mode][(int) classes[i]][class]
1743 ? may_move_out_cost[mode][(int) classes[i]][class]
227 static int may_move_out_cost[MAX_MACHINE_MODE][N_REG_CLASSES][N_REG_CLASSES]; variable

Completed in 117 milliseconds