Searched refs:const_vec_series_p_1 (Results 1 – 7 of 7) sorted by relevance
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | rtl.h | 3051 extern bool const_vec_series_p_1 (const_rtx, rtx *, rtx *); 3066 return const_vec_series_p_1 (x, base_out, step_out);
|
H A D | emit-rtl.c | 5975 const_vec_series_p_1 (const_rtx x, rtx *base_out, rtx *step_out) in const_vec_series_p_1() function
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | rtl.h | 3062 extern bool const_vec_series_p_1 (const_rtx, rtx *, rtx *); 3077 return const_vec_series_p_1 (x, base_out, step_out);
|
H A D | emit-rtl.c | 5975 const_vec_series_p_1 (const_rtx x, rtx *base_out, rtx *step_out) in const_vec_series_p_1() function
|
H A D | emit-rtl.cc | 5949 const_vec_series_p_1 (const_rtx x, rtx *base_out, rtx *step_out) in const_vec_series_p_1() function
|
H A D | ChangeLog-2018 | 35141 * emit-rtl.c (const_vec_series_p_1): Likewise. 35920 (const_vec_series_p_1): Operate directly on the CONST_VECTOR encoding.
|
H A D | ChangeLog-2017 | 9133 * rtl.h (const_vec_series_p_1): Declare. 9137 * emit-rtl.c (const_vec_series_p_1, gen_const_vec_series)
|