/openbsd/gnu/gcc/gcc/ |
H A D | optabs.c | 197 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()
|
H A D | expmed.c | 3072 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()
|
H A D | explow.c | 682 set_unique_reg_note (insn, REG_EQUAL, x); in force_reg()
|
H A D | gcse.c | 2685 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()
|
H A D | local-alloc.c | 910 note = set_unique_reg_note (insn, REG_EQUAL, src); in update_equiv_regs()
|
H A D | rtl.h | 1654 extern rtx set_unique_reg_note (rtx, enum reg_note, rtx);
|
H A D | expr.c | 3329 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()
|
H A D | emit-rtl.c | 4558 set_unique_reg_note (rtx insn, enum reg_note kind, rtx datum) in set_unique_reg_note() function
|
H A D | cse.c | 5796 set_unique_reg_note (insn, REG_EQUAL, src_const); in cse_insn()
|
H A D | reload.c | 2808 set_unique_reg_note (emit_insn_before (gen_rtx_USE (VOIDmode, reg), in find_reloads()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | optabs.c | 204 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,
|
H A D | expmed.c | 2533 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,
|
H A D | explow.c | 812 set_unique_reg_note (insn, REG_EQUAL, x);
|
H A D | local-alloc.c | 935 note = set_unique_reg_note (insn, REG_EQUAL, src); in update_equiv_regs()
|
H A D | rtl.h | 1586 extern rtx set_unique_reg_note PARAMS ((rtx, enum reg_note, rtx));
|
H A D | gcse.c | 3963 note = set_unique_reg_note (insn, REG_EQUAL, copy_rtx (src)); 5450 set_unique_reg_note (new, REG_EQUAL, copy_insn_1 (eqv));
|
H A D | loop.c | 1987 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));
|
H A D | emit-rtl.c | 4771 set_unique_reg_note (insn, kind, datum) in set_unique_reg_note() function
|
H A D | reload.c | 2798 set_unique_reg_note (emit_insn_before (gen_rtx_USE (VOIDmode, reg),
|
H A D | cse.c | 5750 set_unique_reg_note (insn, REG_EQUAL, src_const);
|
H A D | ChangeLog.1 | 2525 (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/gnu/gcc/gcc/config/i386/ |
H A D | i386.c | 6963 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/gnu/gcc/gcc/config/mips/ |
H A D | mips.c | 2366 set_unique_reg_note (get_last_insn (), REG_EQUAL, copy_rtx (src)); in mips_legitimize_move()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/ |
H A D | alpha.c | 2695 set_unique_reg_note (get_last_insn (), REG_EQUAL, GEN_INT (c));
|
/openbsd/gnu/gcc/gcc/config/alpha/ |
H A D | alpha.c | 2041 set_unique_reg_note (get_last_insn (), REG_EQUAL, GEN_INT (c)); in alpha_emit_set_const()
|