/openbsd/gnu/gcc/gcc/ |
H A D | simplify-rtx.c | 356 if (rtx_equal_p (x, old_rtx)) in simplify_replace_rtx() 1586 if (rtx_equal_p (lhs, rhs)) in simplify_binary_operation_1() 1780 if (rtx_equal_p (lhs, rhs)) in simplify_binary_operation_1() 1992 && (rtx_equal_p (XEXP (op0, 0), op1) in simplify_binary_operation_1() 2144 && rtx_equal_p (XEXP (op0, 1), op1) in simplify_binary_operation_1() 2233 && rtx_equal_p (XEXP (op0, 0), op1) in simplify_binary_operation_1() 2241 && rtx_equal_p (XEXP (op0, 1), op1) in simplify_binary_operation_1() 2263 && (rtx_equal_p (XEXP (op0, 0), op1) in simplify_binary_operation_1() 3760 && rtx_equal_p (trueop0, trueop1) in simplify_const_relational_operation() 3887 if (rtx_equal_p (trueop1, mmin)) in simplify_const_relational_operation() [all …]
|
H A D | ifcvt.c | 845 if (! rtx_equal_p (if_info->x, y)) in noce_try_move() 1346 if (rtx_equal_p (b, x)) in noce_try_cmove_arith() 1751 if (rtx_equal_p (XEXP (cond, 0), b)) in noce_try_abs() 1768 && rtx_equal_p (SET_DEST (set), c)) in noce_try_abs() 1928 if (! rtx_equal_p (x, if_info->b)) in noce_try_bitop() 1943 || ! rtx_equal_p (x, XEXP (cond, 0))) in noce_try_bitop() 1959 if (! rtx_equal_p (x, XEXP (a, 0)) in noce_try_bitop() 1985 if (! rtx_equal_p (x, XEXP (a, 0)) in noce_try_bitop() 2223 || ! rtx_equal_p (x, SET_DEST (set_b))) in noce_process_if_block() 2235 || ! rtx_equal_p (x, SET_DEST (set_b)) in noce_process_if_block() [all …]
|
H A D | loop-unswitch.c | 110 gcc_assert (rtx_equal_p (op0, XEXP (cond, 0))); in compare_and_jump_seq() 111 gcc_assert (rtx_equal_p (op1, XEXP (cond, 1))); in compare_and_jump_seq() 225 if (!rtx_equal_p (op[0], XEXP (test, 0)) in may_unswitch_on() 226 || !rtx_equal_p (op[1], XEXP (test, 1))) in may_unswitch_on()
|
H A D | combine.c | 1353 if (rtx_equal_p (reg, dest)) in can_combine_p() 1504 || rtx_equal_p (i2dest, inner_dest) in combinable_i3pat() 2791 if ((rtx_equal_p (p,r) && rtx_equal_p (q,s)) in try_combine() 2792 || (rtx_equal_p (p,s) && rtx_equal_p (q,r))) in try_combine() 2802 else if (rtx_equal_p (p,q) && rtx_equal_p (r,s)) in try_combine() 5037 && rtx_equal_p (XEXP (t, 0), f)) in simplify_if_then_else() 7591 && rtx_equal_p (x, reg) in known_cond() 7623 if (rtx_equal_p (XEXP (x, 0), reg) && rtx_equal_p (XEXP (x, 1), val)) in known_cond() 7731 if (x == y || rtx_equal_p (x, y)) in rtx_equal_for_field_assignment_p() 7742 && rtx_equal_p (SUBREG_REG (y), in rtx_equal_for_field_assignment_p() [all …]
|
H A D | rtl.c | 338 rtx_equal_p (rtx x, rtx y) in rtx_equal_p() function 409 if (rtx_equal_p (XVECEXP (x, i, j), XVECEXP (y, i, j)) == 0) in rtx_equal_p() 414 if (rtx_equal_p (XEXP (x, i), XEXP (y, i)) == 0) in rtx_equal_p()
|
H A D | cfgcleanup.c | 319 if (!rtx_equal_p (XEXP (cond1, 0), XEXP (cond2, 0)) in thread_jump() 320 || !rtx_equal_p (XEXP (cond1, 1), XEXP (cond2, 1))) in thread_jump() 970 && (!rtx_equal_p (CALL_INSN_FUNCTION_USAGE (i1), in old_insns_match_p() 1010 ? rtx_renumbered_equal_p (p1, p2) : rtx_equal_p (p1, p2)) in old_insns_match_p() 1030 && rtx_equal_p (XEXP (equiv1, 0), XEXP (equiv2, 0))))) in old_insns_match_p() 1117 && !rtx_equal_p (XEXP (equiv1, 0), XEXP (equiv2, 0))) in flow_find_cross_jump() 1453 if (GET_CODE (p1) == ADDR_VEC && rtx_equal_p (p1, p2)) in outgoing_edges_match() 1459 && rtx_equal_p (XEXP (p1, 2), XEXP (p2, 2)) in outgoing_edges_match() 1460 && rtx_equal_p (XEXP (p1, 3), XEXP (p2, 3))) in outgoing_edges_match() 1466 if (!rtx_equal_p (XVECEXP (p1, 1, i), XVECEXP (p2, 1, i))) in outgoing_edges_match()
|
H A D | reload1.c | 5758 && rtx_equal_p (rld[r].out, SET_DEST (set)) in choose_reload_regs() 6269 || !rtx_equal_p (rld[k].reg_rtx, in merge_assigned_reloads() 6271 || rtx_equal_p (rld[k].in, in merge_assigned_reloads() 6947 || rtx_equal_p (old, SET_DEST (set)) in emit_output_reload_insns() 7047 && ! rtx_equal_p (rl->reg_rtx, old) in do_input_reload() 7108 && ! rtx_equal_p (rl->in_reg, pseudo) in do_output_reload() 7746 if (rtx_equal_p (op0, op1)) in gen_reload() 7902 if (rtx_equal_p (reg2, reg)) in delete_output_reload() 7912 if (rtx_equal_p (reg2, reg)) in delete_output_reload() 8062 if (! rtx_equal_p (dst, SET_DEST (set2)) in delete_address_reloads() [all …]
|
H A D | cse.c | 2114 if (rtx_equal_p (x, p->exp)) in use_related_value() 5468 && rtx_equal_p (src_folded, p->exp)) in cse_insn() 5471 && rtx_equal_p (src_eqv_here, p->exp)) in cse_insn() 5474 && rtx_equal_p (src_related, p->exp)) in cse_insn() 5492 if (rtx_equal_p (src, dest)) in cse_insn() 5503 if (rtx_equal_p (src_eqv_here, dest)) in cse_insn() 5514 if (rtx_equal_p (src_folded, dest)) in cse_insn() 5525 if (rtx_equal_p (src_related, dest)) in cse_insn() 5789 if (! rtx_equal_p (src, src_const)) in cse_insn() 7732 && rtx_equal_p (XEXP (cc_src, 0), in cse_cc_succs() [all …]
|
H A D | reorg.c | 1077 if (rtx_equal_p (condition, other_condition) in condition_dominates_p() 1086 || ! rtx_equal_p (XEXP (condition, 0), XEXP (other_condition, 0)) in condition_dominates_p() 1087 || ! rtx_equal_p (XEXP (condition, 1), XEXP (other_condition, 1))) in condition_dominates_p() 1471 && rtx_equal_p (PATTERN (next_to_match), PATTERN (trial)) in try_merge_delay_insns() 1523 && rtx_equal_p (PATTERN (next_to_match), PATTERN (dtrial)) in try_merge_delay_insns() 1662 && rtx_equal_p (PATTERN (XVECEXP (pat, 0, i)), ipat) in redundant_insn() 1671 else if (GET_CODE (trial) == GET_CODE (insn) && rtx_equal_p (pat, ipat) in redundant_insn() 1766 if (rtx_equal_p (PATTERN (candidate), ipat) in redundant_insn() 1792 if (rtx_equal_p (pat, ipat)) in redundant_insn() 2819 && rtx_equal_p (XEXP (src, 0), dest) in fill_slots_from_thread() [all …]
|
H A D | var-tracking.c | 1147 || rtx_equal_p (node2->loc, node->loc))) in variable_union() 1184 || rtx_equal_p (vui[jj].lc->loc, node->loc)) in variable_union() 1296 if (rtx_equal_p (lc1->loc, lc2->loc)) in variable_part_different_p() 1331 || rtx_equal_p (var1->var_part[i].cur_loc, in variable_different_p() 2118 || rtx_equal_p (node->loc, loc))) in set_variable_part() 2162 || rtx_equal_p (node->loc, loc)) in set_variable_part() 2279 || rtx_equal_p (node->loc, loc)) in delete_variable_part() 2294 || rtx_equal_p (node->loc, loc)) in delete_variable_part() 2311 || rtx_equal_p (loc, var->var_part[pos].cur_loc))) in delete_variable_part() 2416 && rtx_equal_p (XEXP (loc[n_var_parts], 0), in emit_note_insn_var_location() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | simplify-rtx.c | 352 if (GET_CODE (op0) == HIGH && rtx_equal_p (XEXP (op0, 0), op1)) 1038 if (rtx_equal_p (lhs, rhs)) 1102 if (rtx_equal_p (trueop0, trueop1) 1172 if (rtx_equal_p (lhs, rhs)) 1209 if (rtx_equal_p (op0, XEXP (op1, 0))) 1212 if (rtx_equal_p (op0, XEXP (op1, 1))) 2031 && rtx_equal_p (trueop0, trueop1) 2320 && rtx_equal_p (XEXP (op0, 0), op1) 2321 && rtx_equal_p (XEXP (op0, 1), op2)) 2325 && rtx_equal_p (XEXP (op0, 1), op1) [all …]
|
H A D | ifcvt.c | 939 && rtx_equal_p (if_info->b, if_info->x)) 944 && rtx_equal_p (if_info->a, if_info->x)))) 1126 if (rtx_equal_p (b, x)) 1439 if (rtx_equal_p (XEXP (cond, 0), if_info->a)) 1441 if (! rtx_equal_p (XEXP (cond, 1), if_info->b)) 1444 else if (rtx_equal_p (XEXP (cond, 1), if_info->a)) 1542 if (rtx_equal_p (XEXP (cond, 0), b)) 1544 else if (rtx_equal_p (XEXP (cond, 1), b)) 1794 || ! rtx_equal_p (x, SET_DEST (set_b))) 1806 || ! rtx_equal_p (x, SET_DEST (set_b)) [all …]
|
H A D | rtl.c | 410 rtx_equal_p (x, y) in rtx_equal_p() function 490 if (rtx_equal_p (XVECEXP (x, i, j), XVECEXP (y, i, j)) == 0) 495 if (rtx_equal_p (XEXP (x, i), XEXP (y, i)) == 0)
|
H A D | combine.c | 4980 && rtx_equal_p (XEXP (t, 0), f)) 5452 && rtx_equal_p (XEXP (op0, 0), op1) 5459 && rtx_equal_p (XEXP (op0, 1), op1) 5509 && (rtx_equal_p (XEXP (op0, 0), op1) 5574 && (rtx_equal_p (XEXP (op0, 0), op1) 5682 && rtx_equal_p (XEXP (op0, 1), op1) 7632 && rtx_equal_p (x, reg) 7664 if (rtx_equal_p (XEXP (x, 0), reg) && rtx_equal_p (XEXP (x, 1), val)) 7774 if (x == y || rtx_equal_p (x, y)) 7785 && rtx_equal_p (SUBREG_REG (y), [all …]
|
H A D | integrate.c | 1395 else if (rtx_equal_p (SET_DEST (set), SET_SRC (set)) 1429 && rtx_equal_p (SET_SRC (set), 1445 && (rtx_equal_p (SET_DEST (set), 1448 && rtx_equal_p (SET_DEST (set), static_chain_mem)))) 1455 && (rtx_equal_p (SET_SRC (set), 1458 && rtx_equal_p (SET_SRC (set), static_chain_mem)))) 1475 && rtx_equal_p (SET_DEST (set), virtual_stack_vars_rtx)) 1482 if (rtx_equal_p (temp, virtual_stack_vars_rtx)) 1491 if (rtx_equal_p (SET_SRC (set), stack_pointer_rtx)) 3076 if (rtx_equal_p (ivs->entries[i].pseudo, reg)) [all …]
|
H A D | reload1.c | 844 || rtx_equal_p (SET_SRC (set), x)) 856 && rtx_equal_p (SET_DEST (set), 6168 && ! rtx_equal_p (rld[k].in, rld[j].in)) 6812 || rtx_equal_p (old, SET_DEST (set)) 6915 && ! rtx_equal_p (rl->reg_rtx, old) 6983 && ! rtx_equal_p (rl->in_reg, pseudo) 7550 if (rtx_equal_p (op0, op1)) 7677 if (rtx_equal_p (reg2, reg)) 7687 if (rtx_equal_p (reg2, reg)) 7833 if (! rtx_equal_p (dst, SET_DEST (set2)) [all …]
|
H A D | cse.c | 2198 if (rtx_equal_p (x, p->exp)) 2568 && rtx_equal_p (x, y_ent->const_rtx) 5446 && rtx_equal_p (src_folded, p->exp)) 5449 && rtx_equal_p (src_eqv_here, p->exp)) 5452 && rtx_equal_p (src_related, p->exp)) 5470 if (rtx_equal_p (src, dest)) 5481 if (rtx_equal_p (src_eqv_here, dest)) 5492 if (rtx_equal_p (src_folded, dest)) 5503 if (rtx_equal_p (src_related, dest)) 7945 && rtx_equal_p (XEXP (cc_src, 0), [all …]
|
H A D | cfgcleanup.c | 350 if (!rtx_equal_p (XEXP (cond1, 0), XEXP (cond2, 0)) 351 || !rtx_equal_p (XEXP (cond1, 1), XEXP (cond2, 1))) 937 && (!rtx_equal_p (CALL_INSN_FUNCTION_USAGE (i1), 977 ? rtx_renumbered_equal_p (p1, p2) : rtx_equal_p (p1, p2)) 997 && rtx_equal_p (XEXP (equiv1, 0), XEXP (equiv2, 0))))) 1084 && !rtx_equal_p (XEXP (equiv1, 0), XEXP (equiv2, 0)))
|
H A D | rtlanal.c | 599 if (GET_CODE (find) == MEM && rtx_equal_p (x, find)) 680 if (GET_CODE (reg) == code && rtx_equal_p (reg, in)) 1115 if (rtx_equal_p (x, data->pat) 1234 return rtx_equal_p (dst, src); 1241 return rtx_equal_p (XEXP (dst, 0), src) 1329 if (set && rtx_equal_p (x, SET_DEST (set))) 1958 && rtx_equal_p (datum, XEXP (XEXP (link, 0), 0))) 3375 if (rtx_equal_p (x, val)) 3382 if (GET_CODE (x) == SUBREG && rtx_equal_p (SUBREG_REG (x), val)) 3507 if (rtx_equal_p (x, val))
|
/openbsd/gnu/gcc/gcc/config/vax/ |
H A D | vax.c | 991 if (rtx_equal_p (operands[0], operands[1])) in vax_output_int_add() 1009 if (rtx_equal_p (operands[0], operands[2])) in vax_output_int_add() 1037 if (rtx_equal_p (operands[0], operands[1])) in vax_output_int_add() 1048 if (rtx_equal_p (operands[0], operands[2])) in vax_output_int_add() 1056 if (rtx_equal_p (operands[0], operands[1])) in vax_output_int_add() 1067 if (rtx_equal_p (operands[0], operands[2])) in vax_output_int_add()
|
/openbsd/gnu/gcc/gcc/config/m68hc11/ |
H A D | m68hc11.c | 854 if (!rtx_equal_p (base, operands[0])) in m68hc11_reload_operands() 2021 if (x_reg && rtx_equal_p (dst, x_reg)) in dead_register_here() 2884 need_copy = (rtx_equal_p (operands[0], operands[1]) in m68hc11_emit_logical() 3043 if (rtx_equal_p (XEXP (body, 1), reg) == 0) in next_insn_test_reg() 3974 || rtx_equal_p (reg, cc_prev_status.value1) in m68hc11_notice_keep_cc() 4131 ((rtx_equal_p (XEXP (src, 0), z_reg) in m68hc11_check_z_replacement() 4133 || (rtx_equal_p (XEXP (src, 1), z_reg) in m68hc11_check_z_replacement() 4258 && (rtx_equal_p (src, z_reg) in m68hc11_check_z_replacement() 4310 if (rtx_equal_p (src, z_reg) && rtx_equal_p (dst, ix_reg)) in m68hc11_check_z_replacement() 4341 && (rtx_equal_p (src, z_reg) in m68hc11_check_z_replacement() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/config/m68hc11/ |
H A D | m68hc11.c | 794 if (!rtx_equal_p (base, operands[0])) 2103 if (x_reg && rtx_equal_p (dst, x_reg)) 3030 need_copy = (rtx_equal_p (operands[0], operands[1]) 3213 if (rtx_equal_p (XEXP (body, 1), reg) == 0) 4150 || rtx_equal_p (reg, cc_prev_status.value1) 4309 (rtx_equal_p (XEXP (src, 0), z_reg) 4310 || rtx_equal_p (XEXP (src, 1), z_reg)))) 4434 && (rtx_equal_p (src, z_reg) 4486 if (rtx_equal_p (src, z_reg) && rtx_equal_p (dst, ix_reg)) 4517 && (rtx_equal_p (src, z_reg) [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/config/romp/ |
H A D | romp.c | 191 && rtx_equal_p (cc_status.value1, recog_data.operand[1])) 195 && rtx_equal_p (cc_status.value2, recog_data.operand[1])) 1518 && (rtx_equal_p (op0, op2) 1529 if (op1 && rtx_equal_p (op0, op1) 1549 && (op0 == 0 || rtx_equal_p (op0, fpop->ops[0])) 1550 && (op1 == 0 || rtx_equal_p (op1, fpop->ops[1])) 1551 && (op2 == 0 || rtx_equal_p (op2, fpop->ops[2])))
|
/openbsd/gnu/usr.bin/gcc/gcc/config/cris/ |
H A D | cris.md | 4243 "(rtx_equal_p (operands[3], operands[1]) 4283 "(rtx_equal_p (operands[3], operands[0]) 4360 "(rtx_equal_p (operands[0], operands[2]) 4377 "(rtx_equal_p (operands[0], operands[2]) 4394 "(rtx_equal_p (operands[0], operands[2]) 4436 "(rtx_equal_p (operands[1], operands[3]) 4456 "(rtx_equal_p (operands[4], operands[2]) 4524 "(rtx_equal_p (operands[4], operands[2]) 4575 "(rtx_equal_p (operands[4], operands[2]) 4626 "(rtx_equal_p (operands[4], operands[2]) [all …]
|
/openbsd/gnu/gcc/gcc/config/stormy16/ |
H A D | stormy16.c | 2465 && rtx_equal_p (SET_DEST (PATTERN (and)), reg) in combine_bnp() 2466 && rtx_equal_p (XEXP (SET_SRC (PATTERN (and)), 0), qireg)) in combine_bnp() 2470 && rtx_equal_p (SET_DEST (PATTERN (and)), reg)) in combine_bnp() 2491 && rtx_equal_p (SET_DEST (PATTERN (and)), reg) in combine_bnp() 2492 && rtx_equal_p (XEXP (SET_SRC (PATTERN (and)), 0), reg)) in combine_bnp() 2517 && rtx_equal_p (SET_DEST (XVECEXP (PATTERN (shift), 0, 0)), reg) in combine_bnp() 2518 && rtx_equal_p (XEXP (SET_SRC (XVECEXP (PATTERN (shift), 0, 0)), 0), reg)) in combine_bnp() 2541 && rtx_equal_p (SET_DEST (PATTERN (load)), reg) in combine_bnp() 2550 && rtx_equal_p (SET_DEST (PATTERN (load)), qireg) in combine_bnp() 2558 && rtx_equal_p (SET_DEST (PATTERN (load)), reg) in combine_bnp()
|