Searched refs:vec_cst_ctor_to_array (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fold-const.c | 9871 vec_cst_ctor_to_array (tree arg, unsigned int nelts, tree *elts) in vec_cst_ctor_to_array() function 9920 if (!vec_cst_ctor_to_array (arg0, nelts, in_elts) in fold_vec_perm() 9921 || !vec_cst_ctor_to_array (arg1, nelts, in_elts + nelts)) in fold_vec_perm()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fold-const.cc | 10500 vec_cst_ctor_to_array (tree arg, unsigned int nelts, tree *elts) in vec_cst_ctor_to_array() function 10549 if (!vec_cst_ctor_to_array (arg0, nelts, in_elts) in fold_vec_perm() 10550 || !vec_cst_ctor_to_array (arg1, nelts, in_elts + nelts)) in fold_vec_perm()
|
H A D | ChangeLog-2012 | 9701 * fold-const.c (vec_cst_ctor_to_array): Give up if vector CONSTRUCTOR 30478 native_interpret_vector, fold_unary_loc, vec_cst_ctor_to_array,
|
H A D | ChangeLog-2017 | 15147 on VECTOR_CSTs, rather than going through vec_cst_ctor_to_array. 15150 (vec_cst_ctor_to_array): Take the number of elements as a parameter.
|
H A D | ChangeLog-2018 | 35054 (native_encode_vector, vec_cst_ctor_to_array): Likewise.
|
H A D | ChangeLog-2011 | 3609 * fold-const.c (vec_cst_ctor_to_array, fold_vec_perm): New functions.
|