/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | doloop.c | 624 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 D | rtl.c | 281 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 D | gensupport.c | 305 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 D | optabs.c | 202 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 D | cse.c | 1521 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 D | loop.c | 928 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 D | expr.c | 446 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 D | reorg.c | 454 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 D | combine.c | 1907 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 D | ifcvt.c | 274 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 D | postreload-gcse.c | 1062 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 D | rtl.c | 214 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 D | loop-unroll.c | 996 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 D | gensupport.c | 317 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 D | loop-doloop.c | 372 rtx ass = copy_rtx (desc->noloop_assumptions); in doloop_modify() 539 count = copy_rtx (desc->niter_expr); in doloop_optimize()
|
H A D | cse.c | 1451 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 D | optabs.c | 195 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 D | caller-save.c | 687 mem = copy_rtx (mem); in insert_restore() 759 mem = copy_rtx (mem); in insert_save()
|
H A D | combine.c | 942 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 D | reorg.c | 476 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 D | expr.c | 4872 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 D | see.c | 2450 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 D | i386.c | 11124 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 D | score.c | 820 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 D | mips.c | 1904 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 …]
|