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

/freebsd-9.3-release/contrib/gcc/
H A Dintegrate.c361 if (REGNO_REG_SET_P(info->global_live_at_start, regno))
364 if (REGNO_REG_SET_P(info->global_live_at_end, regno))
H A Dflow.c535 if (REGNO_REG_SET_P (bb->il.rtl->global_live_at_start, i))
1910 && REGNO_REG_SET_P (live_at_end, i)
1957 && !REGNO_REG_SET_P (pbi->reg_live, STACK_POINTER_REGNUM))
2087 if (REGNO_REG_SET_P (bb_true->il.rtl->global_live_at_start,
2247 if (REGNO_REG_SET_P (pbi->reg_live, regno))
2291 || REGNO_REG_SET_P (pbi->reg_live, regno))
2370 if (REGNO_REG_SET_P (pbi->reg_live, regno))
2380 if (REGNO_REG_SET_P (pbi->reg_live, regno+n))
2444 && ! REGNO_REG_SET_P (pbi->reg_live, REGNO (XEXP (x, 0))))
2542 || REGNO_REG_SET_P (ENTRY_BLOCK_PT
[all...]
H A Dstruct-equiv.c223 if ((value != 0) == REGNO_REG_SET_P (set, regno))
292 if (REGNO_REG_SET_P (info->x_local_live,
405 if (REGNO_REG_SET_P (info->x_local_live, x_regno))
407 if (!REGNO_REG_SET_P (info->y_local_live, y_regno))
410 else if (REGNO_REG_SET_P (info->y_local_live, y_regno))
427 x_common_live = REGNO_REG_SET_P (info->common_live, x_regno);
428 y_common_live = REGNO_REG_SET_P (info->common_live, y_regno);
1281 if (REGNO_REG_SET_P (info->x_local_live, regno))
H A Drtl-factoring.c472 if (REGNO_REG_SET_P (&live, reg))
525 if (REGNO_REG_SET_P (regs, r) && reg_renumber[r] >= 0)
H A Dcfgcleanup.c248 if (REGNO_REG_SET_P (nonequal, regno))
254 if (REGNO_REG_SET_P (nonequal, regno + n))
H A Dreload1.c1628 if (REGNO_REG_SET_P (&pseudos_counted, reg)
1629 || REGNO_REG_SET_P (&spilled_pseudos, reg))
1704 if (REGNO_REG_SET_P (&spilled_pseudos, reg)
4270 || !REGNO_REG_SET_P (&reg_has_output_reload, regno + nr))
4294 || !REGNO_REG_SET_P (&reg_has_output_reload, reg))
7338 && !REGNO_REG_SET_P (&reg_has_output_reload, REGNO (reg)))
7449 && !REGNO_REG_SET_P (&reg_has_output_reload,
7452 && !REGNO_REG_SET_P (&reg_has_output_reload,
H A Dbasic-block.h81 #define REGNO_REG_SET_P(TO, REG) bitmap_bit_p (TO, REG) macro
H A Drecog.c2913 return ! REGNO_REG_SET_P (peep2_insn_data[ofs].live_before, regno);
2934 if (REGNO_REG_SET_P (peep2_insn_data[ofs].live_before, regno + n))
H A Dreg-stack.c3131 if (REGNO_REG_SET_P (bb->il.rtl->global_live_at_end, reg))
3133 if (REGNO_REG_SET_P (bb->il.rtl->global_live_at_start, reg))
H A Dsched-rgn.c1563 || REGNO_REG_SET_P (glat_start[b->index],
1582 || REGNO_REG_SET_P (glat_start[b->index], regno))
H A Dbt-load.c483 && REGNO_REG_SET_P (bb->il.rtl->global_live_at_start, reg))
H A Dcombine.c1071 && ! REGNO_REG_SET_P
8320 && ! REGNO_REG_SET_P
8388 && ! REGNO_REG_SET_P
11291 && (! REGNO_REG_SET_P
11402 || (REGNO_REG_SET_P
11567 if (REGNO_REG_SET_P (block->il.rtl->global_live_at_start, i))
12361 && REGNO_REG_SET_P (bb->il.rtl->global_live_at_start,
H A Dglobal.c1784 if (REGNO_REG_SET_P (r, from))
H A Dregmove.c271 live |= REGNO_REG_SET_P (block->il.rtl->global_live_at_start,
H A Dloop-iv.c1337 return REGNO_REG_SET_P (alt, REGNO (*reg));
H A Dfunction.c4876 && !REGNO_REG_SET_P
H A Dgcse.c2287 return ! REGNO_REG_SET_P (reg_set_bitmap, REGNO (x));
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c8414 if (REGNO_REG_SET_P (bb->il.rtl->global_live_at_start, r))
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c2934 return REGNO_REG_SET_P (ENTRY_BLOCK_PTR->il.rtl->global_live_at_end, 0);

Completed in 424 milliseconds