Home
last modified time | relevance | path

Searched refs:REG_EQUAL (Results 1 – 25 of 79) sorted by relevance

1234

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfwprop.cc502 if (find_reg_note (use_rtl, REG_EQUAL, NULL_RTX)) in try_fwprop_subst_pattern()
521 return set_unique_reg_note (use_rtl, REG_EQUAL, value); in try_fwprop_subst_pattern()
527 if ((REG_NOTE_KIND (note) == REG_EQUAL in try_fwprop_subst_pattern()
554 if ((REG_NOTE_KIND (note) == REG_EQUAL in try_fwprop_subst_notes()
797 rtx note = find_reg_note (use_rtl, REG_EQUAL, NULL_RTX); in forward_propagate_and_simplify()
801 set_unique_reg_note (use_rtl, REG_EQUAL, copy_rtx (new_rtx)); in forward_propagate_and_simplify()
Dcprop.cc294 && REG_NOTE_KIND (note) == REG_EQUAL in hash_scan_set()
743 && REG_NOTE_KIND (note) == REG_EQUAL in try_replace_reg()
782 if (note != 0 && REG_NOTE_KIND (note) == REG_EQUAL) in try_replace_reg()
783 set_unique_reg_note (insn, REG_EQUAL, in try_replace_reg()
801 note = set_unique_reg_note (insn, REG_EQUAL, copy_rtx (src)); in try_replace_reg()
820 if (note && REG_NOTE_KIND (note) == REG_EQUAL && REG_P (XEXP (note, 0))) in try_replace_reg()
959 set_unique_reg_note (jump, REG_EQUAL, copy_rtx (new_rtx)); in cprop_jump()
Dgcse.cc1255 && REG_NOTE_KIND (note) == REG_EQUAL in hash_scan_set()
2442 set_unique_reg_note (new_rtx, REG_EQUAL, copy_insn_1 (eqv)); in gcse_emit_move_after()
3813 && REG_NOTE_KIND (note) == REG_EQUAL in compute_ld_motion_mems()
3845 && REG_NOTE_KIND (note) == REG_EQUAL in compute_ld_motion_mems()
Dcombine-stack-adj.cc583 if (rtx equal = find_reg_note (insn, REG_EQUAL, NULL_RTX)) in combine_stack_adjustments_for_block()
Dcse.cc4225 note = find_reg_note (insn, REG_EQUAL, NULL_RTX); in try_back_substitute_reg()
4450 && (tem = find_reg_note (insn, REG_EQUAL, NULL_RTX)) != 0) in canonicalize_insn()
4556 && (tem = find_reg_note (insn, REG_EQUAL, NULL_RTX)) != 0) in cse_insn()
5291 rtx note = find_reg_note (insn, REG_EQUAL, NULL_RTX); in cse_insn()
5509 set_unique_reg_note (insn, REG_EQUAL, src_const); in cse_insn()
6554 if (REG_NOTE_KIND (note) == REG_EQUAL) in cse_extended_basic_block()
6822 if (REG_NOTE_KIND (x) == REG_EQUAL in count_reg_usage()
Dcompare-elim.cc894 x = find_reg_note (insn, REG_EQUAL, NULL); in try_eliminate_compare()
Doptabs.cc164 set_unique_reg_note (last_insn, REG_EQUAL, note); in add_equal_note()
2065 set_dst_reg_note (temp, REG_EQUAL, in expand_binop()
2119 REG_EQUAL, in expand_binop()
2166 set_dst_reg_note (move, REG_EQUAL, in expand_binop()
3162 set_dst_reg_note (get_last_insn (), REG_EQUAL, in expand_absneg_bit()
4234 set_dst_reg_note (last, REG_EQUAL, copy_rtx (equiv), target); in emit_libcall_block_1()
5681 set_dst_reg_note (insn, REG_EQUAL, in expand_fix()
Drecog.cc946 if (REG_NOTE_KIND (note) == REG_EQUAL in validate_replace_rtx_group()
3408 set_unique_reg_note (last, REG_EQUAL, XEXP (note, 0)); in split_insn()
3410 set_unique_reg_note (last, REG_EQUAL, in split_insn()
Dreginfo.cc1104 || ((note = find_reg_note (insn, REG_EQUAL, 0)) != 0 in reg_scan_mark_refs()
Dree.cc266 if (kind == REG_EQUAL || kind == REG_EQUIV) in update_reg_equal_equiv_notes()
Dira.cc3662 note = find_reg_note (insn, REG_EQUAL, NULL_RTX); in update_equiv_regs()
3668 note = set_unique_reg_note (insn, REG_EQUAL, copy_rtx (src)); in update_equiv_regs()
3702 note_tmp = find_reg_note (insn_tmp, REG_EQUAL, NULL_RTX); in update_equiv_regs()
4076 rtx eqnote = find_reg_note (def_insn, REG_EQUAL, NULL_RTX); in indirect_jump_optimize()
Dexpmed.cc3415 set_dst_reg_note (insn, REG_EQUAL, gen_rtx_MULT (nmode, tem, c), in expand_mult_const()
4541 set_dst_reg_note (insn, REG_EQUAL, in expand_divmod()
4630 set_dst_reg_note (insn, REG_EQUAL, in expand_divmod()
4717 set_dst_reg_note (insn, REG_EQUAL, in expand_divmod()
5143 set_dst_reg_note (insn, REG_EQUAL, in expand_divmod()
Drtlanal.cc2365 if (REG_NOTE_KIND (note) == REG_EQUAL in try_to_add_insn()
2579 if (REG_NOTE_KIND (link) == REG_EQUAL in find_reg_equal_equiv_note()
2805 case REG_EQUAL: in remove_note()
2828 if (kind == REG_EQUAL || kind == REG_EQUIV) in remove_reg_equal_equiv_notes()
Djump.cc1526 if ((note = find_reg_note (jump, REG_EQUAL, NULL_RTX)) != NULL_RTX) in redirect_jump_2()
Dexplow.cc705 set_unique_reg_note (insn, REG_EQUAL, x); in force_reg()
Ddf-scan.cc1996 case REG_EQUAL: in df_notes_rescan()
3191 case REG_EQUAL: in df_insn_refs_collect()
Dloop-invariant.cc1852 if ((note = find_reg_note (inv->insn, REG_EQUAL, NULL_RTX)) in move_invariant_reg()
Dpostreload.cc187 set_dst_reg_note (insn, REG_EQUAL, in reload_cse_simplify()
Dreload1.cc1183 || find_reg_note (insn, REG_EQUAL, NULL_RTX))) in reload()
3246 if ((REG_NOTE_KIND (links) == REG_EQUAL in eliminate_regs_in_insn()
3574 if ((REG_NOTE_KIND (links) == REG_EQUAL in elimination_costs_in_insn()
/netbsd/src/sys/external/bsd/drm2/dist/drm/i915/
Di915_perf.c4059 #define REG_EQUAL(addr, mmio) \ macro
4071 return REG_EQUAL(addr, HALF_SLICE_CHICKEN2) || in gen7_is_valid_mux_addr()
4080 REG_EQUAL(addr, WAIT_FOR_RC6_EXIT) || in gen8_is_valid_mux_addr()
4087 REG_EQUAL(addr, GEN10_NOA_WRITE_HIGH) || in gen10_is_valid_mux_addr()
4096 REG_EQUAL(addr, HSW_MBVID2_MISR0); in hsw_is_valid_mux_addr()
4111 REG_EQUAL(addr, GEN12_OAA_DBG_REG) || in gen12_is_valid_b_counter_addr()
4112 REG_EQUAL(addr, GEN12_OAG_OA_PESS) || in gen12_is_valid_b_counter_addr()
4113 REG_EQUAL(addr, GEN12_OAG_SPCTR_CNF); in gen12_is_valid_b_counter_addr()
4118 return REG_EQUAL(addr, NOA_WRITE) || in gen12_is_valid_mux_addr()
4119 REG_EQUAL(addr, GEN10_NOA_WRITE_HIGH) || in gen12_is_valid_mux_addr()
[all …]
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dbfin-defs.h176 #define REG_EQUAL(a, b) (((a).regno & CODE_MASK) == ((b).regno & CODE_MASK)) macro
181 #define IS_HCOMPL(a, b) (REG_EQUAL(a, b) && \
Dbfin-parse.y256 if ((!REG_EQUAL (aa->s0, ab->s0) && !REG_EQUAL (aa->s0, ab->s1)) in check_multiply_halfregs()
257 || (!REG_EQUAL (aa->s1, ab->s1) && !REG_EQUAL (aa->s1, ab->s0))) in check_multiply_halfregs()
Dbfin-parse.c307 if ((!REG_EQUAL (aa->s0, ab->s0) && !REG_EQUAL (aa->s0, ab->s1)) in check_multiply_halfregs()
308 || (!REG_EQUAL (aa->s1, ab->s1) && !REG_EQUAL (aa->s1, ab->s0))) in check_multiply_halfregs()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/
Ds390.md7303 set_unique_reg_note (insn, REG_EQUAL, div_equal);
7306 set_unique_reg_note (insn, REG_EQUAL, mod_equal);
7375 set_unique_reg_note (insn, REG_EQUAL, equal);
7378 set_unique_reg_note (insn, REG_EQUAL, div_equal);
7381 set_unique_reg_note (insn, REG_EQUAL, mod_equal);
7434 set_unique_reg_note (insn, REG_EQUAL, equal);
7437 set_unique_reg_note (insn, REG_EQUAL, div_equal);
7440 set_unique_reg_note (insn, REG_EQUAL, mod_equal);
7495 set_unique_reg_note (insn, REG_EQUAL, equal);
7498 set_unique_reg_note (insn, REG_EQUAL, div_equal);
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/
Dpa.cc825 add_reg_note (insn, REG_EQUAL, orig); in legitimize_pic_address()
894 set_unique_reg_note (insn, REG_EQUAL, orig); in legitimize_pic_address()
2261 set_unique_reg_note (insn, REG_EQUAL, operand1); in pa_emit_move_sequence()
2466 set_unique_reg_note (insn, REG_EQUAL, op1); in pa_emit_move_sequence()

1234