Home
last modified time | relevance | path

Searched refs:eltype (Results 1 – 25 of 58) sorted by relevance

123

/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-mve-builtins.cc73 arm_mve_type_for_scalar_type (tree eltype) in arm_mve_type_for_scalar_type() argument
76 if (arm_simd_types[i].eltype == eltype in arm_mve_type_for_scalar_type()
95 tree eltype = scalar_types[i]; in register_builtin_types() local
97 if (eltype == boolean_type_node) in register_builtin_types()
104 vectype = arm_mve_type_for_scalar_type (eltype); in register_builtin_types()
H A Darm-builtins.cc1533 arm_simd_types[Poly8x8_t].eltype = arm_simd_polyQI_type_node; in arm_init_simd_builtin_types()
1534 arm_simd_types[Poly8x16_t].eltype = arm_simd_polyQI_type_node; in arm_init_simd_builtin_types()
1535 arm_simd_types[Poly16x4_t].eltype = arm_simd_polyHI_type_node; in arm_init_simd_builtin_types()
1536 arm_simd_types[Poly16x8_t].eltype = arm_simd_polyHI_type_node; in arm_init_simd_builtin_types()
1546 arm_simd_types[Int8x8_t].eltype = intQI_type_node; in arm_init_simd_builtin_types()
1547 arm_simd_types[Int8x16_t].eltype = intQI_type_node; in arm_init_simd_builtin_types()
1548 arm_simd_types[Int16x4_t].eltype = intHI_type_node; in arm_init_simd_builtin_types()
1549 arm_simd_types[Int16x8_t].eltype = intHI_type_node; in arm_init_simd_builtin_types()
1550 arm_simd_types[Int32x2_t].eltype = intSI_type_node; in arm_init_simd_builtin_types()
1551 arm_simd_types[Int32x4_t].eltype = intSI_type_node; in arm_init_simd_builtin_types()
[all …]
H A Darm-builtins.h113 tree eltype; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-builtins.c583 tree eltype; member
750 aarch64_simd_types[Int8x8_t].eltype = intQI_type_node; in aarch64_init_simd_builtin_types()
751 aarch64_simd_types[Int8x16_t].eltype = intQI_type_node; in aarch64_init_simd_builtin_types()
752 aarch64_simd_types[Int16x4_t].eltype = intHI_type_node; in aarch64_init_simd_builtin_types()
753 aarch64_simd_types[Int16x8_t].eltype = intHI_type_node; in aarch64_init_simd_builtin_types()
754 aarch64_simd_types[Int32x2_t].eltype = intSI_type_node; in aarch64_init_simd_builtin_types()
755 aarch64_simd_types[Int32x4_t].eltype = intSI_type_node; in aarch64_init_simd_builtin_types()
756 aarch64_simd_types[Int64x1_t].eltype = intDI_type_node; in aarch64_init_simd_builtin_types()
757 aarch64_simd_types[Int64x2_t].eltype = intDI_type_node; in aarch64_init_simd_builtin_types()
758 aarch64_simd_types[Uint8x8_t].eltype = unsigned_intQI_type_node; in aarch64_init_simd_builtin_types()
[all …]
H A Daarch64-sve-builtins.cc3347 tree eltype = scalar_types[i]; in register_builtin_types() local
3350 if (eltype == boolean_type_node) in register_builtin_types()
3363 scalar_mode elmode = SCALAR_TYPE_MODE (eltype); in register_builtin_types()
3368 vectype = build_vector_type_for_mode (eltype, mode); in register_builtin_types()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-builtins.cc709 tree eltype; member
892 aarch64_simd_types[Int8x8_t].eltype = intQI_type_node; in aarch64_init_simd_builtin_types()
893 aarch64_simd_types[Int8x16_t].eltype = intQI_type_node; in aarch64_init_simd_builtin_types()
894 aarch64_simd_types[Int16x4_t].eltype = intHI_type_node; in aarch64_init_simd_builtin_types()
895 aarch64_simd_types[Int16x8_t].eltype = intHI_type_node; in aarch64_init_simd_builtin_types()
896 aarch64_simd_types[Int32x2_t].eltype = intSI_type_node; in aarch64_init_simd_builtin_types()
897 aarch64_simd_types[Int32x4_t].eltype = intSI_type_node; in aarch64_init_simd_builtin_types()
898 aarch64_simd_types[Int64x1_t].eltype = intDI_type_node; in aarch64_init_simd_builtin_types()
899 aarch64_simd_types[Int64x2_t].eltype = intDI_type_node; in aarch64_init_simd_builtin_types()
900 aarch64_simd_types[Uint8x8_t].eltype = unsigned_intQI_type_node; in aarch64_init_simd_builtin_types()
[all …]
H A Daarch64-sve-builtins.cc3346 tree eltype = scalar_types[i]; in register_builtin_types() local
3349 if (eltype == boolean_type_node) in register_builtin_types()
3362 scalar_mode elmode = SCALAR_TYPE_MODE (eltype); in register_builtin_types()
3367 vectype = build_vector_type_for_mode (eltype, mode); in register_builtin_types()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpointer-query.cc590 tree eltype = TREE_TYPE (TREE_TYPE (ptr)); in gimple_parm_array_size() local
591 tree size = TYPE_SIZE_UNIT (eltype); in gimple_parm_array_size()
1810 tree eltype = TREE_TYPE (aref); in handle_array_ref() local
1811 tree tpsize = TYPE_SIZE_UNIT (eltype); in handle_array_ref()
1822 if (ostype && TREE_CODE (eltype) == ARRAY_TYPE) in handle_array_ref()
2542 tree eltype = artype; in array_elt_at_offset() local
2543 while (TREE_CODE (TREE_TYPE (eltype)) == ARRAY_TYPE) in array_elt_at_offset()
2544 eltype = TREE_TYPE (eltype); in array_elt_at_offset()
2546 tree subartype = eltype; in array_elt_at_offset()
2547 if (RECORD_OR_UNION_TYPE_P (TREE_TYPE (eltype)) in array_elt_at_offset()
[all …]
H A Dubsan.cc413 tree eltype = type; in ubsan_type_descriptor() local
463 eltype = t; in ubsan_type_descriptor()
470 switch (TREE_CODE (eltype)) in ubsan_type_descriptor()
480 if (TYPE_MODE (eltype) == TYPE_MODE (float_type_node) in ubsan_type_descriptor()
481 || TYPE_MODE (eltype) == TYPE_MODE (double_type_node) in ubsan_type_descriptor()
482 || TYPE_MODE (eltype) == TYPE_MODE (long_double_type_node)) in ubsan_type_descriptor()
491 tinfo = get_ubsan_type_info_for_type (eltype); in ubsan_type_descriptor()
H A Dinternal-fn.cc2257 tree eltype = TREE_TYPE (TREE_TYPE (arg0)); in expand_vector_ubsan_overflow() local
2258 tree sz = TYPE_SIZE (eltype); in expand_vector_ubsan_overflow()
2313 tree atype = build_array_type_nelts (eltype, cnt); in expand_vector_ubsan_overflow()
2318 op0 = build4_loc (loc, ARRAY_REF, eltype, op0, cntv, in expand_vector_ubsan_overflow()
2325 op1 = build4_loc (loc, ARRAY_REF, eltype, op1, cntv, in expand_vector_ubsan_overflow()
2331 res = build4_loc (loc, ARRAY_REF, eltype, res, cntv, in expand_vector_ubsan_overflow()
2338 op0 = fold_build3_loc (loc, BIT_FIELD_REF, eltype, arg0, sz, bitpos); in expand_vector_ubsan_overflow()
2339 op1 = fold_build3_loc (loc, BIT_FIELD_REF, eltype, arg1, sz, bitpos); in expand_vector_ubsan_overflow()
2341 res = fold_build3_loc (loc, BIT_FIELD_REF, eltype, resv, sz, in expand_vector_ubsan_overflow()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-builtins.c1409 tree eltype; member
1598 arm_simd_types[Poly8x8_t].eltype = arm_simd_polyQI_type_node; in arm_init_simd_builtin_types()
1599 arm_simd_types[Poly8x16_t].eltype = arm_simd_polyQI_type_node; in arm_init_simd_builtin_types()
1600 arm_simd_types[Poly16x4_t].eltype = arm_simd_polyHI_type_node; in arm_init_simd_builtin_types()
1601 arm_simd_types[Poly16x8_t].eltype = arm_simd_polyHI_type_node; in arm_init_simd_builtin_types()
1611 arm_simd_types[Int8x8_t].eltype = intQI_type_node; in arm_init_simd_builtin_types()
1612 arm_simd_types[Int8x16_t].eltype = intQI_type_node; in arm_init_simd_builtin_types()
1613 arm_simd_types[Int16x4_t].eltype = intHI_type_node; in arm_init_simd_builtin_types()
1614 arm_simd_types[Int16x8_t].eltype = intHI_type_node; in arm_init_simd_builtin_types()
1615 arm_simd_types[Int32x2_t].eltype = intSI_type_node; in arm_init_simd_builtin_types()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-sprintf.c2206 tree eltype = type; in array_elt_at_offset() local
2207 while (TREE_CODE (TREE_TYPE (eltype)) == ARRAY_TYPE) in array_elt_at_offset()
2208 eltype = TREE_TYPE (eltype); in array_elt_at_offset()
2210 if (TYPE_MODE (TREE_TYPE (eltype)) != TYPE_MODE (char_type_node)) in array_elt_at_offset()
2211 eltype = TREE_TYPE (eltype); in array_elt_at_offset()
2213 if (eltype == type) in array_elt_at_offset()
2220 HOST_WIDE_INT eltsz = int_size_in_bytes (eltype); in array_elt_at_offset()
2224 return TREE_CODE (eltype) == ARRAY_TYPE ? TREE_TYPE (eltype) : eltype; in array_elt_at_offset()
2307 tree eltype = TREE_TYPE (x); in get_origin_and_offset() local
2308 if (TREE_CODE (eltype) == INTEGER_TYPE) in get_origin_and_offset()
[all …]
H A Dubsan.c410 tree eltype = type; in ubsan_type_descriptor() local
461 eltype = t; in ubsan_type_descriptor()
466 switch (TREE_CODE (eltype)) in ubsan_type_descriptor()
476 if (TYPE_MODE (eltype) == TYPE_MODE (float_type_node) in ubsan_type_descriptor()
477 || TYPE_MODE (eltype) == TYPE_MODE (double_type_node) in ubsan_type_descriptor()
478 || TYPE_MODE (eltype) == TYPE_MODE (long_double_type_node)) in ubsan_type_descriptor()
487 tinfo = get_ubsan_type_info_for_type (eltype); in ubsan_type_descriptor()
H A Dinternal-fn.c2037 tree eltype = TREE_TYPE (TREE_TYPE (arg0)); in expand_vector_ubsan_overflow() local
2038 tree sz = TYPE_SIZE (eltype); in expand_vector_ubsan_overflow()
2089 tree atype = build_array_type_nelts (eltype, cnt); in expand_vector_ubsan_overflow()
2094 op0 = build4_loc (loc, ARRAY_REF, eltype, op0, cntv, in expand_vector_ubsan_overflow()
2101 op1 = build4_loc (loc, ARRAY_REF, eltype, op1, cntv, in expand_vector_ubsan_overflow()
2107 res = build4_loc (loc, ARRAY_REF, eltype, res, cntv, in expand_vector_ubsan_overflow()
2114 op0 = fold_build3_loc (loc, BIT_FIELD_REF, eltype, arg0, sz, bitpos); in expand_vector_ubsan_overflow()
2115 op1 = fold_build3_loc (loc, BIT_FIELD_REF, eltype, arg1, sz, bitpos); in expand_vector_ubsan_overflow()
2117 res = fold_build3_loc (loc, BIT_FIELD_REF, eltype, resv, sz, in expand_vector_ubsan_overflow()
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/
H A Dht-internal.h427 #define HT_FIND_OR_INSERT_(name, field, hashfn, head, eltype, elm, var, y, n) \ argument
430 struct eltype **var; \
/netbsd-src/external/bsd/libevent/dist/
H A Dht-internal.h426 #define HT_FIND_OR_INSERT_(name, field, hashfn, head, eltype, elm, var, y, n) \ argument
429 struct eltype **var; \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-attribs.c3783 tree eltype = TREE_TYPE (type); in handle_nonstring_attribute() local
3784 eltype = TYPE_MAIN_VARIANT (eltype); in handle_nonstring_attribute()
3785 if (eltype == char_type_node in handle_nonstring_attribute()
3786 || eltype == signed_char_type_node in handle_nonstring_attribute()
3787 || eltype == unsigned_char_type_node) in handle_nonstring_attribute()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dclass.cc7155 tree eltype = fldtype; in find_flexarrays() local
7156 while (TREE_CODE (eltype) == ARRAY_TYPE in find_flexarrays()
7157 || INDIRECT_TYPE_P (eltype)) in find_flexarrays()
7158 eltype = TREE_TYPE (eltype); in find_flexarrays()
7160 if (RECORD_OR_UNION_TYPE_P (eltype)) in find_flexarrays()
7170 if (eltype == fldtype || TYPE_UNNAMED_P (eltype)) in find_flexarrays()
7187 if (first && !array && !ANON_AGGR_TYPE_P (eltype)) in find_flexarrays()
7190 find_flexarrays (eltype, fmem, false, pun, in find_flexarrays()
7196 if (first && !array && !ANON_AGGR_TYPE_P (eltype)) in find_flexarrays()
H A Ddecl.cc8956 tree eltype = NULL_TREE; in cp_finish_decomp() local
8987 eltype = TREE_TYPE (type); in cp_finish_decomp()
8990 TREE_TYPE (v[i]) = eltype; in cp_finish_decomp()
8996 eltype, t, size_int (i), NULL_TREE, in cp_finish_decomp()
9008 eltype = cp_build_qualified_type (TREE_TYPE (type), TYPE_QUALS (type)); in cp_finish_decomp()
9011 TREE_TYPE (v[i]) = eltype; in cp_finish_decomp()
9017 i ? IMAGPART_EXPR : REALPART_EXPR, eltype, in cp_finish_decomp()
9032 eltype = cp_build_qualified_type (TREE_TYPE (type), TYPE_QUALS (type)); in cp_finish_decomp()
9035 TREE_TYPE (v[i]) = eltype; in cp_finish_decomp()
9043 eltype, t, size_int (i), NULL_TREE, in cp_finish_decomp()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dclass.c7043 tree eltype = fldtype; in find_flexarrays() local
7044 while (TREE_CODE (eltype) == ARRAY_TYPE in find_flexarrays()
7045 || INDIRECT_TYPE_P (eltype)) in find_flexarrays()
7046 eltype = TREE_TYPE (eltype); in find_flexarrays()
7048 if (RECORD_OR_UNION_TYPE_P (eltype)) in find_flexarrays()
7058 if (eltype == fldtype || TYPE_UNNAMED_P (eltype)) in find_flexarrays()
7075 if (first && !array && !ANON_AGGR_TYPE_P (eltype)) in find_flexarrays()
7078 find_flexarrays (eltype, fmem, false, pun, in find_flexarrays()
7084 if (first && !array && !ANON_AGGR_TYPE_P (eltype)) in find_flexarrays()
H A Ddecl.c8330 tree eltype = NULL_TREE; in cp_finish_decomp() local
8361 eltype = TREE_TYPE (type); in cp_finish_decomp()
8364 TREE_TYPE (v[i]) = eltype; in cp_finish_decomp()
8370 eltype, t, size_int (i), NULL_TREE, in cp_finish_decomp()
8382 eltype = cp_build_qualified_type (TREE_TYPE (type), TYPE_QUALS (type)); in cp_finish_decomp()
8385 TREE_TYPE (v[i]) = eltype; in cp_finish_decomp()
8391 i ? IMAGPART_EXPR : REALPART_EXPR, eltype, in cp_finish_decomp()
8406 eltype = cp_build_qualified_type (TREE_TYPE (type), TYPE_QUALS (type)); in cp_finish_decomp()
8409 TREE_TYPE (v[i]) = eltype; in cp_finish_decomp()
8417 eltype, t, size_int (i), NULL_TREE, in cp_finish_decomp()
[all …]
H A Dsemantics.c5258 tree eltype = TREE_TYPE (types[num - 1]); in handle_omp_array_sections() local
5259 while (TREE_CODE (eltype) == ARRAY_TYPE) in handle_omp_array_sections()
5260 eltype = TREE_TYPE (eltype); in handle_omp_array_sections()
5265 size_in_bytes (eltype)); in handle_omp_array_sections()
5286 tree eltype = TREE_TYPE (first); in handle_omp_array_sections() local
5287 while (TREE_CODE (eltype) == ARRAY_TYPE) in handle_omp_array_sections()
5288 eltype = TREE_TYPE (eltype); in handle_omp_array_sections()
5289 tree type = build_array_type (eltype, index_type); in handle_omp_array_sections()
5290 tree ptype = build_pointer_type (eltype); in handle_omp_array_sections()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-attribs.cc4524 tree eltype = TREE_TYPE (type); in handle_nonstring_attribute() local
4525 eltype = TYPE_MAIN_VARIANT (eltype); in handle_nonstring_attribute()
4526 if (eltype == char_type_node in handle_nonstring_attribute()
4527 || eltype == signed_char_type_node in handle_nonstring_attribute()
4528 || eltype == unsigned_char_type_node) in handle_nonstring_attribute()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-array.c1218 get_class_info_from_ss (stmtblock_t * pre, gfc_ss *ss, tree *eltype) in get_class_info_from_ss() argument
1303 *eltype = TREE_TYPE (rhs_ss->info->data.array.descriptor); in get_class_info_from_ss()
1304 *eltype = gfc_get_element_type (*eltype); in get_class_info_from_ss()
1353 tree eltype, tree initial, bool dynamic, in gfc_trans_create_temp_array() argument
1374 if (eltype == NULL_TREE && initial) in gfc_trans_create_temp_array()
1387 if (class_expr == NULL_TREE && GFC_CLASS_TYPE_P (eltype)) in gfc_trans_create_temp_array()
1388 class_expr = get_class_info_from_ss (pre, ss, &eltype); in gfc_trans_create_temp_array()
1391 if (eltype && GFC_CLASS_TYPE_P (eltype)) in gfc_trans_create_temp_array()
1392 eltype = gfc_get_element_type (TREE_TYPE (TYPE_FIELDS (eltype))); in gfc_trans_create_temp_array()
1396 TYPE_SIZE_UNIT (eltype)); in gfc_trans_create_temp_array()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-array.cc1286 get_class_info_from_ss (stmtblock_t * pre, gfc_ss *ss, tree *eltype) in get_class_info_from_ss() argument
1371 *eltype = TREE_TYPE (rhs_ss->info->data.array.descriptor); in get_class_info_from_ss()
1372 *eltype = gfc_get_element_type (*eltype); in get_class_info_from_ss()
1421 tree eltype, tree initial, bool dynamic, in gfc_trans_create_temp_array() argument
1442 if (eltype == NULL_TREE && initial) in gfc_trans_create_temp_array()
1455 if (class_expr == NULL_TREE && GFC_CLASS_TYPE_P (eltype)) in gfc_trans_create_temp_array()
1456 class_expr = get_class_info_from_ss (pre, ss, &eltype); in gfc_trans_create_temp_array()
1459 if (eltype && GFC_CLASS_TYPE_P (eltype)) in gfc_trans_create_temp_array()
1460 eltype = gfc_get_element_type (TREE_TYPE (TYPE_FIELDS (eltype))); in gfc_trans_create_temp_array()
1464 TYPE_SIZE_UNIT (eltype)); in gfc_trans_create_temp_array()
[all …]

123