Searched refs:rtx_equal_p (Results 1 - 25 of 141) sorted by relevance

123456

/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/
H A Dpr44832.c56 extern int rtx_equal_p (const_rtx, const_rtx);
141 if (i > 0 && !rtx_equal_p (x, (((((vals)->u.fld[0]).rt_rtvec))->elem[0])))
/haiku-buildtools/legacy/gcc/gcc/config/tahoe/
H A Dtahoe.c445 if (shftreg0 && shftreg1 && (rtx_equal_p(shftreg0,shftreg1)))
470 if (addreg0 && addreg1 && (rtx_equal_p(addreg0,addreg1)))
481 if (addreg0 && addreg1 && (rtx_equal_p(addreg0,addreg1)))
495 if (addreg0 && addreg1 && (rtx_equal_p(addreg0,addreg1)))
506 if (addreg0 && addreg1 && (rtx_equal_p(addreg0,addreg1)))
515 if (shftreg0 && shftreg1 && (rtx_equal_p(shftreg0,shftreg1)))
/haiku-buildtools/gcc/gcc/config/vax/
H A Dvax.c1400 gcc_assert (rtx_equal_p (operands[0], operands[1]));
1442 if (rtx_equal_p (operands[0], operands[1]))
1465 if (!rtx_equal_p (operands[0], operands[1]))
1473 if (rtx_equal_p (operands[0], operands[1]))
1493 if (rtx_equal_p (operands[0], operands[2]))
1549 if (rtx_equal_p (operands[0], operands[1]))
1560 if (rtx_equal_p (operands[0], operands[2]))
1568 if (rtx_equal_p (operands[0], operands[1]))
1579 if (rtx_equal_p (operands[0], operands[2]))
1621 gcc_assert (rtx_equal_p (operand
[all...]
/haiku-buildtools/gcc/gcc/
H A Dsimplify-rtx.c392 && rtx_equal_p (o, n)))
477 else if (rtx_equal_p (x, old_rtx))
554 if (rtx_equal_p (base0, base1))
2113 if (rtx_equal_p (lhs, rhs))
2209 if (rtx_equal_p (trueop0, trueop1)
2289 if (rtx_equal_p (lhs, rhs))
2325 if (rtx_equal_p (op0, XEXP (op1, 0)))
2331 if (rtx_equal_p (op0, XEXP (op1, 1)))
2476 && rtx_equal_p (XEXP (op0, 0), XEXP (op1, 0))
2484 && rtx_equal_p (XEX
[all...]
H A Dauto-inc-dec.c835 if (rtx_equal_p (inc_insn.reg_res, inc_insn.reg0))
867 else if (rtx_equal_p (inc_insn.reg_res, inc_insn.reg1))
900 if (code == MEM && rtx_equal_p (XEXP (x, 0), inc_insn.reg_res))
911 && rtx_equal_p (XEXP (XEXP (x, 0), 0), inc_insn.reg_res))
930 && rtx_equal_p (inc_insn.reg1, b))
1131 if (!rtx_equal_p (mem_insn.reg0, inc_insn.reg0))
1175 if (rtx_equal_p (mem_insn.reg0, inc_insn.reg0))
1177 if (!rtx_equal_p (mem_insn.reg1, inc_insn.reg1))
1202 if (!rtx_equal_p (mem_insn.reg0, inc_insn.reg0))
1235 if (!rtx_equal_p (mem_ins
[all...]
H A Drtl.c384 /* Same as rtx_equal_p, but call CB on each pair of rtx if CB is not NULL.
386 Whenever changing this function check if rtx_equal_p below doesn't need
533 rtx_equal_p (const_rtx x, const_rtx y)
587 return rtx_equal_p (ENTRY_VALUE_EXP (x), ENTRY_VALUE_EXP (y));
628 if (rtx_equal_p (XVECEXP (x, i, j), XVECEXP (y, i, j)) == 0)
633 if (rtx_equal_p (XEXP (x, i), XEXP (y, i)) == 0)
528 rtx_equal_p (const_rtx x, const_rtx y) function
H A Dcompare-elim.c277 && !rtx_equal_p (eh_note, cmp->eh_note))
281 if (!rtx_equal_p (XEXP (compare, 0), cmp->in_a)
282 || !rtx_equal_p (XEXP (compare, 1), cmp->in_b))
601 if (rtx_equal_p (SET_DEST (x), in_a))
H A Dfwprop.c403 if (rtx_equal_p (old_rtx, new_rtx)
602 if (GET_CODE (op0) == HIGH && rtx_equal_p (XEXP (op0, 0), op1))
615 if (rtx_equal_p (x, old_rtx))
825 if (rtx_equal_p (DF_REF_REG (use), def_reg))
828 if (rtx_equal_p (DF_REF_REG (use), def_reg))
839 if (def_reg && rtx_equal_p (DF_REF_REG (use), def_reg))
846 if (def_reg && rtx_equal_p (DF_REF_REG (use), def_reg))
1070 && rtx_equal_p (SET_DEST (patt), reg))
H A Difcvt.c349 if (!rtx_equal_p (a, b))
1105 if ((rtx_equal_p (if_info->a, XEXP (cond, 0))
1106 && rtx_equal_p (if_info->b, XEXP (cond, 1)))
1107 || (rtx_equal_p (if_info->a, XEXP (cond, 1))
1108 && rtx_equal_p (if_info->b, XEXP (cond, 0))))
1116 if (! rtx_equal_p (if_info->x, y))
1322 && rtx_equal_p (XEXP (if_info->a, 0), if_info->b)
1416 && rtx_equal_p (if_info->b, if_info->x))
1421 && rtx_equal_p (if_info->a, if_info->x))))
1699 if (rtx_equal_p (
[all...]
H A Dloop-iv.c771 if (!rtx_equal_p (nextr, reg))
1550 if (rtx_equal_p (a, b))
1621 && rtx_equal_p (op1, opb1)
1633 if (rtx_equal_p (op0, opb0)
1634 && rtx_equal_p (op1, opb1))
1646 return rtx_equal_p (op0, opb0);
1661 return rtx_equal_p (op0, XEXP (opb0, 0));
1674 && rtx_equal_p (XEXP (opb0, 0), op0))
1683 && rtx_equal_p (XEXP (opb0, 0), op0))
1694 && rtx_equal_p (op
[all...]
H A Dcfgcleanup.c356 if (!rtx_equal_p (XEXP (cond1, 0), XEXP (cond2, 0))
357 || !rtx_equal_p (XEXP (cond1, 1), XEXP (cond2, 1)))
1038 ? rtx_renumbered_equal_p (e1, e2) : rtx_equal_p (e1, e2))
1068 ? rtx_renumbered_equal_p (d1, d2) : rtx_equal_p (d1, d2)))
1075 if (!note1 || !note2 || !rtx_equal_p (XEXP (note1, 0), XEXP (note2, 0))
1152 if (!rtx_equal_p (p1, p2))
1194 if (!rtx_equal_p (CALL_INSN_FUNCTION_USAGE (i1),
1253 ? rtx_renumbered_equal_p (p1, p2) : rtx_equal_p (p1, p2))
1276 && !rtx_equal_p (XEXP (equiv1, 0), XEXP (equiv2, 0)))
1737 if (GET_CODE (p1) == ADDR_VEC && rtx_equal_p (p
[all...]
H A Dcse.c2216 if (rtx_equal_p (x, p->exp))
3491 && (rtx_equal_p (ent->comparison_const, folded_arg1)
3493 && rtx_equal_p (ent->comparison_const,
3780 && rtx_equal_p (XEXP (const_arg0, 0), const_arg1))
4046 || op0 == op1 || rtx_equal_p (op0, op1))
4278 || rtx_equal_p (src, XEXP (note, 0))))
4464 && rtx_equal_p (XEXP (tem, 0), SET_SRC (sets[0].rtl)))
4573 && (! rtx_equal_p (XEXP (tem, 0), SET_SRC (sets[0].rtl))
4999 `rtx_equal_p', since canonicalization has already been done. */
5013 if (src && GET_CODE (src) == code && rtx_equal_p (sr
[all...]
H A Dcombine.c1932 || (rtx_equal_p (src, dest) && find_reg_note (insn, REG_EQUAL, NULL_RTX))
2173 || rtx_equal_p (i2dest, inner_dest)
2174 || (i1dest && rtx_equal_p (i1dest, inner_dest))
2175 || (i0dest && rtx_equal_p (i0dest, inner_dest)))
2927 && rtx_equal_p (XEXP (SET_SRC (XVECEXP (PATTERN (i2), 0, 0)), 0),
3150 && rtx_equal_p (XEXP (SET_SRC (PATTERN (i3)), 0), i2dest))
3232 if (! rtx_equal_p (i2src, op0))
3757 if (rtx_equal_p (src_op0, src_op1))
3780 if ((rtx_equal_p (p,r) && rtx_equal_p (
[all...]
H A Dpostreload.c941 gcc_assert (rtx_equal_p (XEXP (SET_SRC (new_set), 0), reg));
995 must_move_add = rtx_equal_p (reg, addreg);
1151 && rtx_equal_p (XEXP (src, 0), reg)
1152 && !rtx_equal_p (XEXP (src, 1), reg)
1204 && rtx_equal_p (SET_DEST (prev_set), reg)
1628 if (! rtx_equal_p (offset, reg_state[regno].offset))
1895 && rtx_equal_p (sym, reg_symbol_ref[i]))
2123 && rtx_equal_p (sym, reg_symbol_ref[regno]))
H A Dreorg.c999 if (rtx_equal_p (condition, other_condition)
1008 || ! rtx_equal_p (XEXP (condition, 0), XEXP (other_condition, 0))
1009 || ! rtx_equal_p (XEXP (condition, 1), XEXP (other_condition, 1)))
1404 && rtx_equal_p (PATTERN (next_to_match), PATTERN (trial))
1457 && rtx_equal_p (PATTERN (next_to_match), PATTERN (dtrial))
1602 && rtx_equal_p (PATTERN (seq->element (i)), ipat)
1611 else if (GET_CODE (trial) == GET_CODE (insn) && rtx_equal_p (pat, ipat)
1713 if (rtx_equal_p (PATTERN (candidate), ipat)
1737 if (rtx_equal_p (pat, ipat))
2816 && rtx_equal_p (XEX
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dcombine.c954 || (rtx_equal_p (src, dest) && find_reg_note (insn, REG_EQUAL, NULL_RTX))
1050 || rtx_equal_p (XEXP (XVECEXP (PATTERN (i3), 0, i), 0), dest)))
1252 if (rtx_equal_p (inner_src, i2dest)
1558 && rtx_equal_p (XEXP (SET_SRC (XVECEXP (PATTERN (i2), 0, 0)), 0),
1734 && rtx_equal_p (XEXP (SET_SRC (PATTERN (i3)), 0), i2dest))
2119 && rtx_equal_p (SET_SRC (XVECEXP (newpat, 0, 1)),
2537 && rtx_equal_p (i2dest, SET_DEST (set)))
2564 && rtx_equal_p (i1dest, SET_DEST (set)))
3957 && rtx_equal_p (XEXP (XEXP (x, 0), 0), XEXP (x, 1)))
4055 && rtx_equal_p (XEX
[all...]
H A Dcse.c2062 if (rtx_equal_p (x, p->exp))
2344 && rtx_equal_p (x, qty_const[REG_QTY (REGNO (y))])
2351 && rtx_equal_p (y, qty_const[REG_QTY (REGNO (x))]))
3945 if (rtx_equal_p (lhs, rhs))
3993 if (rtx_equal_p (op0, op1)
4056 if (rtx_equal_p (lhs, rhs))
4087 if (rtx_equal_p (op0, XEXP (op1, 0)))
4089 if (rtx_equal_p (op0, XEXP (op1, 1)))
4158 if (rtx_equal_p (op0, op1) && ! side_effects_p (op0))
4161 if (((GET_CODE (op0) == NOT && rtx_equal_p (XEX
[all...]
H A Dreload1.c763 || rtx_equal_p (SET_SRC (set), x))
775 && rtx_equal_p (SET_DEST (set),
3332 && rtx_equal_p (SET_DEST (prev_set), src))
5316 if (! reload_in[i] || ! rtx_equal_p (reload_in[i], value)
5397 if (! reload_in[i] || rtx_equal_p (reload_in[i], value))
5418 || ! rtx_equal_p (reload_in[i], value)))
5783 || (! rtx_equal_p (reload_reg_rtx[j], reload_in[j])
5784 && ! rtx_equal_p (reload_reg_rtx[j], reload_out[j]))))
5912 && (rtx_equal_p (reload_in[r], reload_reg_rtx[r])
5913 || (rtx_equal_p (reload_ou
[all...]
H A Djump.c432 && rtx_equal_p (PATTERN (temp), PATTERN (temp1))))
492 && rtx_equal_p (SET_DEST (temp4), temp1)
499 && rtx_equal_p (XEXP (REG_NOTES (temp2), 0),
635 && rtx_equal_p (SET_DEST (temp4), temp1)
642 && rtx_equal_p (XEXP (REG_NOTES (temp3), 0),
772 && rtx_equal_p (SET_DEST (temp4), temp2)
839 && rtx_equal_p (SET_DEST (temp4), temp2)
1240 && rtx_equal_p (temp2, XEXP (SET_SRC (temp1), 0))
1271 && rtx_equal_p (temp2, SET_DEST (temp6))
1501 && rtx_equal_p (SET_DES
[all...]
H A Dreorg.c1075 if (rtx_equal_p (condition, other_condition)
1084 || ! rtx_equal_p (XEXP (condition, 0), XEXP (other_condition, 0))
1085 || ! rtx_equal_p (XEXP (condition, 1), XEXP (other_condition, 1)))
1481 && rtx_equal_p (PATTERN (next_to_match), PATTERN (trial))
1533 && rtx_equal_p (PATTERN (next_to_match), PATTERN (dtrial))
1672 && rtx_equal_p (PATTERN (XVECEXP (pat, 0, i)), ipat)
1681 else if (GET_CODE (trial) == GET_CODE (insn) && rtx_equal_p (pat, ipat)
1776 if (rtx_equal_p (PATTERN (candidate), ipat)
1803 if (rtx_equal_p (pat, ipat))
2814 && rtx_equal_p (XEX
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/pyr/
H A Dpyr.c538 && rtx_equal_p (op1, XEXP (op0, 0)))
544 && rtx_equal_p (op0, XEXP (op1, 0)))
557 return (rtx_equal_p (XEXP (op0, 1), XEXP (op1, 1)))
561 return (rtx_equal_p (XEXP (op0, 0), XEXP (op1, 0)))
/haiku-buildtools/gcc/gcc/config/sh/
H A Dsh_optimize_sett_clrt.cc252 && rtx_equal_p (ccreg_values.front ().value, setcc_val))
459 if (i->value == NULL_RTX || !rtx_equal_p (last_value, i->value))
/haiku-buildtools/legacy/gcc/gcc/config/romp/
H A Dromp.c165 && rtx_equal_p (cc_status.value1, recog_operand[1]))
169 && rtx_equal_p (cc_status.value2, recog_operand[1]))
1515 && (rtx_equal_p (op0, op2)
1526 if (op1 && rtx_equal_p (op0, op1)
1546 && (op0 == 0 || rtx_equal_p (op0, fpop->ops[0]))
1547 && (op1 == 0 || rtx_equal_p (op1, fpop->ops[1]))
1548 && (op2 == 0 || rtx_equal_p (op2, fpop->ops[2])))
/haiku-buildtools/gcc/gcc/config/rl78/
H A Drl78.c226 && rtx_equal_p (SET_DEST (prev), SET_SRC (set))
227 && rtx_equal_p (SET_DEST (set), SET_SRC (prev))
496 if (rtx_equal_p (operands[0], operands[1]))
498 else if (rtx_equal_p (op00, op12))
533 if (rtx_equal_p (operands[0], operands[1]))
535 else if (rtx_equal_p (op00, op12))
588 if (rtx_equal_p (operands[0], operands[1])
2023 if (rtx_equal_p (operands[0], operands[3]))
2094 if (! rtx_equal_p (m, operands[i+2]))
2942 if (rtx_equal_p (O
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/clipper/
H A Dclipper.h934 if (cc_status.value1 && rtx_equal_p (dest, cc_status.value1) || \
935 cc_status.value2 && rtx_equal_p (dest, cc_status.value2)) \

Completed in 430 milliseconds

123456