Searched refs:rtx_equal_p (Results 51 - 75 of 195) sorted by relevance

12345678

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcprop.c797 if (!rtx_equal_p (src, SET_SRC (set))
815 if (!rtx_equal_p (dest, SET_DEST (set))
939 if (rtx_equal_p (new_rtx, SET_SRC (set)))
962 if (!rtx_equal_p (new_rtx, note_src))
H A Dloop-unroll.c820 gcc_assert (rtx_equal_p (op0, XEXP (cond, 0)));
821 gcc_assert (rtx_equal_p (op1, XEXP (cond, 1)));
1429 if (!rtx_equal_p (dest, XEXP (src, 2)))
1433 else if (rtx_equal_p (dest, XEXP (src, 0)))
1435 else if (rtx_equal_p (dest, XEXP (src, 1)))
H A Dira-lives.c700 && rtx_equal_p (recog_data.operand[use],
1090 if (set && rtx_equal_p (SET_DEST (set), reg))
1100 if (set && rtx_equal_p (SET_SRC (set), reg))
H A Dregcprop.c260 if (rtx_equal_p (x, ksvd->ignore_set_reg))
797 if (rtx_equal_p (r1 ? r1 : SET_DEST (set), r2 ? r2 : SET_SRC (set)))
1092 && rtx_equal_p (SET_DEST (set), SET_SRC (set)));
H A Dira.c1848 ? rtx_equal_p (other, op)
2634 || rtx_equal_p (ira_reg_equiv[to_regno].memory, x));
2646 || rtx_equal_p (ira_reg_equiv[to_regno].constant, x));
2654 || rtx_equal_p (ira_reg_equiv[to_regno].invariant, x));
3509 if (rtx_equal_p (src, XEXP (note, 0)) || MEM_P (XEXP (note, 0)))
3580 && ! rtx_equal_p (XEXP (note, 0),
3596 if (! rtx_equal_p (XEXP (note, 0), XEXP (note_tmp, 0)))
3691 && (rtx_equal_p (replacement, src)
4017 && ! rtx_equal_p (SET_SRC (set), x) && MEM_P (x))
H A Doptabs.c98 && (rtx_equal_p (target, op0)
99 || (op1 && rtx_equal_p (target, op1))))
113 && (rtx_equal_p (SET_DEST (set), XEXP (SET_SRC (set), 0))
114 || (op1 && rtx_equal_p (SET_DEST (set),
125 if (! rtx_equal_p (SET_DEST (set), target)
128 || ! rtx_equal_p (XEXP (SET_DEST (set), 0), target)))
970 return rtx_equal_p (op1, target);
1747 || ! rtx_equal_p (target, xtarget))
4045 if (comparison == UNORDERED && rtx_equal_p (x, y))
4390 if (rtx_equal_p (op
[all...]
H A Drtlanal.c1013 if (MEM_P (find) && rtx_equal_p (x, find))
1111 if (GET_CODE (reg) == code && rtx_equal_p (reg, in))
1456 if (rtx_equal_p (x, data->pat)
1624 return rtx_equal_p (dst, src) && !side_effects_p (dst);
1627 return rtx_equal_p (XEXP (dst, 0), src)
2329 && rtx_equal_p (datum, XEXP (XEXP (link, 0), 0)))
3242 if (rtx_equal_p (x, y))
5632 || !rtx_equal_p (SET_DEST (set), op0)))
6345 gcc_checking_assert (rtx_equal_p (*info->base_term, *info->base_term2));
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcprop.cc798 if (!rtx_equal_p (src, SET_SRC (set))
817 if (!rtx_equal_p (dest, SET_DEST (set))
941 if (rtx_equal_p (new_rtx, SET_SRC (set)))
964 if (!rtx_equal_p (new_rtx, note_src))
H A Dloop-unroll.cc807 gcc_assert (rtx_equal_p (op0, XEXP (cond, 0)));
808 gcc_assert (rtx_equal_p (op1, XEXP (cond, 1)));
1402 if (!rtx_equal_p (dest, XEXP (src, 2)))
1406 else if (rtx_equal_p (dest, XEXP (src, 0)))
1408 else if (rtx_equal_p (dest, XEXP (src, 1)))
H A Drecog.cc235 if ((old == new_rtx || rtx_equal_p (old, new_rtx))
830 same register in the same mode. Avoid calling rtx_equal_p unless the
838 && rtx_equal_p (x, from)))
1000 if (newpat && !rtx_equal_p (SET_SRC (pat), newpat))
1003 if (newpat && !rtx_equal_p (SET_DEST (pat), newpat))
1014 if (newpat && !rtx_equal_p (SET_SRC (s), newpat))
1017 if (newpat && !rtx_equal_p (SET_DEST (s), newpat))
1056 if (from && GET_CODE (x) == GET_CODE (from) && rtx_equal_p (x, from))
1213 if (rtx_equal_p (base0, base1))
1266 else if (newx && !rtx_equal_p (
[all...]
H A Dregcprop.cc260 if (rtx_equal_p (x, ksvd->ignore_set_reg))
799 if (rtx_equal_p (r1 ? r1 : SET_DEST (set), r2 ? r2 : SET_SRC (set)))
1110 && rtx_equal_p (SET_DEST (set), SET_SRC (set)));
H A Dira-lives.cc700 && rtx_equal_p (recog_data.operand[use],
1099 if (set && rtx_equal_p (SET_DEST (set), reg))
1109 if (set && rtx_equal_p (SET_SRC (set), reg))
H A Dira.cc1857 ? rtx_equal_p (other, op)
2765 || rtx_equal_p (ira_reg_equiv[to_regno].memory, x));
2777 || rtx_equal_p (ira_reg_equiv[to_regno].constant, x));
2785 || rtx_equal_p (ira_reg_equiv[to_regno].invariant, x));
3638 if (rtx_equal_p (src, XEXP (note, 0)) || MEM_P (XEXP (note, 0)))
3709 && ! rtx_equal_p (XEXP (note, 0),
3725 if (! rtx_equal_p (XEXP (note, 0), XEXP (note_tmp, 0)))
3820 && (rtx_equal_p (replacement, src)
4146 && ! rtx_equal_p (SET_SRC (set), x) && MEM_P (x))
H A Doptabs.cc102 && (rtx_equal_p (target, op0)
103 || (op1 && rtx_equal_p (target, op1))))
117 && (rtx_equal_p (SET_DEST (set), XEXP (SET_SRC (set), 0))
118 || (op1 && rtx_equal_p (SET_DEST (set),
129 if (! rtx_equal_p (SET_DEST (set), target)
132 || ! rtx_equal_p (XEXP (SET_DEST (set), 0), target)))
1290 return rtx_equal_p (op1, target);
2067 || ! rtx_equal_p (target, xtarget))
4545 if (comparison == UNORDERED && rtx_equal_p (x, y))
4890 if (rtx_equal_p (op
[all...]
H A Drtlanal.cc1013 if (MEM_P (find) && rtx_equal_p (x, find))
1110 if (GET_CODE (reg) == code && rtx_equal_p (reg, in))
1452 if (rtx_equal_p (x, data->pat)
1655 return (rtx_equal_p (dst, src)
1660 return (rtx_equal_p (XEXP (dst, 0), src)
2658 && rtx_equal_p (datum, XEXP (XEXP (link, 0), 0)))
3560 if (rtx_equal_p (x, y))
5951 || !rtx_equal_p (SET_DEST (set), op0)))
6660 gcc_checking_assert (rtx_equal_p (*info->base_term, *info->base_term2));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nios2/
H A Dnios2.c510 && rtx_equal_p (SET_DEST (set), XEXP (SET_SRC (set), 0))
4811 if (rtx_equal_p (rhs1, stack_pointer_rtx)
4854 if (rtx_equal_p (rhs1, stack_pointer_rtx)
4897 && (!reload_completed || rtx_equal_p (lhs, rhs1)));
4904 && (!reload_completed || rtx_equal_p (lhs, rhs1)));
4921 && (!reload_completed || rtx_equal_p (lhs, rhs1)))));
4946 || !rtx_equal_p (base_reg, stack_pointer_rtx)
4959 || !rtx_equal_p (base_reg, curr_base_reg)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nios2/
H A Dnios2.cc511 && rtx_equal_p (SET_DEST (set), XEXP (SET_SRC (set), 0))
4846 if (rtx_equal_p (rhs1, stack_pointer_rtx)
4889 if (rtx_equal_p (rhs1, stack_pointer_rtx)
4932 && (!reload_completed || rtx_equal_p (lhs, rhs1)));
4939 && (!reload_completed || rtx_equal_p (lhs, rhs1)));
4956 && (!reload_completed || rtx_equal_p (lhs, rhs1)))));
4981 || !rtx_equal_p (base_reg, stack_pointer_rtx)
4994 || !rtx_equal_p (base_reg, curr_base_reg)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dm68k.c1421 if (!(rtx_equal_p (cfun_value, call_value)
1583 if (rtx_equal_p (op0, flags_compare_op0)
1584 && rtx_equal_p (op1, flags_compare_op1))
1586 if (rtx_equal_p (op0, flags_compare_op1)
1587 && rtx_equal_p (op1, flags_compare_op0))
1599 if (rtx_equal_p (flags_operand1, op0) || rtx_equal_p (flags_operand2, op0))
4126 if (!rtx_equal_p (base, mem_base) || offset != mem_offset)
4372 if (rtx_equal_p (sc2, op0))
5372 if (rtx_equal_p (des
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dm68k.cc1421 if (!(rtx_equal_p (cfun_value, call_value)
1583 if (rtx_equal_p (op0, flags_compare_op0)
1584 && rtx_equal_p (op1, flags_compare_op1))
1586 if (rtx_equal_p (op0, flags_compare_op1)
1587 && rtx_equal_p (op1, flags_compare_op0))
1599 if (rtx_equal_p (flags_operand1, op0) || rtx_equal_p (flags_operand2, op0))
4124 if (!rtx_equal_p (base, mem_base) || offset != mem_offset)
4370 if (rtx_equal_p (sc2, op0))
5370 if (rtx_equal_p (des
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc139 if (mem_op && rtx_equal_p (op, mem_op))
532 if (!rtx_equal_p (tmp, first))
1115 if (rtx_equal_p (dst, src1))
1117 if (rtx_equal_p (dst, src2))
1161 if (rtx_equal_p (src1, src2))
1166 else if (rtx_equal_p (dst, src1))
1174 if (MEM_P (dst) && !rtx_equal_p (dst, src1))
1182 if (MEM_P (src1) && !rtx_equal_p (dst, src1))
1227 && !rtx_equal_p (dst, src1))
1342 if (MEM_P (dst) && !rtx_equal_p (ds
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dpa.c8967 if (! rtx_equal_p (operands[3], operands[4])
8968 && ! rtx_equal_p (operands[3], operands[5]))
8972 if (rtx_equal_p (operands[3], operands[0])
8973 || rtx_equal_p (operands[3], operands[1])
8974 || rtx_equal_p (operands[3], operands[2]))
8978 if (rtx_equal_p (operands[4], operands[0])
8979 || rtx_equal_p (operands[5], operands[0]))
9144 if (! rtx_equal_p (operands[3], operands[4]))
9148 if (rtx_equal_p (operands[5], operands[0]))
9152 if (rtx_equal_p (operand
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/frv/
H A Dfrv.c3348 || ! rtx_equal_p (x0, XEXP (x1, 0))
4978 if (! rtx_equal_p (dest, src1))
4984 if (! rtx_equal_p (dest, src2))
5099 gcc_assert (!rtx_equal_p (dest, src1));
5111 if (! rtx_equal_p (dest, src1))
5117 if (! rtx_equal_p (dest, src2))
5158 if (! rtx_equal_p (dest, src))
5729 if (rtx_equal_p (SET_SRC (frv_ifcvt.scratch_regs[i]), value))
5896 if (! rtx_equal_p (cr, XEXP (op0, 0)))
5921 else if (! rtx_equal_p (test_re
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.cc3336 || ! rtx_equal_p (x0, XEXP (x1, 0))
4966 if (! rtx_equal_p (dest, src1))
4972 if (! rtx_equal_p (dest, src2))
5087 gcc_assert (!rtx_equal_p (dest, src1));
5099 if (! rtx_equal_p (dest, src1))
5105 if (! rtx_equal_p (dest, src2))
5146 if (! rtx_equal_p (dest, src))
5717 if (rtx_equal_p (SET_SRC (frv_ifcvt.scratch_regs[i]), value))
5884 if (! rtx_equal_p (cr, XEXP (op0, 0)))
5909 else if (! rtx_equal_p (test_re
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa.cc8999 if (! rtx_equal_p (operands[3], operands[4])
9000 && ! rtx_equal_p (operands[3], operands[5]))
9004 if (rtx_equal_p (operands[3], operands[0])
9005 || rtx_equal_p (operands[3], operands[1])
9006 || rtx_equal_p (operands[3], operands[2]))
9010 if (rtx_equal_p (operands[4], operands[0])
9011 || rtx_equal_p (operands[5], operands[0]))
9174 if (! rtx_equal_p (operands[3], operands[4]))
9178 if (rtx_equal_p (operands[5], operands[0]))
9182 if (rtx_equal_p (operand
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c139 if (mem_op && rtx_equal_p (op, mem_op))
830 if (rtx_equal_p (dst, src1))
832 if (rtx_equal_p (dst, src2))
876 if (rtx_equal_p (src1, src2))
881 else if (rtx_equal_p (dst, src1))
889 if (MEM_P (dst) && !rtx_equal_p (dst, src1))
897 if (MEM_P (src1) && !rtx_equal_p (dst, src1))
942 && !rtx_equal_p (dst, src1))
1056 if (MEM_P (dst) && !rtx_equal_p (dst, src1))
1064 if (MEM_P (src1) && !rtx_equal_p (ds
[all...]

Completed in 1094 milliseconds

12345678