Searched refs:copy_rtx (Results 51 - 75 of 162) sorted by relevance

1234567

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcombine.c1516 i2mod_old_rhs = copy_rtx (orig_src);
1517 i2mod_new_rhs = copy_rtx (note);
3260 i2pat = gen_rtx_SET (i2dest, copy_rtx (i2src));
3262 i2pat = copy_rtx (PATTERN (i2));
3268 i1pat = gen_rtx_SET (i1dest, copy_rtx (i1src));
3270 i1pat = copy_rtx (PATTERN (i1));
3276 i0pat = gen_rtx_SET (i0dest, copy_rtx (i0src));
3278 i0pat = copy_rtx (PATTERN (i0));
3467 i1src_copy = copy_rtx (i1src);
3495 i0src_copy = copy_rtx (i0sr
[all...]
H A Dloop-iv.c2702 t0 = simplify_gen_binary (UMOD, mode, copy_rtx (tmp0), step);
2703 t1 = simplify_gen_binary (UMOD, mode, copy_rtx (tmp1), step);
2746 t0 = simplify_gen_binary (UMOD, mode, copy_rtx (tmp0), step);
2747 t1 = simplify_gen_binary (UMOD, mode, copy_rtx (tmp1), step);
H A Dvaltrack.c189 return copy_rtx (pair->to);
H A Dexpr.c3871 set_unique_reg_note (last_insn, REG_EQUAL, copy_rtx (y_cst));
6358 target = copy_rtx (target);
6538 to_rtx = copy_rtx (to_rtx);
6696 target = copy_rtx (target);
6804 target = copy_rtx (target);
7227 to_rtx = copy_rtx (to_rtx);
7971 *op1 = copy_rtx (*op0);
8612 result = copy_rtx (result);
10133 decl_rtl = copy_rtx (decl_rtl);
10185 copy_rtx (XEX
[all...]
H A Difcvt.c386 xtest = copy_rtx (test);
2050 rtx_insn *to_emit = as_a <rtx_insn *> (copy_rtx (insn));
2221 rtx_insn *copy_of_a = as_a <rtx_insn *> (copy_rtx (insn_a));
2248 rtx_insn *copy_of_b = as_a <rtx_insn *> (copy_rtx (insn_b));
4737 rtx_insn *seq = gen_cond_trap (GET_CODE (cond), copy_rtx (XEXP (cond, 0)),
4738 copy_rtx (XEXP (cond, 1)),
H A Dira.c2659 note = set_unique_reg_note (insn, REG_EQUIV, copy_rtx (x));
3346 return simplify_replace_fn_rtx (copy_rtx (*reg_equiv[REGNO (loc)].src_p),
3560 note = set_unique_reg_note (insn, REG_EQUAL, copy_rtx (src));
3659 replacement = copy_rtx (SET_SRC (set));
3745 && set_unique_reg_note (init_insn, REG_EQUIV, copy_rtx (dest)))
H A Ddse.c1836 copy_rtx (store_info->rhs));
1931 copy_rtx (store_info->const_rhs));
1934 copy_rtx (store_info->rhs));
H A Dcfgexpand.c4234 incoming = copy_rtx (incoming);
4250 return copy_rtx (incoming);
4411 handled by copy_rtx. */
4430 op0 = copy_rtx (op0);
4656 op0 = copy_rtx (op0);
4996 im = copy_rtx (op0);
5177 op0 = copy_rtx (SA.partition_to_pseudo[part]);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcombine.cc1417 i2mod_old_rhs = copy_rtx (orig_src);
1418 i2mod_new_rhs = copy_rtx (note);
3137 i2pat = gen_rtx_SET (i2dest, copy_rtx (i2src));
3139 i2pat = copy_rtx (PATTERN (i2));
3145 i1pat = gen_rtx_SET (i1dest, copy_rtx (i1src));
3147 i1pat = copy_rtx (PATTERN (i1));
3153 i0pat = gen_rtx_SET (i0dest, copy_rtx (i0src));
3155 i0pat = copy_rtx (PATTERN (i0));
3344 i1src_copy = copy_rtx (i1src);
3372 i0src_copy = copy_rtx (i0sr
[all...]
H A Ddse.cc1797 = extract_low_bits (read_mode, new_mode, copy_rtx (rhs_subreg));
1838 copy_rtx (store_info->rhs));
1933 copy_rtx (store_info->const_rhs));
1936 copy_rtx (store_info->rhs));
H A Dvaltrack.cc188 return copy_rtx (pair->to);
H A Dcombine-stack-adj.cc274 validate_change (insn, &PATTERN (insn), copy_rtx (PATTERN (other_insn)),
H A Dloop-iv.cc2702 t0 = simplify_gen_binary (UMOD, mode, copy_rtx (tmp0), step);
2703 t1 = simplify_gen_binary (UMOD, mode, copy_rtx (tmp1), step);
2746 t0 = simplify_gen_binary (UMOD, mode, copy_rtx (tmp0), step);
2747 t1 = simplify_gen_binary (UMOD, mode, copy_rtx (tmp1), step);
H A Dexpr.cc4141 set_unique_reg_note (last_insn, REG_EQUAL, copy_rtx (y_cst));
6706 target = copy_rtx (target);
6886 to_rtx = copy_rtx (to_rtx);
7044 target = copy_rtx (target);
7152 target = copy_rtx (target);
7588 to_rtx = copy_rtx (to_rtx);
8332 *op1 = copy_rtx (*op0);
9037 result = copy_rtx (result);
10586 decl_rtl = copy_rtx (decl_rtl);
10640 copy_rtx (XEX
[all...]
H A Dira.cc2790 note = set_unique_reg_note (insn, REG_EQUIV, copy_rtx (x));
3475 return simplify_replace_fn_rtx (copy_rtx (*reg_equiv[REGNO (loc)].src_p),
3689 note = set_unique_reg_note (insn, REG_EQUAL, copy_rtx (src));
3788 replacement = copy_rtx (SET_SRC (set));
3874 && set_unique_reg_note (init_insn, REG_EQUIV, copy_rtx (dest)))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dm68k.c1502 #define COPY_ONCE(Y) if (!copied) { Y = copy_rtx (Y); copied = ch = 1; }
3754 reg1 = copy_rtx (reg1);
3755 reg2 = copy_rtx (reg1);
3792 op = copy_rtx (op);
5619 emit_insn (gen_add3_insn (copy_rtx (this_slot),
5620 copy_rtx (this_slot), offset));
5641 emit_insn (gen_add3_insn (copy_rtx (this_slot),
5642 copy_rtx (this_slot),
/netbsd-current/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dm68k.cc1502 #define COPY_ONCE(Y) if (!copied) { Y = copy_rtx (Y); copied = ch = 1; }
3752 reg1 = copy_rtx (reg1);
3753 reg2 = copy_rtx (reg1);
3790 op = copy_rtx (op);
5617 emit_insn (gen_add3_insn (copy_rtx (this_slot),
5618 copy_rtx (this_slot), offset));
5639 emit_insn (gen_add3_insn (copy_rtx (this_slot),
5640 copy_rtx (this_slot),
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c6677 rtx copy = copy_rtx (vals);
8037 hi = gen_rtx_HIGH (Pmode, copy_rtx (tocrel));
8715 tlsaddr = copy_rtx (addr);
8895 rtvec vec = gen_rtvec (1, copy_rtx (arg));
8911 rtvec vec = gen_rtvec (1, copy_rtx (arg));
9414 emit_insn (gen_rtx_SET (copy_rtx (temp),
9417 gen_rtx_IOR (SImode, copy_rtx (temp),
9426 hi = operand_subword_force (copy_rtx (dest), WORDS_BIG_ENDIAN == 0,
9477 emit_move_insn (ud1 != 0 ? copy_rtx (temp) : dest,
9481 gen_rtx_IOR (DImode, copy_rtx (tem
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc6951 rtx copy = copy_rtx (vals);
7304 rtx stack2 = copy_rtx (stack);
8736 hi = gen_rtx_HIGH (Pmode, copy_rtx (tocrel));
9629 rtvec vec = gen_rtvec (1, copy_rtx (arg));
9645 rtvec vec = gen_rtvec (1, copy_rtx (arg));
10149 emit_insn (gen_rtx_SET (copy_rtx (temp),
10152 gen_rtx_IOR (SImode, copy_rtx (temp),
10161 hi = operand_subword_force (copy_rtx (dest), WORDS_BIG_ENDIAN == 0,
10212 emit_move_insn (ud1 != 0 ? copy_rtx (temp) : dest,
10216 gen_rtx_IOR (DImode, copy_rtx (tem
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/cris/
H A Dcris.c2960 mem = copy_rtx (mem);
3020 mem = copy_rtx (mem);
3789 XVECEXP (seq, 0, 0) = copy_rtx (XVECEXP (PATTERN (insn), 0, 0));
3792 = copy_rtx (XVECEXP (PATTERN (insn), 0, i + 1));
3793 XVECEXP (seq, 0, nregs) = copy_rtx (XVECEXP (PATTERN (insn), 0, 1));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dh8300.cc3441 emit_move_insn (copy_rtx (operands[0]), operands[1]);
3446 emit_insn (gen_rtx_SET (copy_rtx (operands[0]),
3448 copy_rtx (operands[1]), operands[2])));
3453 gen_rtx_SET (copy_rtx (operands[0]),
3455 copy_rtx (operands[0]), operands[2])),
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/epiphany/
H A Depiphany.c1593 part = copy_rtx (XVECEXP (x, 0, i));
2650 src2 = copy_rtx (src);
2740 trunc = copy_rtx (near);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-features.c704 emit_move_insn (copy_rtx (tmp), reg);
767 emit_move_insn (dst, copy_rtx (tmp));
884 emit_insn_before (gen_move_insn (copy_rtx (tmp), vec_cst), insn);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/epiphany/
H A Depiphany.cc1595 part = copy_rtx (XVECEXP (x, 0, i));
2655 src2 = copy_rtx (src);
2745 trunc = copy_rtx (near);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-features.cc745 emit_move_insn (copy_rtx (tmp), reg);
808 emit_move_insn (dst, copy_rtx (tmp));
941 emit_insn_before (gen_move_insn (copy_rtx (tmp), vec_cst), insn);

Completed in 1171 milliseconds

1234567