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

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dra.c145 HARD_REG_SET never_use_colors; variable
259 || !TEST_HARD_REG_BIT (never_use_colors,
271 || !TEST_HARD_REG_BIT (never_use_colors,
480 COPY_HARD_REG_SET (never_use_colors, fixed_reg_set);
492 SET_HARD_REG_BIT (never_use_colors, eliminables[j].from + i);
497 SET_HARD_REG_BIT (never_use_colors, HARD_FRAME_POINTER_REGNUM + i);
503 SET_HARD_REG_BIT (never_use_colors, FRAME_POINTER_REGNUM + i);
508 SET_HARD_REG_BIT (never_use_colors, STACK_POINTER_REGNUM + i);
511 SET_HARD_REG_BIT (never_use_colors, ARG_POINTER_REGNUM + i);
530 AND_COMPL_HARD_REG_SET (rs, never_use_colors);
[all...]
H A Dra.h359 never_use_colors. */
488 extern HARD_REG_SET never_use_colors;
489 /* For each class C this is reg_class_contents[C] \ never_use_colors. */
H A Dra-build.c1306 AND_COMPL_HARD_REG_SET (web->usable_regs, never_use_colors);
2362 AND_COMPL_HARD_REG_SET (web->usable_regs, never_use_colors);
2381 AND_COMPL_HARD_REG_SET (test, never_use_colors);
H A Dra-rewrite.c1040 && TEST_HARD_REG_BIT (never_use_colors, supweb->color))
1293 && TEST_HARD_REG_BIT (never_use_colors, supweb->color))
H A Dra-colorize.c596 if (TEST_HARD_REG_BIT (never_use_colors, color + i)

Completed in 137 milliseconds