Home
last modified time | relevance | path

Searched refs:shallow_copy_rtvec (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtl.c183 shallow_copy_rtvec (rtvec vec) in shallow_copy_rtvec() function
H A Dfwprop.c584 newvec = shallow_copy_rtvec (vec); in propagate_rtx_1()
H A Dcselib.c2156 XVEC (copy, i) = shallow_copy_rtvec (XVEC (x, i)); in cselib_subst_to_values()
H A Drtl.h2980 extern rtvec shallow_copy_rtvec (rtvec);
H A Dsimplify-rtx.c535 newvec = shallow_copy_rtvec (vec); in simplify_replace_fn_rtx()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Drtl.cc186 shallow_copy_rtvec (rtvec vec) in shallow_copy_rtvec() function
H A Dcselib.cc2224 XVEC (copy, i) = shallow_copy_rtvec (XVEC (x, i)); in cselib_subst_to_values()
H A Drtl.h2990 extern rtvec shallow_copy_rtvec (rtvec);
H A Dsimplify-rtx.cc530 newvec = shallow_copy_rtvec (vec); in simplify_replace_fn_rtx()
H A DChangeLog-20095231 * rtl.h (shallow_copy_rtvec): Declare.
5232 * rtl.c (shallow_copy_rtvec): New function.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-logue.cc2070 XVEC (pat, 0) = shallow_copy_rtvec (XVEC (pat, 0)); in rs6000_frame_related()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-logue.c2042 XVEC (pat, 0) = shallow_copy_rtvec (XVEC (pat, 0)); in rs6000_frame_related()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc22112 rtvec vec = shallow_copy_rtvec (XVEC (vals, 0)); in mips_expand_vi_constant()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c21919 rtvec vec = shallow_copy_rtvec (XVEC (vals, 0)); in mips_expand_vi_constant()