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

/freebsd-9.3-release/contrib/gcc/
H A Dglobal.c123 HARD_REG_SET hard_reg_preferences;
132 /* Similar to hard_reg_preferences, but includes bits for subsequent
561 AND_COMPL_HARD_REG_SET (allocno[i].hard_reg_preferences,
946 IOR_HARD_REG_SET (allocno[a1].hard_reg_preferences,
947 allocno[a2].hard_reg_preferences);
948 IOR_HARD_REG_SET (allocno[a2].hard_reg_preferences,
949 allocno[a1].hard_reg_preferences);
994 AND_COMPL_HARD_REG_SET (allocno[num].hard_reg_preferences, temp);
1184 AND_COMPL_HARD_REG_SET (allocno[num].hard_reg_preferences, used);
1185 GO_IF_HARD_REG_SUBSET (allocno[num].hard_reg_preferences,
122 HARD_REG_SET hard_reg_preferences; member in struct:allocno
[all...]

Completed in 45 milliseconds