HomeSort by: relevance | last modified time | path
    Searched refs:eltype (Results 1 - 25 of 71) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm-mve-builtins.cc 73 arm_mve_type_for_scalar_type (tree eltype)
76 if (arm_simd_types[i].eltype == eltype
95 tree eltype = scalar_types[i]; local
97 if (eltype == boolean_type_node)
104 vectype = arm_mve_type_for_scalar_type (eltype);
arm-builtins.h 113 tree eltype; member in struct:arm_simd_type_info
arm-builtins.cc 1533 arm_simd_types[Poly8x8_t].eltype = arm_simd_polyQI_type_node;
1534 arm_simd_types[Poly8x16_t].eltype = arm_simd_polyQI_type_node;
1535 arm_simd_types[Poly16x4_t].eltype = arm_simd_polyHI_type_node;
1536 arm_simd_types[Poly16x8_t].eltype = arm_simd_polyHI_type_node;
1546 arm_simd_types[Int8x8_t].eltype = intQI_type_node;
1547 arm_simd_types[Int8x16_t].eltype = intQI_type_node;
1548 arm_simd_types[Int16x4_t].eltype = intHI_type_node;
1549 arm_simd_types[Int16x8_t].eltype = intHI_type_node;
1550 arm_simd_types[Int32x2_t].eltype = intSI_type_node;
1551 arm_simd_types[Int32x4_t].eltype = intSI_type_node
1579 tree eltype = arm_simd_types[i].eltype; local
1709 tree eltype; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ppc-sysv-tdep.c 345 struct type *eltype = check_typedef (type->target_type ()); local
346 int i, nelt = type->length () / eltype->length ();
350 const gdb_byte *elval = val + i * eltype->length ();
352 if (eltype->code () == TYPE_CODE_FLT && !tdep->soft_float)
362 target_float_convert (elval, eltype,
376 else if (eltype->length () == 8)
385 eltype->length ());
406 unpack_long (eltype, elval));
818 struct type *eltype = check_typedef (type->target_type ()); local
819 int i, nelt = type->length () / eltype->length ()
1557 struct type *eltype; local
1704 struct type *eltype = check_typedef (type->target_type ()); local
1716 struct type *eltype; local
1997 struct type *eltype; local
    [all...]
opencl-lang.c 123 struct type *eltype = check_typedef (c->val->type ())->target_type (); local
125 LONGEST elsize = eltype->length ();
153 struct type *eltype = check_typedef (c->val->type ())->target_type (); local
155 LONGEST elsize = eltype->length ();
179 struct value *from_elm_val = value::allocate (eltype);
453 struct type *eltype = check_typedef (type->target_type ()); local
463 eltype->length (), 0,
474 + i * eltype->length ()),
475 tmp, eltype->length ());
616 struct type *eltype; local
    [all...]
valarith.c 1393 struct type *eltype, *scalar_type;
1406 eltype = check_typedef (vector_type->target_type ());
1407 elval = value_cast (eltype, scalar_value);
1413 if (eltype->length () < scalar_type->length ()
1419 int elt_len = eltype->length ();
1755 struct type *eltype = check_typedef (type->target_type ());
1763 int elt_len = eltype->length ();
1805 struct type *eltype = check_typedef (type->target_type ());
1814 int elt_len = eltype->length ();
1390 struct type *eltype, *scalar_type; local
1750 struct type *eltype = check_typedef (type->target_type ()); local
1800 struct type *eltype = check_typedef (type->target_type ()); local
ada-tasks.c 938 struct type *eltype = NULL; local
942 eltype = check_typedef (type->target_type ());
943 if (eltype != NULL
944 && eltype->code () == TYPE_CODE_PTR)
950 data->known_tasks_element = eltype;
  /src/external/gpl3/gdb/dist/gdb/
ppc-sysv-tdep.c 345 struct type *eltype = check_typedef (type->target_type ()); local
346 int i, nelt = type->length () / eltype->length ();
350 const gdb_byte *elval = val + i * eltype->length ();
352 if (eltype->code () == TYPE_CODE_FLT && !tdep->soft_float)
362 target_float_convert (elval, eltype,
376 else if (eltype->length () == 8)
385 eltype->length ());
406 unpack_long (eltype, elval));
818 struct type *eltype = check_typedef (type->target_type ()); local
819 int i, nelt = type->length () / eltype->length ()
1557 struct type *eltype; local
1704 struct type *eltype = check_typedef (type->target_type ()); local
1716 struct type *eltype; local
1997 struct type *eltype; local
    [all...]
opencl-lang.c 123 struct type *eltype = check_typedef (c->val->type ())->target_type (); local
125 LONGEST elsize = eltype->length ();
153 struct type *eltype = check_typedef (c->val->type ())->target_type (); local
155 LONGEST elsize = eltype->length ();
179 struct value *from_elm_val = value::allocate (eltype);
453 struct type *eltype = check_typedef (type->target_type ()); local
463 eltype->length (), 0,
474 + i * eltype->length ()),
475 tmp, eltype->length ());
616 struct type *eltype; local
    [all...]
valarith.c 1393 struct type *eltype, *scalar_type;
1406 eltype = check_typedef (vector_type->target_type ());
1407 elval = value_cast (eltype, scalar_value);
1413 if (eltype->length () < scalar_type->length ()
1419 int elt_len = eltype->length ();
1755 struct type *eltype = check_typedef (type->target_type ());
1763 int elt_len = eltype->length ();
1805 struct type *eltype = check_typedef (type->target_type ());
1814 int elt_len = eltype->length ();
1390 struct type *eltype, *scalar_type; local
1750 struct type *eltype = check_typedef (type->target_type ()); local
1800 struct type *eltype = check_typedef (type->target_type ()); local
ada-tasks.c 938 struct type *eltype = NULL; local
942 eltype = check_typedef (type->target_type ());
943 if (eltype != NULL
944 && eltype->code () == TYPE_CODE_PTR)
950 data->known_tasks_element = eltype;
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-builtins.h 88 tree eltype; variable
aarch64-builtins.cc 1056 aarch64_simd_types[Int8x8_t].eltype = intQI_type_node;
1057 aarch64_simd_types[Int8x16_t].eltype = intQI_type_node;
1058 aarch64_simd_types[Int16x4_t].eltype = intHI_type_node;
1059 aarch64_simd_types[Int16x8_t].eltype = intHI_type_node;
1060 aarch64_simd_types[Int32x2_t].eltype = intSI_type_node;
1061 aarch64_simd_types[Int32x4_t].eltype = intSI_type_node;
1062 aarch64_simd_types[Int64x1_t].eltype = intDI_type_node;
1063 aarch64_simd_types[Int64x2_t].eltype = intDI_type_node;
1064 aarch64_simd_types[Uint8x8_t].eltype = unsigned_intQI_type_node;
1065 aarch64_simd_types[Uint8x16_t].eltype = unsigned_intQI_type_node
1108 tree eltype = aarch64_simd_types[i].eltype; local
1327 tree eltype = aarch64_simd_builtin_type (op_mode, qualifiers); local
1389 tree eltype; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-builtins.h 114 tree eltype; member in struct:arm_simd_type_info
arm-builtins.cc 1570 arm_simd_types[Poly8x8_t].eltype = arm_simd_polyQI_type_node;
1571 arm_simd_types[Poly8x16_t].eltype = arm_simd_polyQI_type_node;
1572 arm_simd_types[Poly16x4_t].eltype = arm_simd_polyHI_type_node;
1573 arm_simd_types[Poly16x8_t].eltype = arm_simd_polyHI_type_node;
1583 arm_simd_types[Int8x8_t].eltype = get_typenode_from_name (INT8_TYPE);
1584 arm_simd_types[Int8x16_t].eltype = get_typenode_from_name (INT8_TYPE);
1585 arm_simd_types[Int16x4_t].eltype = get_typenode_from_name (INT16_TYPE);
1586 arm_simd_types[Int16x8_t].eltype = get_typenode_from_name (INT16_TYPE);
1587 arm_simd_types[Int32x2_t].eltype = get_typenode_from_name (INT32_TYPE);
1588 arm_simd_types[Int32x4_t].eltype = get_typenode_from_name (INT32_TYPE)
1616 tree eltype = arm_simd_types[i].eltype; local
1746 tree eltype; local
    [all...]
arm-mve-builtins.cc 346 arm_mve_type_for_scalar_type (tree eltype)
349 if (arm_simd_types[i].eltype == eltype
367 tree eltype = scalar_types[i]; local
369 if (eltype == boolean_type_node)
376 vectype = arm_mve_type_for_scalar_type (eltype);
  /src/external/gpl3/gcc/dist/gcc/
pointer-query.cc 592 tree eltype = TREE_TYPE (TREE_TYPE (ptr)); local
593 tree size = TYPE_SIZE_UNIT (eltype);
1826 tree eltype = TREE_TYPE (aref);
1827 tree tpsize = TYPE_SIZE_UNIT (eltype);
1838 if (ostype && TREE_CODE (eltype) == ARRAY_TYPE)
2555 tree eltype = artype;
2556 while (TREE_CODE (TREE_TYPE (eltype)) == ARRAY_TYPE)
2557 eltype = TREE_TYPE (eltype);
2559 tree subartype = eltype;
    [all...]
ubsan.cc 455 tree eltype = type; local
505 eltype = t;
512 switch (TREE_CODE (eltype))
520 if (TYPE_PRECISION (eltype) <= MAX_FIXED_MODE_SIZE)
528 if (TYPE_MODE (eltype) == TYPE_MODE (float_type_node)
529 || TYPE_MODE (eltype) == TYPE_MODE (double_type_node)
530 || TYPE_MODE (eltype) == TYPE_MODE (long_double_type_node))
539 tinfo = tkind == 0xffff ? 0 : get_ubsan_type_info_for_type (eltype);
545 TYPE_UNSIGNED (eltype));
  /src/external/gpl3/gcc.old/dist/gcc/
pointer-query.cc 590 tree eltype = TREE_TYPE (TREE_TYPE (ptr)); local
591 tree size = TYPE_SIZE_UNIT (eltype);
1810 tree eltype = TREE_TYPE (aref);
1811 tree tpsize = TYPE_SIZE_UNIT (eltype);
1822 if (ostype && TREE_CODE (eltype) == ARRAY_TYPE)
2542 tree eltype = artype;
2543 while (TREE_CODE (TREE_TYPE (eltype)) == ARRAY_TYPE)
2544 eltype = TREE_TYPE (eltype);
2546 tree subartype = eltype;
    [all...]
ubsan.cc 413 tree eltype = type; local
463 eltype = t;
470 switch (TREE_CODE (eltype))
480 if (TYPE_MODE (eltype) == TYPE_MODE (float_type_node)
481 || TYPE_MODE (eltype) == TYPE_MODE (double_type_node)
482 || TYPE_MODE (eltype) == TYPE_MODE (long_double_type_node))
491 tinfo = get_ubsan_type_info_for_type (eltype);
internal-fn.cc 2257 tree eltype = TREE_TYPE (TREE_TYPE (arg0)); local
2258 tree sz = TYPE_SIZE (eltype);
2313 tree atype = build_array_type_nelts (eltype, cnt);
2318 op0 = build4_loc (loc, ARRAY_REF, eltype, op0, cntv,
2325 op1 = build4_loc (loc, ARRAY_REF, eltype, op1, cntv,
2331 res = build4_loc (loc, ARRAY_REF, eltype, res, cntv,
2338 op0 = fold_build3_loc (loc, BIT_FIELD_REF, eltype, arg0, sz, bitpos);
2339 op1 = fold_build3_loc (loc, BIT_FIELD_REF, eltype, arg1, sz, bitpos);
2341 res = fold_build3_loc (loc, BIT_FIELD_REF, eltype, resv, sz,
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-builtins.cc 709 tree eltype; variable
892 aarch64_simd_types[Int8x8_t].eltype = intQI_type_node;
893 aarch64_simd_types[Int8x16_t].eltype = intQI_type_node;
894 aarch64_simd_types[Int16x4_t].eltype = intHI_type_node;
895 aarch64_simd_types[Int16x8_t].eltype = intHI_type_node;
896 aarch64_simd_types[Int32x2_t].eltype = intSI_type_node;
897 aarch64_simd_types[Int32x4_t].eltype = intSI_type_node;
898 aarch64_simd_types[Int64x1_t].eltype = intDI_type_node;
899 aarch64_simd_types[Int64x2_t].eltype = intDI_type_node;
900 aarch64_simd_types[Uint8x8_t].eltype = unsigned_intQI_type_node
944 tree eltype = aarch64_simd_types[i].eltype; local
1190 tree eltype; local
    [all...]
  /src/external/bsd/libevent/dist/
ht-internal.h 426 #define HT_FIND_OR_INSERT_(name, field, hashfn, head, eltype, elm, var, y, n) \
429 struct eltype **var; \
  /src/external/bsd/ntp/dist/sntp/libevent/
ht-internal.h 427 #define HT_FIND_OR_INSERT_(name, field, hashfn, head, eltype, elm, var, y, n) \
430 struct eltype **var; \
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-builtins.cc 3006 register_builtin_type (vector_type_index type, tree eltype, machine_mode mode)
3008 builtin_types[type].scalar = eltype;
3009 builtin_types[type].scalar_ptr = build_pointer_type (eltype);
3010 builtin_types[type].scalar_const_ptr = build_const_pointer (eltype);
3018 tree vectype = build_vector_type_for_mode (eltype, mode);
3037 tree eltype, unsigned int nf)
3097 builtin_types[type].scalar = eltype;
3098 builtin_types[type].scalar_ptr = build_pointer_type (eltype);
3099 builtin_types[type].scalar_const_ptr = build_const_pointer (eltype);

Completed in 72 milliseconds

1 2 3