Searched refs:vec_perm_indices_to_tree (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | vec-perm-indices.h | 94 tree vec_perm_indices_to_tree (tree, const vec_perm_indices &);
|
H A D | vec-perm-indices.cc | 307 vec_perm_indices_to_tree (tree type, const vec_perm_indices &indices) in vec_perm_indices_to_tree() function
|
H A D | tree-ssa-forwprop.cc | 2704 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 D | match.pd | 7711 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 D | tree-vect-stmts.cc | 3196 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 D | ChangeLog-2018 | 35340 (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 D | vec-perm-indices.h | 93 tree vec_perm_indices_to_tree (tree, const vec_perm_indices &);
|
H A D | vec-perm-indices.c | 249 vec_perm_indices_to_tree (tree type, const vec_perm_indices &indices) in vec_perm_indices_to_tree() function
|
H A D | tree-ssa-forwprop.c | 2576 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 D | match.pd | 6154 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 D | tree-vect-stmts.c | 3148 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 D | aarch64-sve-builtins-functions.h | 510 vec_perm_indices_to_tree (perm_type, indices)); in fold_permute()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64-sve-builtins-functions.h | 510 vec_perm_indices_to_tree (perm_type, indices)); in fold_permute()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.cc | 1239 vec_perm_indices_to_tree (mask_type, indices)); in c_build_shufflevector()
|