Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dregclass.c209 static char contains_reg_of_mode [N_REG_CLASSES] [MAX_MACHINE_MODE]; variable
476 memset (contains_reg_of_mode, 0, sizeof (contains_reg_of_mode)); in init_reg_sets_1()
484 contains_reg_of_mode [i][m] = 1; in init_reg_sets_1()
496 if (contains_reg_of_mode [i][m]) in init_reg_sets_1()
502 if (!contains_reg_of_mode [j][m]) in init_reg_sets_1()
515 if (*p2 != i && contains_reg_of_mode [*p2][m]) in init_reg_sets_1()
521 if (*p1 != j && contains_reg_of_mode [*p1][m]) in init_reg_sets_1()
939 if (contains_reg_of_mode [(enum reg_class) class][PSEUDO_REGNO_MODE (i)] in dump_regclass()
1299 if (!contains_reg_of_mode [class][PSEUDO_REGNO_MODE (i)] in regclass()
DChangeLog-200129271 * regclass.c (contains_reg_of_mode): Make global.
29272 (init_reg_sets): Remove contains_reg_of_mode; take into account
29275 (regclass): Use contains_reg_of_mode.