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

/freebsd-10.2-release/contrib/gcc/
H A Dhard-reg-set.h75 COPY_HARD_REG_SET and COMPL_HARD_REG_SET.
102 #define COPY_HARD_REG_SET(TO, FROM) ((TO) = (FROM)) macro
141 #define COPY_HARD_REG_SET(TO, FROM) \ macro
197 #define COPY_HARD_REG_SET(TO, FROM) \ macro
263 #define COPY_HARD_REG_SET(TO, FROM) \ macro
335 #define COPY_HARD_REG_SET(TO, FROM) \ macro
H A Dresource.c571 COPY_HARD_REG_SET (scratch, target_set.regs);
576 COPY_HARD_REG_SET (scratch, set.regs);
606 COPY_HARD_REG_SET (scratch, set.regs);
951 COPY_HARD_REG_SET (res->regs, tinfo->live_regs);
1109 COPY_HARD_REG_SET (res->regs, current_live_regs);
1147 COPY_HARD_REG_SET (scratch, needed.regs);
1159 COPY_HARD_REG_SET (tinfo->live_regs, res->regs);
H A Dglobal.c983 COPY_HARD_REG_SET (temp, allocno[num].hard_reg_conflicts);
1030 COPY_HARD_REG_SET (allocno[num].regs_someone_prefers, temp);
1066 COPY_HARD_REG_SET (used1, call_fixed_reg_set);
1068 COPY_HARD_REG_SET (used1, fixed_reg_set);
1070 COPY_HARD_REG_SET (used1, call_used_reg_set);
1078 COPY_HARD_REG_SET (used2, used1);
1092 COPY_HARD_REG_SET (used, used1);
1102 COPY_HARD_REG_SET (used, used1);
1244 COPY_HARD_REG_SET (new_losers, losers);
2442 COPY_HARD_REG_SET (use
[all...]
H A Dbt-load.c581 COPY_HARD_REG_SET (btrs_live[i], info.btrs_live_in_block);
582 COPY_HARD_REG_SET (btrs_written[i], info.btrs_written_in_block);
598 COPY_HARD_REG_SET (tmp, call_used_reg_set);
1024 COPY_HARD_REG_SET (*btrs_live_in_range,
1089 COPY_HARD_REG_SET (combined_btrs_live, *btrs_live_in_range);
1133 COPY_HARD_REG_SET (*btrs_live_in_range, combined_btrs_live);
H A Dlocal-alloc.c2247 COPY_HARD_REG_SET (used, call_fixed_reg_set);
2249 COPY_HARD_REG_SET (used, fixed_reg_set);
2251 COPY_HARD_REG_SET (used, call_used_reg_set);
2289 COPY_HARD_REG_SET (first_used, used);
H A Dregclass.c339 COPY_HARD_REG_SET (c, reg_class_contents[i]);
370 COPY_HARD_REG_SET (c, reg_class_contents[i]);
2560 COPY_HARD_REG_SET (c, reg_class_contents[(int) c1]);
H A Dmode-switching.c114 COPY_HARD_REG_SET (ptr->regs_live, regs_live);
H A Dcaller-save.c400 COPY_HARD_REG_SET (referenced_regs, hard_regs_saved);
H A Dpostreload.c749 COPY_HARD_REG_SET (LABEL_LIVE (insn), live);
H A Dreload1.c1654 COPY_HARD_REG_SET (bad_spill_regs, fixed_reg_set);
1730 COPY_HARD_REG_SET (not_usable, bad_spill_regs);
1879 COPY_HARD_REG_SET (chain->used_spill_regs, used_spill_regs_local);
3758 COPY_HARD_REG_SET (forbidden, bad_spill_regs_global);
3787 COPY_HARD_REG_SET (used_by_pseudos2, chain->used_spill_regs);
H A Dregrename.c265 COPY_HARD_REG_SET (this_unavailable, unavailable);
H A Dreg-stack.c381 COPY_HARD_REG_SET (temp_stack.reg_set, regstack->reg_set);
H A Ddf-problems.c2518 COPY_HARD_REG_SET (used, reg_class_contents[reg_preferred_class (i)]);
/freebsd-10.2-release/contrib/gcc/config/i386/
H A Di386.h874 COPY_HARD_REG_SET (x, reg_class_contents[(int)FLOAT_REGS]); \
/freebsd-10.2-release/contrib/gcc/config/ia64/
H A Dia64.c2586 COPY_HARD_REG_SET (current_frame_info.mask, mask);

Completed in 299 milliseconds