Home
last modified time | relevance | path

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 Dfold-const.c9871 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 Dfold-const.cc10500 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 DChangeLog-20129701 * 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 DChangeLog-201715147 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 DChangeLog-201835054 (native_encode_vector, vec_cst_ctor_to_array): Likewise.
H A DChangeLog-20113609 * fold-const.c (vec_cst_ctor_to_array, fold_vec_perm): New functions.