Home
last modified time | relevance | path

Searched refs:const_vec_series_p_1 (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Drtl.h3051 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 Demit-rtl.c5975 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 Drtl.h3062 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 Demit-rtl.c5975 const_vec_series_p_1 (const_rtx x, rtx *base_out, rtx *step_out) in const_vec_series_p_1() function
H A Demit-rtl.cc5949 const_vec_series_p_1 (const_rtx x, rtx *base_out, rtx *step_out) in const_vec_series_p_1() function
H A DChangeLog-201835141 * emit-rtl.c (const_vec_series_p_1): Likewise.
35920 (const_vec_series_p_1): Operate directly on the CONST_VECTOR encoding.
H A DChangeLog-20179133 * rtl.h (const_vec_series_p_1): Declare.
9137 * emit-rtl.c (const_vec_series_p_1, gen_const_vec_series)