Home
last modified time | relevance | path

Searched refs:copy_rtx (Results 1 – 25 of 108) sorted by relevance

12345

/openbsd/gnu/usr.bin/gcc/gcc/
H A Ddoloop.c624 copy_rtx (neg_inc ? initial_value : final_value),
625 copy_rtx (neg_inc ? final_value : initial_value),
730 emit_cmp_and_jump_insns (copy_rtx (initial_value),
731 copy_rtx (loop_info->comparison_value),
H A Drtl.c281 copy_rtx (orig) in copy_rtx() function
352 XEXP (copy, i) = copy_rtx (XEXP (orig, i));
361 XVECEXP (copy, i, j) = copy_rtx (XVECEXP (orig, i, j));
H A Dgensupport.c305 XVECEXP (split, 0, i) = copy_rtx (XVECEXP (desc, 1, i));
794 pred = copy_rtx (XVECEXP (ce_elem->data, 0, 0));
801 insn = copy_rtx (insn_elem->data);
H A Doptabs.c202 note = gen_rtx_fmt_ee (code, GET_MODE (target), copy_rtx (op0), copy_rtx (op1));
981 copy_rtx (op0), copy_rtx (op1));
1334 copy_rtx (xop0),
1335 copy_rtx (xop1)));
1525 copy_rtx (op0),
1526 copy_rtx (op1)));
1785 copy_rtx (op0), copy_rtx (op1));
2501 copy_rtx (op0)));
2543 copy_rtx (op0)));
3252 set_unique_reg_note (last, REG_EQUAL, copy_rtx (equiv));
[all …]
H A Dcse.c1521 x = copy_rtx (x);
3029 canon_reg (copy_rtx (best_elt->exp),
3114 canon_reg (copy_rtx (best_rtx),
3439 return copy_rtx (SUBREG_REG (elt->exp));
3576 new = copy_rtx (SUBREG_REG (elt->exp));
3839 x = copy_rtx (x);
3924 x = copy_rtx (x);
4245 return fold_rtx (plus_constant (copy_rtx (y),
4337 y = copy_rtx (XEXP (y, 0));
5590 trial = copy_rtx (elt->exp);
[all …]
H A Dloop.c928 SET_DEST (set), copy_rtx (SET_SRC (set))));
3956 address = copy_rtx (iv->add_val);
3957 temp = copy_rtx (bl->initial_value);
4165 rtx loc = copy_rtx (*info[i].giv->location);
7917 seq = gen_add_mult (copy_rtx (b), copy_rtx (m), copy_rtx (a), reg);
7946 seq = gen_add_mult (copy_rtx (b), copy_rtx (m), copy_rtx (a), reg);
7976 seq = gen_add_mult (copy_rtx (b), copy_rtx (m), copy_rtx (a), reg);
8945 copy_rtx (v->add_val));
8958 copy_rtx (v->add_val)));
10132 best = copy_rtx (best_equiv->loc);
[all …]
H A Dexpr.c446 x = copy_rtx (x);
456 x = copy_rtx (x);
4171 to_rtx = copy_rtx (to_rtx);
4846 target = copy_rtx (target);
4997 to_rtx = copy_rtx (to_rtx);
5302 target = copy_rtx (target);
5692 to_rtx = copy_rtx (to_rtx);
7510 op0 = copy_rtx (op0);
7614 op0 = copy_rtx (new);
7635 op0 = copy_rtx (op0);
[all …]
H A Dreorg.c454 rtx delay_insn = copy_rtx (insn);
1353 temp = copy_rtx (trial);
2416 = add_to_delay_list (copy_rtx (next_trial), delay_list);
2764 temp = own_thread ? trial : copy_rtx (trial);
2938 ninsn = own_thread ? trial : copy_rtx (trial);
H A Dcombine.c1907 i2pat = copy_rtx (i2pat);
3498 ? copy_rtx (to) : to);
5536 copy_rtx (op1))));
5546 copy_rtx (op0))));
5589 copy_rtx (op1))));
5601 copy_rtx (op0))));
6053 (VOIDmode, copy_rtx (inner),
7466 true0 = copy_rtx (true0);
7468 true1 = copy_rtx (true1);
11672 value = copy_rtx (value);
[all …]
H A Difcvt.c274 xtest = copy_rtx (test);
1165 tmp = copy_rtx (insn_a);
1199 tmp = copy_rtx (insn_b);
1957 noce_emit_move_insn (copy_rtx (orig_x), x);
/openbsd/gnu/gcc/gcc/
H A Dpostreload-gcse.c1062 extract_insn (gen_move_insn (copy_rtx (dest), in eliminate_partially_redundant_load()
1063 copy_rtx (avail_reg))); in eliminate_partially_redundant_load()
1086 if (! set_noop_p (PATTERN (gen_move_insn (copy_rtx (dest), in eliminate_partially_redundant_load()
1087 copy_rtx (avail_reg))))) in eliminate_partially_redundant_load()
1149 insert_insn_on_edge (gen_move_insn (copy_rtx (dest), in eliminate_partially_redundant_load()
1150 copy_rtx (avail_reg)), in eliminate_partially_redundant_load()
H A Drtl.c214 copy_rtx (rtx orig) in copy_rtx() function
282 XEXP (copy, i) = copy_rtx (XEXP (orig, i)); in copy_rtx()
291 XVECEXP (copy, i, j) = copy_rtx (XVECEXP (orig, i, j)); in copy_rtx()
H A Dloop-unroll.c996 tmp = force_operand (copy_rtx (desc->niter_expr), niter); in unroll_loop_runtime_iterations()
1057 branch_code = compare_and_jump_seq (copy_rtx (niter), GEN_INT (j), EQ, in unroll_loop_runtime_iterations()
1075 branch_code = compare_and_jump_seq (copy_rtx (niter), const0_rtx, EQ, in unroll_loop_runtime_iterations()
1611 ves->reg = copy_rtx (dest); in analyze_insn_to_expand_var()
1847 rtx expr = copy_rtx (*get_ivts_expr (single_set (insn), ivts)); in insert_base_initialization()
1908 src = copy_rtx (SET_SRC (set)); in split_iv()
1909 dest = copy_rtx (SET_DEST (set)); in split_iv()
H A Dgensupport.c317 XVECEXP (split, 0, i) = copy_rtx (XVECEXP (desc, 1, i)); in process_rtx()
802 pred = copy_rtx (XVECEXP (ce_elem->data, 0, 0)); in process_one_cond_exec()
809 insn = copy_rtx (insn_elem->data); in process_one_cond_exec()
853 split = copy_rtx (insn_elem->split->data); in process_one_cond_exec()
H A Dloop-doloop.c372 rtx ass = copy_rtx (desc->noloop_assumptions); in doloop_modify()
539 count = copy_rtx (desc->niter_expr); in doloop_optimize()
H A Dcse.c1451 x = copy_rtx (x); in lookup_as_function()
2952 canon_reg (copy_rtx (best_elt->exp), in find_best_addr()
3042 canon_reg (copy_rtx (best_rtx), in find_best_addr()
3287 return copy_rtx (SUBREG_REG (elt->exp)); in fold_rtx_subreg()
3422 new = copy_rtx (SUBREG_REG (elt->exp)); in fold_rtx_subreg()
3854 x = copy_rtx (x); in fold_rtx()
3937 x = copy_rtx (x); in fold_rtx()
4408 y = copy_rtx (XEXP (y, 0)); in fold_rtx()
5616 trial = copy_rtx (elt->exp); in cse_insn()
5678 copy_rtx (new)); in cse_insn()
[all …]
H A Doptabs.c195 note = gen_rtx_fmt_ee (code, GET_MODE (target), copy_rtx (op0), copy_rtx (op1)); in add_equal_note()
1496 copy_rtx (op0), copy_rtx (op1)); in expand_binop()
1804 copy_rtx (xop0), in expand_binop()
1805 copy_rtx (xop1))); in expand_binop()
1857 copy_rtx (op0), in expand_binop()
1858 copy_rtx (op1))); in expand_binop()
2500 temp = gen_rtx_fmt_e (code, mode, copy_rtx (op0)); in expand_absneg_bit()
2512 gen_rtx_fmt_e (code, mode, copy_rtx (op0))); in expand_absneg_bit()
2665 copy_rtx (op0))); in expand_unop()
3512 set_unique_reg_note (last, REG_EQUAL, copy_rtx (equiv)); in emit_libcall_block()
[all …]
H A Dcaller-save.c687 mem = copy_rtx (mem); in insert_restore()
759 mem = copy_rtx (mem); in insert_save()
H A Dcombine.c942 i2mod_old_rhs = copy_rtx (orig); in combine_instructions()
2232 i2pat = copy_rtx (PATTERN (i2)); in try_combine()
2240 i1pat = copy_rtx (PATTERN (i1)); in try_combine()
3133 call_usage = copy_rtx (call_usage); in try_combine()
4005 ? copy_rtx (to) : to); in subst()
6772 x = copy_rtx (x); in canon_reg_for_combine()
6788 x = copy_rtx (x); in canon_reg_for_combine()
7413 true0 = copy_rtx (true0); in if_then_else_cond()
7415 true1 = copy_rtx (true1); in if_then_else_cond()
10942 value = copy_rtx (value); in record_value_for_reg()
[all …]
H A Dreorg.c476 rtx delay_insn = copy_rtx (insn); in emit_delay_sequence()
1301 temp = copy_rtx (trial); in steal_delay_list_from_target()
2346 = add_to_delay_list (copy_rtx (next_trial), delay_list); in fill_simple_delay_slots()
2685 temp = own_thread ? trial : copy_rtx (trial); in fill_slots_from_thread()
2863 ninsn = own_thread ? trial : copy_rtx (trial); in fill_slots_from_thread()
H A Dexpr.c4872 target = copy_rtx (target); in store_constructor_field()
5048 to_rtx = copy_rtx (to_rtx); in store_constructor()
5205 target = copy_rtx (target); in store_constructor()
5312 target = copy_rtx (target); in store_constructor()
5607 to_rtx = copy_rtx (to_rtx); in store_field()
6417 *op1 = copy_rtx (*op0); in expand_operands()
7500 op0 = copy_rtx (op0); in expand_expr_real_1()
7619 op0 = copy_rtx (new); in expand_expr_real_1()
7640 op0 = copy_rtx (op0); in expand_expr_real_1()
7696 result = copy_rtx (result); in expand_expr_real_1()
[all …]
H A Dsee.c2450 rtx ref_copy = copy_rtx (ref); in see_def_extension_not_merged()
2494 ref_copy = copy_rtx (ref); in see_def_extension_not_merged()
2589 rtx ref_copy = copy_rtx (ref); in see_merge_one_use_extension()
2732 rtx ref_copy = copy_rtx (ref); in see_merge_one_def_extension()
/openbsd/gnu/gcc/gcc/config/i386/
H A Di386.c11124 copy_rtx (tmp), in ix86_expand_int_movcc()
11134 emit_move_insn (copy_rtx (out), copy_rtx (tmp)); in ix86_expand_int_movcc()
11242 tmp = copy_rtx (out); in ix86_expand_int_movcc()
11246 out1 = copy_rtx (out); in ix86_expand_int_movcc()
11265 emit_insn (gen_rtx_SET (VOIDmode, copy_rtx (out), copy_rtx (tmp))); in ix86_expand_int_movcc()
11409 emit_move_insn (copy_rtx (orig_out), copy_rtx (out)); in ix86_expand_int_movcc()
11461 copy_rtx (operands[3]), in ix86_expand_int_movcc()
11462 copy_rtx (operands[0])))); in ix86_expand_int_movcc()
11467 copy_rtx (operands[2]), in ix86_expand_int_movcc()
11468 copy_rtx (operands[0])))); in ix86_expand_int_movcc()
[all …]
/openbsd/gnu/gcc/gcc/config/score/
H A Dscore.c820 emit_move_insn (copy_rtx (dest), value); in score_force_temporary()
831 gen_rtx_HIGH (Pmode, copy_rtx (addr))); in score_split_symbol()
/openbsd/gnu/gcc/gcc/config/mips/
H A Dmips.c1904 emit_move_insn (copy_rtx (dest), value); in mips_force_temporary()
1921 high = mips_force_temporary (temp, gen_rtx_HIGH (Pmode, copy_rtx (addr))); in mips_split_symbol()
2366 set_unique_reg_note (get_last_insn (), REG_EQUAL, copy_rtx (src)); in mips_legitimize_move()
2810 emit_insn (gen_load_df_low (copy_rtx (dest), mips_subword (src, 0))); in mips_split_64bit_move()
2812 copy_rtx (dest))); in mips_split_64bit_move()
3467 emit_move_insn (copy_rtx (fp1), src); in mips_emit_fcc_reload()
3468 emit_move_insn (copy_rtx (fp2), CONST0_RTX (SFmode)); in mips_emit_fcc_reload()
4534 emit_insn (gen_mov_ldr (dest, copy_rtx (src), right, temp)); in mips_expand_unaligned_load()
4539 emit_insn (gen_mov_lwr (dest, copy_rtx (src), right, temp)); in mips_expand_unaligned_load()
4563 emit_insn (gen_mov_sdr (copy_rtx (dest), copy_rtx (src), right)); in mips_expand_unaligned_store()
[all …]

12345