Home
last modified time | relevance | path

Searched refs:move_cost (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dregclass.c214 static int move_cost[MAX_MACHINE_MODE][N_REG_CLASSES][N_REG_CLASSES]; variable
504 move_cost[m][i][j] = 65536; in init_reg_sets_1()
516 cost = MAX (cost, move_cost [m][i][*p2]); in init_reg_sets_1()
522 cost = MAX (cost, move_cost [m][*p1][j]); in init_reg_sets_1()
524 move_cost[m][i][j] = cost; in init_reg_sets_1()
540 move_cost[m][i][j] = 65536; in init_reg_sets_1()
1907 return (move_cost[mode][(int) secondary_class][(int) class] in copy_cost()
1920 + move_cost[mode][(int) REGNO_REG_CLASS (REGNO (x))][(int) class]); in copy_cost()
DChangeLog-200129583 move_cost together with Matt Kraai's fix.
29872 * regclass.c (init_reg_sets_1): Optimize calculation of move_cost
33558 (move_cost, may_move_in_cost, may_move_out_cost): Add mode