Home
last modified time | relevance | path

Searched refs:REG_SET_TO_HARD_REG_SET (Results 1 – 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDmode-switching.c457 REG_SET_TO_HARD_REG_SET (live_now, in optimize_mode_switching()
603 REG_SET_TO_HARD_REG_SET (live_at_edge, in optimize_mode_switching()
HDcaller-save.c418 REG_SET_TO_HARD_REG_SET (hard_regs_to_save, in save_call_clobbered_regs()
HDbasic-block.h85 #define REG_SET_TO_HARD_REG_SET(TO, FROM) \ macro
HDrtl-factoring.c523 REG_SET_TO_HARD_REG_SET (*hregs, regs); in renumbered_reg_set_to_hard_reg_set()
HDresource.c978 REG_SET_TO_HARD_REG_SET (current_live_regs, regs_live); in mark_target_live_regs()
HDreload1.c1655 REG_SET_TO_HARD_REG_SET (used_by_pseudos, &chain->live_throughout); in order_regs_for_reload()
1656 REG_SET_TO_HARD_REG_SET (used_by_pseudos2, &chain->dead_or_set); in order_regs_for_reload()
3766 REG_SET_TO_HARD_REG_SET (used_by_pseudos, &chain->live_throughout); in finish_spills()
3767 REG_SET_TO_HARD_REG_SET (used_by_pseudos2, &chain->dead_or_set); in finish_spills()
5396 REG_SET_TO_HARD_REG_SET (tmp, &chain->live_throughout); in choose_reload_regs_init()
5398 REG_SET_TO_HARD_REG_SET (tmp, &chain->dead_or_set); in choose_reload_regs_init()
HDrecog.c2956 REG_SET_TO_HARD_REG_SET (live, peep2_insn_data[from].live_before); in peep2_find_free_register()
2965 REG_SET_TO_HARD_REG_SET (this_live, peep2_insn_data[from].live_before); in peep2_find_free_register()
HDpostreload.c744 REG_SET_TO_HARD_REG_SET (live, in reload_combine()
HDbt-load.c583 REG_SET_TO_HARD_REG_SET (btrs_live_at_end[i], bb->il.rtl->global_live_at_end); in compute_defs_uses_and_gen()
HDlocal-alloc.c1313 REG_SET_TO_HARD_REG_SET (regs_live, in block_alloc()
HDglobal.c707 REG_SET_TO_HARD_REG_SET (hard_regs_live, old); in global_conflicts()
HDregrename.c153 REG_SET_TO_HARD_REG_SET (live, b->il.rtl->global_live_at_start); in merge_overlapping_regs()
HDFSFChangeLog.115413 * basic-block.h (REG_SET_TO_HARD_REG_SET): Fix typo.
HDChangeLog-200018220 * basic-block.h (REG_SET_TO_HARD_REG_SET): Call new function.