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

1 2 3

  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-builtins.h 88 tree eltype; variable
aarch64-sve-builtins-base.cc 1570 tree eltype = TREE_TYPE (lhs_type); variable
1574 tree vectype = build_vector_type_for_mode (eltype, vq_mode);
1577 = build_pointer_type_for_mode (eltype, VOIDmode, true);
1582 = build_aligned_type (vectype, TYPE_ALIGN (eltype));
  /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
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-builtins.h 114 tree eltype; member in struct:arm_simd_type_info
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/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/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 940 struct type *eltype = NULL; local
944 eltype = check_typedef (type->target_type ());
945 if (eltype != NULL
946 && eltype->code () == TYPE_CODE_PTR)
952 data->known_tasks_element = 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...]
attribs.cc 2640 tree eltype = TREE_TYPE (type);
2673 type = build_array_type (eltype, index_type);
2638 tree eltype = TREE_TYPE (type); local
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...]
attribs.cc 2502 tree eltype = TREE_TYPE (type);
2535 type = build_array_type (eltype, index_type);
2500 tree eltype = TREE_TYPE (type); local
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);
  /src/external/gpl3/gcc/dist/libcc1/
libcp1plugin.cc 3073 tree eltype = TREE_TYPE (maxelt);
3082 onecst = fold_convert (eltype, onecst);
3085 nelts = fold_build2 (PLUS_EXPR, eltype, nelts, onecst);
3068 tree eltype = TREE_TYPE (maxelt); local
  /src/external/gpl3/gcc.old/dist/libcc1/
libcp1plugin.cc 3072 tree eltype = TREE_TYPE (maxelt);
3081 onecst = fold_convert (eltype, onecst);
3084 nelts = fold_build2 (PLUS_EXPR, eltype, nelts, onecst);
3067 tree eltype = TREE_TYPE (maxelt); local
  /src/external/gpl3/gcc/dist/gcc/cp/
mangle.cc 4036 tree eltype = TREE_TYPE (valtype); local
4040 write_type (eltype);
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-attribs.cc 4524 tree eltype = TREE_TYPE (type); local
4525 eltype = TYPE_MAIN_VARIANT (eltype);
4526 if (eltype == char_type_node
4527 || eltype == signed_char_type_node
4528 || eltype == unsigned_char_type_node)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
mangle.cc 3691 tree eltype = TREE_TYPE (valtype); local
3695 write_type (eltype);

Completed in 72 milliseconds

1 2 3