Home
last modified time | relevance | path

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

123456789

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/epiphany/
H A Dresolve-sw-modes.c103 SET_SRC (XVECEXP (PATTERN (insn), 0, 2)) = copy_rtx (src); in execute()
125 SET_SRC (XVECEXP (PATTERN (insn), 0, 1)) = copy_rtx (src); in execute()
126 SET_SRC (XVECEXP (PATTERN (insn), 0, 2)) = copy_rtx (src); in execute()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/epiphany/
H A Dresolve-sw-modes.cc103 SET_SRC (XVECEXP (PATTERN (insn), 0, 2)) = copy_rtx (src); in execute()
125 SET_SRC (XVECEXP (PATTERN (insn), 0, 1)) = copy_rtx (src); in execute()
126 SET_SRC (XVECEXP (PATTERN (insn), 0, 2)) = copy_rtx (src); in execute()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcompare-elim.c737 copy_rtx (src), in try_merge_compare()
739 rtx arith_set = copy_rtx (PATTERN (def_insn)); in try_merge_compare()
867 ? gen_rtx_NOT (GET_MODE (cmp_a), copy_rtx (cmp_a)) in try_eliminate_compare()
868 : copy_rtx (cmp_a); in try_eliminate_compare()
869 y = gen_rtx_COMPARE (GET_MODE (flags), y, copy_rtx (cmp_b)); in try_eliminate_compare()
H A Dpostreload-gcse.c1072 rtx_insn *move = gen_move_insn (copy_rtx (dest), in eliminate_partially_redundant_load()
1073 copy_rtx (avail_reg)); in eliminate_partially_redundant_load()
1099 if (! set_noop_p (PATTERN (gen_move_insn (copy_rtx (dest), in eliminate_partially_redundant_load()
1100 copy_rtx (avail_reg))))) in eliminate_partially_redundant_load()
1176 insert_insn_on_edge (gen_move_insn (copy_rtx (dest), in eliminate_partially_redundant_load()
1177 copy_rtx (avail_reg)), in eliminate_partially_redundant_load()
H A Dloop-unroll.c945 tmp = force_operand (copy_rtx (desc->niter_expr), niter); in unroll_loop_runtime_iterations()
1022 branch_code = compare_and_jump_seq (copy_rtx (niter), in unroll_loop_runtime_iterations()
1051 branch_code = compare_and_jump_seq (copy_rtx (niter), const0_rtx, EQ, in unroll_loop_runtime_iterations()
1483 ves->reg = copy_rtx (dest); in analyze_insn_to_expand_var()
1715 rtx expr = copy_rtx (SET_SRC (single_set (insn))); in insert_base_initialization()
1745 copy_rtx (ivts->step), in split_iv()
1778 src = copy_rtx (SET_SRC (set)); in split_iv()
1779 dest = copy_rtx (SET_DEST (set)); in split_iv()
1935 sum = copy_rtx (sum); in combine_var_copies_in_loop_exit()
H A Dtree-outof-ssa.c293 rtx_insn *seq = emit_partition_copy (copy_rtx (SA.partition_to_pseudo[dest]), in insert_partition_copy_on_edge()
294 copy_rtx (SA.partition_to_pseudo[src]), in insert_partition_copy_on_edge()
321 dest_rtx = copy_rtx (SA.partition_to_pseudo[dest]); in insert_value_copy_on_edge()
389 rtx_insn *seq = emit_partition_copy (copy_rtx (SA.partition_to_pseudo[dest]), in insert_rtx_to_part_on_edge()
422 copy_rtx (SA.partition_to_pseudo[src]), in insert_part_to_rtx_on_edge()
H A Dlower-subreg.c881 rtx concatn = copy_rtx (opnd); in resolve_operand_for_swap_move_operator()
1073 temp = copy_rtx (XEXP (dest, 0)); in resolve_simple_move()
1221 x = copy_rtx (*loc); in resolve_debug()
1224 *loc = copy_rtx (x); in resolve_debug()
1356 upper_src = expand_shift (RSHIFT_EXPR, word_mode, copy_rtx (src_reg), in resolve_shift_zext()
1375 emit_move_insn (dest_upper, copy_rtx (src_reg)); in resolve_shift_zext()
H A Drtl.c280 copy_rtx (rtx orig) in copy_rtx() function
340 XEXP (copy, i) = copy_rtx (XEXP (orig, i)); in copy_rtx()
349 XVECEXP (copy, i, j) = copy_rtx (XVECEXP (orig, i, j)); in copy_rtx()
H A Dcaller-save.c869 newpat = gen_rtx_SET (cheap, copy_rtx (dest)); in save_call_clobbered_regs()
1107 mem = copy_rtx (regno_save_mem[regno][nregs]); in replace_reg_with_saved_mem()
1127 XVECEXP (mem, 0, i) = copy_rtx (regno_save_mem[regno + i][1]); in replace_reg_with_saved_mem()
1213 mem = copy_rtx (mem); in insert_restore()
1292 mem = copy_rtx (mem); in insert_save()
H A Dcprop.c210 cur_expr->dest = copy_rtx (dest); in insert_set_in_table()
211 cur_expr->src = copy_rtx (src); in insert_set_in_table()
750 to = copy_rtx (to); in try_replace_reg()
799 note = set_unique_reg_note (insn, REG_EQUAL, copy_rtx (src)); in try_replace_reg()
957 set_unique_reg_note (jump, REG_EQUAL, copy_rtx (new_rtx)); in cprop_jump()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcompare-elim.cc735 copy_rtx (src), in try_merge_compare()
737 rtx arith_set = copy_rtx (PATTERN (def_insn)); in try_merge_compare()
865 ? gen_rtx_NOT (GET_MODE (cmp_a), copy_rtx (cmp_a)) in try_eliminate_compare()
866 : copy_rtx (cmp_a); in try_eliminate_compare()
867 y = gen_rtx_COMPARE (GET_MODE (flags), y, copy_rtx (cmp_b)); in try_eliminate_compare()
H A Dpostreload-gcse.cc1073 rtx_insn *move = gen_move_insn (copy_rtx (dest), in eliminate_partially_redundant_load()
1074 copy_rtx (avail_reg)); in eliminate_partially_redundant_load()
1100 if (! set_noop_p (PATTERN (gen_move_insn (copy_rtx (dest), in eliminate_partially_redundant_load()
1101 copy_rtx (avail_reg))))) in eliminate_partially_redundant_load()
1177 insert_insn_on_edge (gen_move_insn (copy_rtx (dest), in eliminate_partially_redundant_load()
1178 copy_rtx (avail_reg)), in eliminate_partially_redundant_load()
H A Dloop-unroll.cc926 tmp = force_operand (copy_rtx (desc->niter_expr), niter); in unroll_loop_runtime_iterations()
1003 branch_code = compare_and_jump_seq (copy_rtx (niter), in unroll_loop_runtime_iterations()
1032 branch_code = compare_and_jump_seq (copy_rtx (niter), const0_rtx, EQ, in unroll_loop_runtime_iterations()
1456 ves->reg = copy_rtx (dest); in analyze_insn_to_expand_var()
1687 rtx expr = copy_rtx (SET_SRC (single_set (insn))); in insert_base_initialization()
1717 copy_rtx (ivts->step), in split_iv()
1750 src = copy_rtx (SET_SRC (set)); in split_iv()
1751 dest = copy_rtx (SET_DEST (set)); in split_iv()
1907 sum = copy_rtx (sum); in combine_var_copies_in_loop_exit()
H A Dtree-outof-ssa.cc293 rtx_insn *seq = emit_partition_copy (copy_rtx (SA.partition_to_pseudo[dest]), in insert_partition_copy_on_edge()
294 copy_rtx (SA.partition_to_pseudo[src]), in insert_partition_copy_on_edge()
321 dest_rtx = copy_rtx (SA.partition_to_pseudo[dest]); in insert_value_copy_on_edge()
389 rtx_insn *seq = emit_partition_copy (copy_rtx (SA.partition_to_pseudo[dest]), in insert_rtx_to_part_on_edge()
422 copy_rtx (SA.partition_to_pseudo[src]), in insert_part_to_rtx_on_edge()
H A Dlower-subreg.cc883 rtx concatn = copy_rtx (opnd); in resolve_operand_for_swap_move_operator()
1075 temp = copy_rtx (XEXP (dest, 0)); in resolve_simple_move()
1232 x = copy_rtx (*loc); in resolve_debug()
1235 *loc = copy_rtx (x); in resolve_debug()
1367 upper_src = expand_shift (RSHIFT_EXPR, word_mode, copy_rtx (src_reg), in resolve_shift_zext()
1386 emit_move_insn (dest_upper, copy_rtx (src_reg)); in resolve_shift_zext()
H A Dcprop.cc211 cur_expr->dest = copy_rtx (dest); in insert_set_in_table()
212 cur_expr->src = copy_rtx (src); in insert_set_in_table()
751 to = copy_rtx (to); in try_replace_reg()
801 note = set_unique_reg_note (insn, REG_EQUAL, copy_rtx (src)); in try_replace_reg()
959 set_unique_reg_note (jump, REG_EQUAL, copy_rtx (new_rtx)); in cprop_jump()
H A Dcaller-save.cc869 newpat = gen_rtx_SET (cheap, copy_rtx (dest)); in save_call_clobbered_regs()
1107 mem = copy_rtx (regno_save_mem[regno][nregs]); in replace_reg_with_saved_mem()
1127 XVECEXP (mem, 0, i) = copy_rtx (regno_save_mem[regno + i][1]); in replace_reg_with_saved_mem()
1213 mem = copy_rtx (mem); in insert_restore()
1292 mem = copy_rtx (mem); in insert_save()
H A Drtl.cc283 copy_rtx (rtx orig) in copy_rtx() function
342 XEXP (copy, i) = copy_rtx (XEXP (orig, i)); in copy_rtx()
351 XVECEXP (copy, i, j) = copy_rtx (XVECEXP (orig, i, j)); in copy_rtx()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-speculation.cc213 rtx cond = copy_rtx (XEXP (src, 0)); in aarch64_do_track_speculation()
218 rtx branch_tracker = gen_speculation_tracker (copy_rtx (cond)); in aarch64_do_track_speculation()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-speculation.cc213 rtx cond = copy_rtx (XEXP (src, 0)); in aarch64_do_track_speculation()
218 rtx branch_tracker = gen_speculation_tracker (copy_rtx (cond)); in aarch64_do_track_speculation()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh_treg_combine.cc1177 rtx common_comp_pat = copy_rtx (PATTERN (comp_insn)); in try_combine_comparisons()
1192 add_reg_note (common_comp_insn, REG_DEAD, copy_rtx (comp_op0)); in try_combine_comparisons()
1194 add_reg_note (common_comp_insn, REG_DEAD, copy_rtx (comp_op1)); in try_combine_comparisons()
1219 add_reg_note (new_i, REG_DEAD, copy_rtx (i_comp_op0)); in try_combine_comparisons()
1230 add_reg_note (new_i, REG_DEAD, copy_rtx (i_comp_op1)); in try_combine_comparisons()
1241 add_reg_note (new_i, REG_DEAD, copy_rtx (i_comp_op0)); in try_combine_comparisons()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/csky/
H A Dcsky.md865 emit_insn (gen_cmpltsi_r (copy_rtx (l1), copy_rtx (l1)));
892 emit_insn (gen_cmpltsi_r (copy_rtx (l1), copy_rtx (l1)));
919 emit_insn (gen_smart_addsi3 (l0, copy_rtx (l0),
921 emit_insn (gen_smart_cmpnesi_i (copy_rtx (l0),
923 emit_insn (gen_cskyv2_addcc_invert (h0, copy_rtx (h0),
928 emit_insn (gen_fast_addsi3 (l0, copy_rtx (l0),
930 emit_insn (gen_fast_cmpnesi_i (copy_rtx (l0),
932 emit_insn (gen_cskyv2_addcc_invert (h0, copy_rtx (h0),
1063 emit_insn (gen_cmpgeusi_r (copy_rtx (l1), copy_rtx (l1)));
1090 emit_insn (gen_cmpgeusi_r (copy_rtx (l1), copy_rtx (l1)));
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/csky/
H A Dcsky.md940 emit_insn (gen_cmpltsi_r (copy_rtx (l1), copy_rtx (l1)));
967 emit_insn (gen_cmpltsi_r (copy_rtx (l1), copy_rtx (l1)));
994 emit_insn (gen_smart_addsi3 (l0, copy_rtx (l0),
996 emit_insn (gen_smart_cmpnesi_i (copy_rtx (l0),
998 emit_insn (gen_cskyv2_addcc_invert (h0, copy_rtx (h0),
1003 emit_insn (gen_fast_addsi3 (l0, copy_rtx (l0),
1005 emit_insn (gen_fast_cmpnesi_i (copy_rtx (l0),
1007 emit_insn (gen_cskyv2_addcc_invert (h0, copy_rtx (h0),
1138 emit_insn (gen_cmpgeusi_r (copy_rtx (l1), copy_rtx (l1)));
1165 emit_insn (gen_cmpgeusi_r (copy_rtx (l1), copy_rtx (l1)));
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pru/
H A Dpru.c195 add_reg_note (insn, kind, copy_rtx (op0_adjust)); in pru_add3_frame_adjust()
2680 insn = gen_move_insn (copy_rtx (begin->counter), in pru_reorg_loop()
2681 copy_rtx (begin->loop_count)); in pru_reorg_loop()
2698 emit_move_insn (copy_rtx (reg), copy_rtx (end->counter)); in pru_reorg_loop()
2702 emit_insn (gen_add3_insn (copy_rtx (reg), copy_rtx (reg), in pru_reorg_loop()
2707 emit_move_insn (copy_rtx (end->counter), copy_rtx (reg)); in pru_reorg_loop()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pru/
H A Dpru.cc195 add_reg_note (insn, kind, copy_rtx (op0_adjust)); in pru_add3_frame_adjust()
2790 insn = gen_move_insn (copy_rtx (begin->counter), in pru_reorg_loop()
2791 copy_rtx (begin->loop_count)); in pru_reorg_loop()
2808 emit_move_insn (copy_rtx (reg), copy_rtx (end->counter)); in pru_reorg_loop()
2812 emit_insn (gen_add3_insn (copy_rtx (reg), copy_rtx (reg), in pru_reorg_loop()
2817 emit_move_insn (copy_rtx (end->counter), copy_rtx (reg)); in pru_reorg_loop()

123456789