Home
last modified time | relevance | path

Searched refs:set_unique_reg_note (Results 1 – 25 of 30) sorted by relevance

12

/openbsd/src/gnu/gcc/gcc/
Doptabs.c197 set_unique_reg_note (last_insn, REG_EQUAL, note); in add_equal_note()
1801 set_unique_reg_note (temp, in expand_binop()
1854 set_unique_reg_note (temp, in expand_binop()
2511 set_unique_reg_note (get_last_insn (), REG_EQUAL, in expand_absneg_bit()
3358 set_unique_reg_note (last, REG_EQUAL, equiv); in emit_no_conflict_block()
3512 set_unique_reg_note (last, REG_EQUAL, copy_rtx (equiv)); in emit_libcall_block()
4814 set_unique_reg_note (insn, in expand_fix()
Dexpmed.c3072 set_unique_reg_note (insn, REG_EQUAL, in expand_mult_const()
4142 set_unique_reg_note (insn, in expand_divmod()
4217 set_unique_reg_note (insn, in expand_divmod()
4318 set_unique_reg_note (insn, in expand_divmod()
4745 set_unique_reg_note (insn, in expand_divmod()
Dexplow.c682 set_unique_reg_note (insn, REG_EQUAL, x); in force_reg()
Dgcse.c2685 note = set_unique_reg_note (insn, REG_EQUAL, copy_rtx (src)); in try_replace_reg()
2834 set_unique_reg_note (jump, REG_EQUAL, copy_rtx (new)); in cprop_jump()
4395 set_unique_reg_note (new, REG_EQUAL, copy_insn_1 (eqv)); in gcse_emit_move_after()
Dlocal-alloc.c910 note = set_unique_reg_note (insn, REG_EQUAL, src); in update_equiv_regs()
Drtl.h1654 extern rtx set_unique_reg_note (rtx, enum reg_note, rtx);
Dexpr.c3329 set_unique_reg_note (last_insn, REG_EQUAL, y_cst); in emit_move_insn()
3403 set_unique_reg_note (last_insn, REG_EQUAL, y); in compress_float_constant()
Demit-rtl.c4558 set_unique_reg_note (rtx insn, enum reg_note kind, rtx datum) in set_unique_reg_note() function
Dcse.c5796 set_unique_reg_note (insn, REG_EQUAL, src_const); in cse_insn()
Dreload.c2808 set_unique_reg_note (emit_insn_before (gen_rtx_USE (VOIDmode, reg), in find_reloads()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Doptabs.c204 set_unique_reg_note (last_insn, REG_EQUAL, note);
1331 set_unique_reg_note (temp,
1522 set_unique_reg_note (temp,
3100 set_unique_reg_note (last, REG_EQUAL, equiv);
3252 set_unique_reg_note (last, REG_EQUAL, copy_rtx (equiv));
4929 set_unique_reg_note (insn,
Dexpmed.c2533 set_unique_reg_note (insn,
3257 set_unique_reg_note (insn,
3345 set_unique_reg_note (insn,
3436 set_unique_reg_note (insn,
3856 set_unique_reg_note (insn,
Dexplow.c812 set_unique_reg_note (insn, REG_EQUAL, x);
Dlocal-alloc.c935 note = set_unique_reg_note (insn, REG_EQUAL, src); in update_equiv_regs()
Drtl.h1586 extern rtx set_unique_reg_note PARAMS ((rtx, enum reg_note, rtx));
Dgcse.c3963 note = set_unique_reg_note (insn, REG_EQUAL, copy_rtx (src));
5450 set_unique_reg_note (new, REG_EQUAL, copy_insn_1 (eqv));
Dloop.c1987 set_unique_reg_note (i1,
2146 set_unique_reg_note (i1, m->is_equiv ? REG_EQUIV
10148 set_unique_reg_note (set, REG_EQUAL, copy_rtx (const_equiv->loc));
Demit-rtl.c4771 set_unique_reg_note (insn, kind, datum) in set_unique_reg_note() function
Dreload.c2798 set_unique_reg_note (emit_insn_before (gen_rtx_USE (VOIDmode, reg),
Dcse.c5750 set_unique_reg_note (insn, REG_EQUAL, src_const);
DChangeLog.12525 (set_unique_reg_note): Declare prototype.
2531 * emit-rtl.c (set_unique_reg_note): New function to add a reg note,
2533 * expmed.c (expand_mult, expand_divmod): Use set_unique_reg_note.
2534 * optabs.c (add_equal_note, expand_binop): Use set_unique_reg_note.
2535 (emit_no_conflict_block, emit_libcall_block): Use set_unique_reg_note.
2536 (expand_fix): Use set_unique_reg_note.
/openbsd/src/gnu/gcc/gcc/config/i386/
Di386.c6963 set_unique_reg_note (get_last_insn (), REG_EQUIV, x); in legitimize_tls_address()
6993 set_unique_reg_note (get_last_insn (), REG_EQUIV, in legitimize_tls_address()
7006 set_unique_reg_note (get_last_insn (), REG_EQUIV, x); in legitimize_tls_address()
10829 set_unique_reg_note (get_last_insn (), REG_EQUAL, equiv); in ix86_expand_setcc()
/openbsd/src/gnu/gcc/gcc/config/mips/
Dmips.c2366 set_unique_reg_note (get_last_insn (), REG_EQUAL, copy_rtx (src)); in mips_legitimize_move()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/alpha/
Dalpha.c2695 set_unique_reg_note (get_last_insn (), REG_EQUAL, GEN_INT (c));
/openbsd/src/gnu/gcc/gcc/config/alpha/
Dalpha.c2041 set_unique_reg_note (get_last_insn (), REG_EQUAL, GEN_INT (c)); in alpha_emit_set_const()

12