Home
last modified time | relevance | path

Searched refs:n_elts (Results 1 – 25 of 49) sorted by relevance

12

/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dinput.h49 char_span (const char *ptr, size_t n_elts) : m_ptr (ptr), m_n_elts (n_elts) {} in char_span() argument
67 char_span subspan (int offset, int n_elts) const in subspan() argument
71 gcc_assert (n_elts >= 0); in subspan()
72 gcc_assert (offset + n_elts <= (int)m_n_elts); in subspan()
73 return char_span (m_ptr + offset, n_elts); in subspan()
H A Dsimplify-rtx.c3895 int n_elts; in simplify_binary_operation_1() local
3898 .is_constant (&n_elts))) in simplify_binary_operation_1()
3910 gcc_assert (i < n_elts); in simplify_binary_operation_1()
3975 for (i = 0; i < n_elts; i++) in simplify_binary_operation_1()
4210 unsigned int n_elts, in_n_elts; in simplify_binary_operation_1() local
4220 rtvec v = rtvec_alloc (n_elts); in simplify_binary_operation_1()
4222 for (i = 0; i < n_elts; i++) in simplify_binary_operation_1()
4385 gcc_assert (n_elts >= 2); in simplify_const_binary_operation()
4386 if (n_elts == 2) in simplify_const_binary_operation()
5943 unsigned int n_elts; in simplify_ternary_operation() local
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dinput.h76 char_span (const char *ptr, size_t n_elts) : m_ptr (ptr), m_n_elts (n_elts) {} in char_span() argument
94 char_span subspan (int offset, int n_elts) const in subspan() argument
98 gcc_assert (n_elts >= 0); in subspan()
99 gcc_assert (offset + n_elts <= (int)m_n_elts); in subspan()
100 return char_span (m_ptr + offset, n_elts); in subspan()
H A Dsimplify-rtx.c3895 int n_elts; in simplify_binary_operation_1() local
3898 .is_constant (&n_elts))) in simplify_binary_operation_1()
3910 gcc_assert (i < n_elts); in simplify_binary_operation_1()
3975 for (i = 0; i < n_elts; i++) in simplify_binary_operation_1()
4210 unsigned int n_elts, in_n_elts; in simplify_binary_operation_1() local
4220 rtvec v = rtvec_alloc (n_elts); in simplify_binary_operation_1()
4222 for (i = 0; i < n_elts; i++) in simplify_binary_operation_1()
4385 gcc_assert (n_elts >= 2); in simplify_const_binary_operation()
4386 if (n_elts == 2) in simplify_const_binary_operation()
5943 unsigned int n_elts; in simplify_ternary_operation() local
[all …]
H A Dsimplify-rtx.cc4283 int n_elts; in simplify_binary_operation_1() local
4286 .is_constant (&n_elts))) in simplify_binary_operation_1()
4298 gcc_assert (i < n_elts); in simplify_binary_operation_1()
4363 for (i = 0; i < n_elts; i++) in simplify_binary_operation_1()
4648 unsigned int n_elts, in_n_elts; in simplify_binary_operation_1() local
4658 rtvec v = rtvec_alloc (n_elts); in simplify_binary_operation_1()
4660 for (i = 0; i < n_elts; i++) in simplify_binary_operation_1()
4824 gcc_assert (n_elts >= 2); in simplify_const_binary_operation()
4825 if (n_elts == 2) in simplify_const_binary_operation()
6473 unsigned int n_elts; in simplify_ternary_operation() local
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-call.cc330 int *n_elts) in rs6000_discover_homogeneous_aggregate() argument
357 if (n_elts) in rs6000_discover_homogeneous_aggregate()
358 *n_elts = field_count; in rs6000_discover_homogeneous_aggregate()
395 if (n_elts) in rs6000_discover_homogeneous_aggregate()
396 *n_elts = 1; in rs6000_discover_homogeneous_aggregate()
406 if (n_elts) in rs6000_discover_homogeneous_aggregate()
407 *n_elts = 1; in rs6000_discover_homogeneous_aggregate()
825 int n_elts; in rs6000_function_arg_boundary() local
1076 int n_elts; in rs6000_function_arg_advance_1() local
1640 int n_elts; in rs6000_function_arg() local
[all …]
H A Drs6000-builtin.cc990 int midpoint = n_elts / 2; in fold_mergehl_helper()
1008 offset + n_elts + i)); in fold_mergehl_helper()
1037 for (int i = 0; i < n_elts / 2; i++) in fold_mergeeo_helper()
1042 2*i + use_odd + n_elts)); in fold_mergeeo_helper()
1701 128 / n_elts); in rs6000_gimple_fold_builtin()
1703 for (int i = 0; i < n_elts; i++) in rs6000_gimple_fold_builtin()
1746 tree_size_in_bits / n_elts); in rs6000_gimple_fold_builtin()
1748 for (int i = 0; i < n_elts; i++) in rs6000_gimple_fold_builtin()
1786 128 / n_elts); in rs6000_gimple_fold_builtin()
1788 for (int i = 0; i < n_elts; i++) in rs6000_gimple_fold_builtin()
[all …]
H A Drs6000-internal.h136 int *n_elts);
H A Drs6000-call.c5741 int *n_elts) in rs6000_discover_homogeneous_aggregate() argument
5766 if (n_elts) in rs6000_discover_homogeneous_aggregate()
5767 *n_elts = field_count; in rs6000_discover_homogeneous_aggregate()
5796 if (n_elts) in rs6000_discover_homogeneous_aggregate()
5797 *n_elts = 1; in rs6000_discover_homogeneous_aggregate()
6225 int n_elts; in rs6000_function_arg_boundary() local
6493 int n_elts; in rs6000_function_arg_advance_1() local
7063 int n_elts; in rs6000_function_arg() local
7328 int n_elts; in rs6000_arg_partial_bytes() local
11417 128 / n_elts); in rs6000_gimple_fold_builtin()
[all …]
H A Drs6000-p8swap.c1183 int n_elts = GET_MODE_NUNITS (mode); in permute_load() local
1184 int half_elts = n_elts / 2; in permute_load()
1185 rtx par = gen_rtx_PARALLEL (mode, rtvec_alloc (n_elts)); in permute_load()
1208 int n_elts = GET_MODE_NUNITS (mode); in permute_store() local
1209 int half_elts = n_elts / 2; in permute_store()
1210 rtx par = gen_rtx_PARALLEL (mode, rtvec_alloc (n_elts)); in permute_store()
H A Drs6000-p8swap.cc1203 int n_elts = GET_MODE_NUNITS (mode); in permute_load() local
1204 int half_elts = n_elts / 2; in permute_load()
1205 rtx par = gen_rtx_PARALLEL (mode, rtvec_alloc (n_elts)); in permute_load()
1228 int n_elts = GET_MODE_NUNITS (mode); in permute_store() local
1229 int half_elts = n_elts / 2; in permute_store()
1230 rtx par = gen_rtx_PARALLEL (mode, rtvec_alloc (n_elts)); in permute_store()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-internal.h132 int *n_elts);
H A Drs6000-call.c5741 int *n_elts) in rs6000_discover_homogeneous_aggregate() argument
5766 if (n_elts) in rs6000_discover_homogeneous_aggregate()
5767 *n_elts = field_count; in rs6000_discover_homogeneous_aggregate()
5796 if (n_elts) in rs6000_discover_homogeneous_aggregate()
5797 *n_elts = 1; in rs6000_discover_homogeneous_aggregate()
6225 int n_elts; in rs6000_function_arg_boundary() local
6493 int n_elts; in rs6000_function_arg_advance_1() local
7063 int n_elts; in rs6000_function_arg() local
7328 int n_elts; in rs6000_arg_partial_bytes() local
11417 128 / n_elts); in rs6000_gimple_fold_builtin()
[all …]
H A Drs6000-p8swap.c1183 int n_elts = GET_MODE_NUNITS (mode); in permute_load() local
1184 int half_elts = n_elts / 2; in permute_load()
1185 rtx par = gen_rtx_PARALLEL (mode, rtvec_alloc (n_elts)); in permute_load()
1208 int n_elts = GET_MODE_NUNITS (mode); in permute_store() local
1209 int half_elts = n_elts / 2; in permute_store()
1210 rtx par = gen_rtx_PARALLEL (mode, rtvec_alloc (n_elts)); in permute_store()
/netbsd/external/gpl3/gcc/dist/gcc/config/i386/
H A Dpredicates.md1021 unsigned n_elts;
1027 n_elts = CONST_VECTOR_NUNITS (op);
1029 for (n_elts--; n_elts > 0; n_elts--)
1031 rtx elt = CONST_VECTOR_ELT (op, n_elts);
/netbsd/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dpredicates.md1021 unsigned n_elts;
1027 n_elts = CONST_VECTOR_NUNITS (op);
1029 for (n_elts--; n_elts > 0; n_elts--)
1031 rtx elt = CONST_VECTOR_ELT (op, n_elts);
/netbsd/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.c11919 n_elts->quick_push (build_int_cst (inner_type, val)); in sparc_handle_vis_mul8x16()
11931 n_elts->quick_push (build_int_cst (inner_type, val)); in sparc_handle_vis_mul8x16()
11943 n_elts->quick_push (build_int_cst (inner_type, val)); in sparc_handle_vis_mul8x16()
12002 return n_elts.build (); in sparc_fold_builtin()
12019 return n_elts.build (); in sparc_fold_builtin()
12035 n_elts.quick_push (VECTOR_CST_ELT (arg0, i)); in sparc_fold_builtin()
12036 n_elts.quick_push (VECTOR_CST_ELT (arg1, i)); in sparc_fold_builtin()
12039 return n_elts.build (); in sparc_fold_builtin()
13451 const int n_elts = GET_MODE_NUNITS (mode); in sparc_expand_vector_init() local
13456 for (i = 0; i < n_elts; i++) in sparc_expand_vector_init()
[all …]
H A Dsparc.cc11881 n_elts->quick_push (build_int_cst (inner_type, val)); in sparc_handle_vis_mul8x16()
11893 n_elts->quick_push (build_int_cst (inner_type, val)); in sparc_handle_vis_mul8x16()
11905 n_elts->quick_push (build_int_cst (inner_type, val)); in sparc_handle_vis_mul8x16()
11964 return n_elts.build (); in sparc_fold_builtin()
11981 return n_elts.build (); in sparc_fold_builtin()
11997 n_elts.quick_push (VECTOR_CST_ELT (arg0, i)); in sparc_fold_builtin()
11998 n_elts.quick_push (VECTOR_CST_ELT (arg1, i)); in sparc_fold_builtin()
12001 return n_elts.build (); in sparc_fold_builtin()
13416 const int n_elts = GET_MODE_NUNITS (mode); in sparc_expand_vector_init() local
13421 for (i = 0; i < n_elts; i++) in sparc_expand_vector_init()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.c11919 n_elts->quick_push (build_int_cst (inner_type, val)); in sparc_handle_vis_mul8x16()
11931 n_elts->quick_push (build_int_cst (inner_type, val)); in sparc_handle_vis_mul8x16()
11943 n_elts->quick_push (build_int_cst (inner_type, val)); in sparc_handle_vis_mul8x16()
12002 return n_elts.build (); in sparc_fold_builtin()
12019 return n_elts.build (); in sparc_fold_builtin()
12035 n_elts.quick_push (VECTOR_CST_ELT (arg0, i)); in sparc_fold_builtin()
12036 n_elts.quick_push (VECTOR_CST_ELT (arg1, i)); in sparc_fold_builtin()
12039 return n_elts.build (); in sparc_fold_builtin()
13451 const int n_elts = GET_MODE_NUNITS (mode); in sparc_expand_vector_init() local
13456 for (i = 0; i < n_elts; i++) in sparc_expand_vector_init()
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dppc-sysv-tdep.c1183 struct type **elt_type, int *n_elts) in ppc64_elfv2_abi_homogeneous_aggregate() argument
1206 if (n_elts) in ppc64_elfv2_abi_homogeneous_aggregate()
1207 *n_elts = (int) field_count; in ppc64_elfv2_abi_homogeneous_aggregate()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dppc-sysv-tdep.c1183 struct type **elt_type, int *n_elts) in ppc64_elfv2_abi_homogeneous_aggregate() argument
1206 if (n_elts) in ppc64_elfv2_abi_homogeneous_aggregate()
1207 *n_elts = (int) field_count; in ppc64_elfv2_abi_homogeneous_aggregate()
/netbsd/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.c18253 unsigned int n_elts; in aarch64_simd_valid_immediate() local
18283 if (n_elts == 1 in aarch64_simd_valid_immediate()
18321 bytes.reserve (n_elts * elt_size); in aarch64_simd_valid_immediate()
18883 for (i = 0; i < n_elts; ++i) in aarch64_simd_make_constant()
18889 if (n_const == n_elts) in aarch64_simd_make_constant()
18921 int n_elts = XVECLEN (vals, 0); in aarch64_expand_vector_init() local
18969 for (int i = 0; i < n_elts; ++i) in aarch64_expand_vector_init()
19011 if (n_var == n_elts && n_elts <= 16) in aarch64_expand_vector_init()
19042 if (n_elts == 2 in aarch64_expand_vector_init()
19099 if (n_var != n_elts) in aarch64_expand_vector_init()
[all …]
H A Daarch64.cc21338 unsigned int n_elts; in aarch64_simd_valid_immediate() local
21368 if (n_elts == 1 in aarch64_simd_valid_immediate()
21406 bytes.reserve (n_elts * elt_size); in aarch64_simd_valid_immediate()
21988 for (i = 0; i < n_elts; ++i) in aarch64_simd_make_constant()
21994 if (n_const == n_elts) in aarch64_simd_make_constant()
22026 int n_elts = XVECLEN (vals, 0); in aarch64_expand_vector_init() local
22050 for (int i = 0; i < n_elts; ++i) in aarch64_expand_vector_init()
22092 if (n_var == n_elts && n_elts <= 16) in aarch64_expand_vector_init()
22123 if (n_elts == 2 in aarch64_expand_vector_init()
22176 if (n_var != n_elts) in aarch64_expand_vector_init()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c18253 unsigned int n_elts; in aarch64_simd_valid_immediate() local
18283 if (n_elts == 1 in aarch64_simd_valid_immediate()
18321 bytes.reserve (n_elts * elt_size); in aarch64_simd_valid_immediate()
18883 for (i = 0; i < n_elts; ++i) in aarch64_simd_make_constant()
18889 if (n_const == n_elts) in aarch64_simd_make_constant()
18921 int n_elts = XVECLEN (vals, 0); in aarch64_expand_vector_init() local
18969 for (int i = 0; i < n_elts; ++i) in aarch64_expand_vector_init()
19011 if (n_var == n_elts && n_elts <= 16) in aarch64_expand_vector_init()
19042 if (n_elts == 2 in aarch64_expand_vector_init()
19099 if (n_var != n_elts) in aarch64_expand_vector_init()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.c2462 HOST_WIDE_INT n_elts; in riscv_flatten_aggregate_field() local
2482 n_elts = 1 + tree_to_uhwi (TYPE_MAX_VALUE (index)) in riscv_flatten_aggregate_field()
2484 gcc_assert (n_elts >= 0); in riscv_flatten_aggregate_field()
2486 for (HOST_WIDE_INT i = 0; i < n_elts; i++) in riscv_flatten_aggregate_field()

12