Home
last modified time | relevance | path

Searched refs:usable_regs (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dra-build.c1282 CLEAR_HARD_REG_SET (web->usable_regs);
1283 SET_HARD_REG_BIT (web->usable_regs, web->regno);
1298 COPY_HARD_REG_SET (web->usable_regs,
1302 IOR_HARD_REG_SET (web->usable_regs, alternate);
1306 AND_COMPL_HARD_REG_SET (web->usable_regs, never_use_colors);
1307 prune_hardregs_for_mode (&web->usable_regs,
1311 AND_COMPL_HARD_REG_SET (web->usable_regs, reg_class_contents[
1314 web->num_freedom = hard_regs_count (web->usable_regs);
1319 COPY_HARD_REG_SET (web->orig_usable_regs, web->usable_regs);
1637 && ! TEST_HARD_REG_BIT (web2->usable_regs, web1->regno))
[all …]
H A Dra-colorize.c597 || !TEST_HARD_REG_BIT (target->usable_regs, color + i)
816 AND_HARD_REG_SET (u->usable_regs, v->usable_regs);
821 u->num_freedom = hard_regs_count (u->usable_regs);
1340 COPY_HARD_REG_SET (fat_colors, fats_parent->usable_regs);
1364 COPY_HARD_REG_SET (colors, web->usable_regs);
1366 usable_regs[reg_preferred_class (web->regno)]);
1370 usable_regs[reg_preferred_class (web->regno)]);
1401 IOR_HARD_REG_SET (colors, web->usable_regs);
1403 IOR_HARD_REG_SET (colors, usable_regs
1720 if (!TEST_HARD_REG_BIT (web->usable_regs, c + i))
[all …]
H A Dra.h249 HARD_REG_SET usable_regs; member
490 extern HARD_REG_SET usable_regs[N_REG_CLASSES];
H A Dra-debug.c774 if (TEST_HARD_REG_BIT (web->usable_regs, col)) in dump_igraph_machine()
1014 return TEST_HARD_REG_BIT (web2->usable_regs, web1->regno);
1017 return TEST_HARD_REG_BIT (web1->usable_regs, web2->regno);
1019 return hard_regs_intersect_p (&web1->usable_regs, &web2->usable_regs);
H A Dra.c146 HARD_REG_SET usable_regs[N_REG_CLASSES]; variable
533 COPY_HARD_REG_SET (usable_regs[i], rs); in init_ra()
H A Dra-rewrite.c346 COPY_HARD_REG_SET (avail, web->usable_regs); in choose_spill_colors()