Home
last modified time | relevance | path

Searched refs:shallow_copy_rtx (Results 1 – 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDrtl.c263 copy = shallow_copy_rtx (orig); in copy_rtx()
HDcselib.c889 copy = shallow_copy_rtx (x); in cselib_subst_to_values()
904 copy = shallow_copy_rtx (x); in cselib_subst_to_values()
HDsched-deps.c683 mem = shallow_copy_rtx (mem); in add_insn_mem_dependence()
868 t = shallow_copy_rtx (dest); in sched_analyze_1()
992 t = shallow_copy_rtx (t); in sched_analyze_2()
HDexplow.c364 temp = shallow_copy_rtx (x); in convert_memory_address()
HDexpr.c1201 x = shallow_copy_rtx (x); in emit_block_move()
1202 y = shallow_copy_rtx (y); in emit_block_move()
3960 str_rtx = shallow_copy_rtx (str_rtx); in optimize_bitfield_assignment_op()
3993 str_rtx = shallow_copy_rtx (str_rtx); in optimize_bitfield_assignment_op()
4127 to_rtx = shallow_copy_rtx (to_rtx); in expand_assignment()
HDemit-rtl.c2439 x = shallow_copy_rtx (x); in copy_rtx_if_shared_1()
4878 copy = shallow_copy_rtx (orig); in copy_insn_1()
HDrtl.h1483 #define shallow_copy_rtx(a) shallow_copy_rtx_stat (a MEM_STAT_INFO) macro
HDexpmed.c493 op0 = shallow_copy_rtx (op0); in store_bit_field()
1208 op0 = shallow_copy_rtx (op0); in extract_bit_field()
HDreg-stack.c2278 = shallow_copy_rtx (XVECEXP (PATTERN (insn), 0, i)); in subst_stack_regs()
HDreload1.c2645 x = shallow_copy_rtx (x); in eliminate_regs_1()
2662 x = shallow_copy_rtx (x); in eliminate_regs_1()
HDflow.c2579 mem = shallow_copy_rtx (mem); in add_to_mem_set_list()
HDreload.c4673 x = shallow_copy_rtx (x); in find_reloads_toplev()
HDChangeLog-200611491 * emit-rtl.c (copy_rtx_if_shared_1): Use shallow_copy_rtx.
11496 * reload1.c (eliminate_regs): Use shallow_copy_rtx.
11501 (copy_rtx): Use shallow_copy_rtx. Don't copy each field individually.
HDChangeLog-199911585 * rtl.c (shallow_copy_rtx): Remove unused variable `format_ptr'.
17254 * rtl.h (shallow_copy_rtx): Declare.
17255 * rtl.c (shallow_copy_rtx): New function.
17256 * reload.c (find_reloads_toplev): Use shallow_copy_rtx instead of
HDChangeLog-20023529 * explow.c (convert_memory_address): Use shallow_copy_rtx.
5019 * rtl.c (shallow_copy_rtx): Use memcpy for the entire node.
22823 * rtl.c (copy_rtx, shallow_copy_rtx): Use RTX_FLAG macro.
31858 Use shallow_copy_rtx and PUT_MODE to change the mode of
HDChangeLog-2000229 * rtl.c (copy_most_rtx, shallow_copy_rtx): Copy frame_related
HDChangeLog-20035035 (shallow_copy_rtx): Adjust call to ggc_alloc_rtx. Use RTX_SIZE.