Searched refs:shallow_copy_rtvec (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drtl.c185 shallow_copy_rtvec (rtvec vec)
183 shallow_copy_rtvec (rtvec vec) function
H A Dfwprop.c585 newvec = shallow_copy_rtvec (vec);
H A Dcselib.c2157 XVEC (copy, i) = shallow_copy_rtvec (XVEC (x, i));
H A Drtl.h2984 extern rtvec shallow_copy_rtvec (rtvec);
H A Dsimplify-rtx.c541 newvec = shallow_copy_rtvec (vec);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Drtl.cc188 shallow_copy_rtvec (rtvec vec)
186 shallow_copy_rtvec (rtvec vec) function
H A Dcselib.cc2225 XVEC (copy, i) = shallow_copy_rtvec (XVEC (x, i));
H A Drtl.h2994 extern rtvec shallow_copy_rtvec (rtvec);
H A Dsimplify-rtx.cc536 newvec = shallow_copy_rtvec (vec);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-logue.c2046 XVEC (pat, 0) = shallow_copy_rtvec (XVEC (pat, 0));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-logue.cc2074 XVEC (pat, 0) = shallow_copy_rtvec (XVEC (pat, 0));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c21998 rtvec vec = shallow_copy_rtvec (XVEC (vals, 0));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc22191 rtvec vec = shallow_copy_rtvec (XVEC (vals, 0));

Completed in 534 milliseconds