Home
last modified time | relevance | path

Searched refs:vec_perm_indices_to_tree (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvec-perm-indices.h94 tree vec_perm_indices_to_tree (tree, const vec_perm_indices &);
H A Dvec-perm-indices.cc307 vec_perm_indices_to_tree (tree type, const vec_perm_indices &indices) in vec_perm_indices_to_tree() function
H A Dtree-ssa-forwprop.cc2704 op2 = vec_perm_indices_to_tree (mask_type, new_indices); in simplify_permutation()
3094 tree op2 = vec_perm_indices_to_tree (mask_type, indices); in simplify_vector_constructor()
3143 blend_op2 = vec_perm_indices_to_tree (mask_type, indices); in simplify_vector_constructor()
H A Dmatch.pd7711 op2 = vec_perm_indices_to_tree (TREE_TYPE (op2), sel);
7716 op2 = vec_perm_indices_to_tree (TREE_TYPE (op2), sel2);
7720 op2 = vec_perm_indices_to_tree (TREE_TYPE (op2), sel);
H A Dtree-vect-stmts.cc3196 tree bswap_vconst = vec_perm_indices_to_tree (char_vectype, indices); in vectorizable_bswap()
8626 return vec_perm_indices_to_tree (mask_type, sel); in vect_gen_perm_mask_any()
H A DChangeLog-201835340 (vec_perm_indices_to_tree): Likewise.
35985 * vec-perm-indices.h (vec_perm_indices_to_tree): Declare.
35986 * vec-perm-indices.c (vec_perm_indices_to_tree): New function.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvec-perm-indices.h93 tree vec_perm_indices_to_tree (tree, const vec_perm_indices &);
H A Dvec-perm-indices.c249 vec_perm_indices_to_tree (tree type, const vec_perm_indices &indices) in vec_perm_indices_to_tree() function
H A Dtree-ssa-forwprop.c2576 tree op2 = vec_perm_indices_to_tree (mask_type, indices); in simplify_vector_constructor()
2625 blend_op2 = vec_perm_indices_to_tree (mask_type, indices); in simplify_vector_constructor()
H A Dmatch.pd6154 op2 = vec_perm_indices_to_tree (TREE_TYPE (op2), sel);
6159 op2 = vec_perm_indices_to_tree (TREE_TYPE (op2), sel2);
6163 op2 = vec_perm_indices_to_tree (TREE_TYPE (op2), sel);
H A Dtree-vect-stmts.c3148 tree bswap_vconst = vec_perm_indices_to_tree (char_vectype, indices); in vectorizable_bswap()
8461 return vec_perm_indices_to_tree (mask_type, sel); in vect_gen_perm_mask_any()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins-functions.h510 vec_perm_indices_to_tree (perm_type, indices)); in fold_permute()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins-functions.h510 vec_perm_indices_to_tree (perm_type, indices)); in fold_permute()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc1239 vec_perm_indices_to_tree (mask_type, indices)); in c_build_shufflevector()