Searched refs:shallow_copy_rtvec (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | rtl.c | 183 shallow_copy_rtvec (rtvec vec) in shallow_copy_rtvec() function
|
| H A D | fwprop.c | 584 newvec = shallow_copy_rtvec (vec); in propagate_rtx_1()
|
| H A D | cselib.c | 2156 XVEC (copy, i) = shallow_copy_rtvec (XVEC (x, i)); in cselib_subst_to_values()
|
| H A D | rtl.h | 2980 extern rtvec shallow_copy_rtvec (rtvec);
|
| H A D | simplify-rtx.c | 535 newvec = shallow_copy_rtvec (vec); in simplify_replace_fn_rtx()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | rtl.cc | 186 shallow_copy_rtvec (rtvec vec) in shallow_copy_rtvec() function
|
| H A D | cselib.cc | 2224 XVEC (copy, i) = shallow_copy_rtvec (XVEC (x, i)); in cselib_subst_to_values()
|
| H A D | rtl.h | 2990 extern rtvec shallow_copy_rtvec (rtvec);
|
| H A D | simplify-rtx.cc | 530 newvec = shallow_copy_rtvec (vec); in simplify_replace_fn_rtx()
|
| H A D | ChangeLog-2009 | 5231 * 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 D | rs6000-logue.cc | 2070 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 D | rs6000-logue.c | 2042 XVEC (pat, 0) = shallow_copy_rtvec (XVEC (pat, 0)); in rs6000_frame_related()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
| H A D | mips.cc | 22112 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 D | mips.c | 21919 rtvec vec = shallow_copy_rtvec (XVEC (vals, 0)); in mips_expand_vi_constant()
|