Searched refs:perm_type (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-forwprop.c | 2530 tree mask_type, perm_type, conv_src_type; in simplify_vector_constructor() local 2531 perm_type = TREE_TYPE (orig[0]); in simplify_vector_constructor() 2533 ? perm_type in simplify_vector_constructor() 2534 : build_vector_type (TREE_TYPE (perm_type), nelts)); in simplify_vector_constructor() 2567 if (!can_vec_perm_const_p (TYPE_MODE (perm_type), indices)) in simplify_vector_constructor() 2574 GET_MODE_SIZE (TYPE_MODE (perm_type)))) in simplify_vector_constructor() 2589 ? type : perm_type, in simplify_vector_constructor() 2598 ? type : perm_type, n, 1); in simplify_vector_constructor() 2628 = converted_orig1 ? build_zero_cst (perm_type) : orig[1]; in simplify_vector_constructor() 2629 tree res = gimple_build (&stmts, VEC_PERM_EXPR, perm_type, in simplify_vector_constructor() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-forwprop.cc | 3048 tree mask_type, perm_type, conv_src_type; in simplify_vector_constructor() local 3049 perm_type = TREE_TYPE (orig[0]); in simplify_vector_constructor() 3051 ? perm_type in simplify_vector_constructor() 3052 : build_vector_type (TREE_TYPE (perm_type), nelts)); in simplify_vector_constructor() 3085 if (!can_vec_perm_const_p (TYPE_MODE (perm_type), indices)) in simplify_vector_constructor() 3092 GET_MODE_SIZE (TYPE_MODE (perm_type)))) in simplify_vector_constructor() 3107 ? type : perm_type, in simplify_vector_constructor() 3116 ? type : perm_type, n, 1); in simplify_vector_constructor() 3146 = converted_orig1 ? build_zero_cst (perm_type) : orig[1]; in simplify_vector_constructor() 3147 tree res = gimple_build (&stmts, VEC_PERM_EXPR, perm_type, in simplify_vector_constructor() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64-sve-builtins-functions.h | 506 tree perm_type = build_vector_type (ssizetype, nelts); in fold_permute() local 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 | 506 tree perm_type = build_vector_type (ssizetype, nelts); in fold_permute() local 510 vec_perm_indices_to_tree (perm_type, indices)); in fold_permute()
|
| /netbsd-src/external/cddl/osnet/dist/cmd/zfs/ |
| H A D | zfs_main.c | 4538 zfs_deleg_who_type_t perm_type = name[0]; in parse_fs_perm() local 4549 switch (perm_type) { in parse_fs_perm() 4579 who_perm_init(who_perm, fsperm, perm_type, perm_name); in parse_fs_perm() 4589 switch (perm_type) { in parse_fs_perm() 4820 const char *perm_type = deleg_perm_type(perm_note); in allow_usage() local 4822 (void) fprintf(fp, fmt, perm_name, perm_type, perm_comment); in allow_usage()
|