Searched refs:final_i (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | vector-builder.h | 244 unsigned int final_i = encoded_nelts () - m_npatterns + pattern; in elt() local 245 T final = (*this)[final_i]; in elt() 252 T prev = (*this)[final_i - m_npatterns]; in elt()
|
| H A D | emit-rtl.cc | 5866 unsigned int final_i = encoded_nelts - npatterns + pattern; in const_vector_int_elt() local 5870 return rtx_mode_t (CONST_VECTOR_ENCODED_ELT (x, final_i), elt_mode); in const_vector_int_elt() 5873 rtx v1 = CONST_VECTOR_ENCODED_ELT (x, final_i - npatterns); in const_vector_int_elt() 5874 rtx v2 = CONST_VECTOR_ENCODED_ELT (x, final_i); in const_vector_int_elt() 5897 unsigned int final_i = encoded_nelts - npatterns + pattern; in const_vector_elt() local 5898 return CONST_VECTOR_ENCODED_ELT (x, final_i); in const_vector_elt()
|
| H A D | tree.cc | 10147 unsigned int final_i = encoded_nelts - npatterns + pattern; in vector_cst_int_elt() local 10151 return wi::to_poly_wide (VECTOR_CST_ENCODED_ELT (t, final_i)); in vector_cst_int_elt() 10154 tree v1 = VECTOR_CST_ENCODED_ELT (t, final_i - npatterns); in vector_cst_int_elt() 10155 tree v2 = VECTOR_CST_ENCODED_ELT (t, final_i); in vector_cst_int_elt() 10177 unsigned int final_i = encoded_nelts - npatterns + pattern; in vector_cst_elt() local 10178 return VECTOR_CST_ENCODED_ELT (t, final_i); in vector_cst_elt()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | vector-builder.h | 244 unsigned int final_i = encoded_nelts () - m_npatterns + pattern; in elt() local 245 T final = (*this)[final_i]; in elt() 252 T prev = (*this)[final_i - m_npatterns]; in elt()
|
| H A D | emit-rtl.c | 5892 unsigned int final_i = encoded_nelts - npatterns + pattern; in const_vector_int_elt() local 5896 return rtx_mode_t (CONST_VECTOR_ENCODED_ELT (x, final_i), elt_mode); in const_vector_int_elt() 5899 rtx v1 = CONST_VECTOR_ENCODED_ELT (x, final_i - npatterns); in const_vector_int_elt() 5900 rtx v2 = CONST_VECTOR_ENCODED_ELT (x, final_i); in const_vector_int_elt() 5923 unsigned int final_i = encoded_nelts - npatterns + pattern; in const_vector_elt() local 5924 return CONST_VECTOR_ENCODED_ELT (x, final_i); in const_vector_elt()
|
| H A D | tree.c | 11027 unsigned int final_i = encoded_nelts - npatterns + pattern; in vector_cst_int_elt() local 11031 return wi::to_poly_wide (VECTOR_CST_ENCODED_ELT (t, final_i)); in vector_cst_int_elt() 11034 tree v1 = VECTOR_CST_ENCODED_ELT (t, final_i - npatterns); in vector_cst_int_elt() 11035 tree v2 = VECTOR_CST_ENCODED_ELT (t, final_i); in vector_cst_int_elt() 11057 unsigned int final_i = encoded_nelts - npatterns + pattern; in vector_cst_elt() local 11058 return VECTOR_CST_ENCODED_ELT (t, final_i); in vector_cst_elt()
|