Searched refs:reg_mentioned_p (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-9.3-release/contrib/gcc/
H A Dregmove.c287 if (live && reg_mentioned_p (cc0_rtx, PATTERN (insn)))
476 && reg_mentioned_p (dest, PATTERN (q)))
628 if (reg_mentioned_p (dest, PATTERN (q)))
771 && !reg_mentioned_p (dest, SET_SRC (set))
2288 if (!reg_mentioned_p (stack_pointer_rtx, x))
2442 && ! reg_mentioned_p (stack_pointer_rtx, src)
2472 || reg_mentioned_p (stack_pointer_rtx, PATTERN (insn))))
H A Dreorg.c681 if (reg_mentioned_p (cc0_rtx, insn))
1707 || reg_mentioned_p (cc0_rtx, ipat)
2149 && ! (reg_mentioned_p (cc0_rtx, pat) && ! sets_cc0_p (pat))
2290 && ! (reg_mentioned_p (cc0_rtx, pat) && ! sets_cc0_p (pat))
2301 if (reg_mentioned_p (cc0_rtx, pat))
2343 && ! reg_mentioned_p (cc0_rtx, PATTERN (next_trial))
2453 && ! reg_mentioned_p (cc0_rtx, pat)
2586 && ! (reg_mentioned_p (cc0_rtx, pat)
2666 if (reg_mentioned_p (cc0_rtx, pat))
H A Drecog.c3379 if (reg_mentioned_p (SET_DEST (out_set), SET_DEST (in_set)))
3399 if (reg_mentioned_p (SET_DEST (exp), SET_DEST (in_set)))
3431 if (reg_mentioned_p (SET_DEST (out_set), XEXP (in_set, 1))
3432 || reg_mentioned_p (SET_DEST (out_set), XEXP (in_set, 2)))
3452 if (reg_mentioned_p (SET_DEST (out_set), XEXP (in_set, 1))
3453 || reg_mentioned_p (SET_DEST (out_set), XEXP (in_set, 2)))
H A Dcombine.c889 && reg_mentioned_p (cc0_rtx, SET_SRC (PATTERN (insn))))
909 && reg_mentioned_p (cc0_rtx, SET_SRC (PATTERN (XEXP (links, 0))))
3351 && (newi2pat == 0 || ! reg_mentioned_p (i2dest, newi2pat))
3551 && ! reg_mentioned_p (reg,
4921 if (reg_mentioned_p (from, true_rtx))
4925 if (reg_mentioned_p (from, false_rtx))
4953 || reg_mentioned_p (true_rtx, false_rtx)
12063 if (reg_mentioned_p (XEXP (note, 0), PATTERN (i3)))
12066 if (i2 && reg_mentioned_p (XEXP (note, 0), PATTERN (i2)))
12080 if (reg_mentioned_p (XEX
[all...]
H A Drtlanal.c555 reg_mentioned_p (rtx reg, rtx in)
606 if (reg_mentioned_p (reg, XVECEXP (in, i, j)))
610 && reg_mentioned_p (reg, XEXP (in, i)))
1314 return reg_mentioned_p (x, in);
551 reg_mentioned_p (rtx reg, rtx in) function
H A Dreg-stack.c356 if (INSN_P (insn) && reg_mentioned_p (ix86_flags_rtx, PATTERN (insn)))
1189 if (INSN_P (insn) && reg_mentioned_p (dest, insn))
H A Dsee.c1384 if (reg_mentioned_p (d->reg, *x))
1431 && reg_mentioned_p (source_extension_reg, SET_DEST (sub)))
H A Dcse.c2011 if (reg_mentioned_p (x, p->exp)
4443 if (! reg_mentioned_p (folded_arg0, y))
6480 && (reg_mentioned_p (dest, XEXP (note, 0))
6502 && ! reg_mentioned_p (cc0_rtx, x))
H A Dexpmed.c3909 && (reg_mentioned_p (target, op0)
3911 || reg_mentioned_p (target, op1)
5587 || reg_mentioned_p (target, op0) || reg_mentioned_p (target, op1))
H A Djump.c224 && ! reg_mentioned_p (XEXP (note, 0), PATTERN (insn)))
H A Dstruct-equiv.c253 if (reg_mentioned_p (cc0_rtx, info->cur.x_start)
H A Dgcse.c2680 if (!success && set && reg_mentioned_p (from, SET_SRC (set)))
3165 if (reg_mentioned_p (newval, XEXP (note, 0)))
5244 if (reg_mentioned_p (stack_pointer_rtx, x))
H A Dreload1.c1967 && reg_mentioned_p (prev_dest, PATTERN (insn))
6989 || !reg_mentioned_p (old, SET_SRC (set))
7008 if (reg_mentioned_p (rl->reg_rtx, pat))
7986 && reg_mentioned_p (reg, PATTERN (i1)))
8040 && reg_mentioned_p (reg, PATTERN (i2)))
H A Dcfgcleanup.c1142 if (ninsns && reg_mentioned_p (cc0_rtx, last1) && ! sets_cc0_p (last1))
H A Dexpr.c3719 if (reg_mentioned_p (virtual_stack_dynamic_rtx, temp)
3720 || reg_mentioned_p (virtual_outgoing_args_rtx, temp))
9246 || reg_mentioned_p (target, op0) || reg_mentioned_p (target, op1))
H A Dlocal-alloc.c1109 && reg_mentioned_p (XEXP (link, 0), PATTERN (insn)))
H A Dcalls.c2183 && (reg_mentioned_p (virtual_stack_dynamic_rtx, structure_value_addr)
2184 || reg_mentioned_p (virtual_outgoing_args_rtx,
H A Demit-rtl.c2668 || reg_mentioned_p (other, x))))
3061 if (insn && INSN_P (insn) && reg_mentioned_p (cc0_rtx, PATTERN (insn)))
H A Dfunction.c2799 && reg_mentioned_p (virtual_incoming_args_rtx,
4905 else if (!reg_mentioned_p (stack_pointer_rtx, PATTERN (insn))
H A Difcvt.c1488 if (reg_mentioned_p (target, if_info->cond))
1604 if (! cond || ! reg_mentioned_p (target, cond))
H A Dreload.c1531 && reg_mentioned_p (XEXP (note, 0), in)
4418 : reg_mentioned_p (rld[i].in, rld[j].in)))
6553 return reg_mentioned_p (x, in);
H A Dcfgrtl.c742 if (reg_mentioned_p (cc0_rtx, PATTERN (insn)))
H A Drtl.h1698 extern int reg_mentioned_p (rtx, rtx);
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.c2093 || (reload_completed && !reg_mentioned_p (target, source)))
3752 && (reg_mentioned_p (frame_pointer_rtx, x)
3753 || reg_mentioned_p (arg_pointer_rtx, x)
3754 || reg_mentioned_p (virtual_incoming_args_rtx, x)
3755 || reg_mentioned_p (virtual_outgoing_args_rtx, x)
3756 || reg_mentioned_p (virtual_stack_dynamic_rtx, x)
3757 || reg_mentioned_p (virtual_stack_vars_rtx, x)))
5256 || reg_mentioned_p (stack_pointer_rtx, src_mem)
5257 || reg_mentioned_p (frame_pointer_rtx, src_mem)
5258 || reg_mentioned_p (hard_frame_pointer_rt
[all...]
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c8326 return reg_mentioned_p (reg, mem);
8374 return reg_mentioned_p (reg, mem);

Completed in 573 milliseconds

12