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

1 2

  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
date_and_time.c 203 index_type len, delta, elt_size; local
205 elt_size = GFC_DESCRIPTOR_SIZE (__values);
217 if (elt_size == 4)
224 else if (elt_size == 8)
  /src/external/gpl3/gcc/dist/gcc/
alloc-pool.h 560 int elt_size; member in struct:alloc_pool_descriptor
vec.h 307 size_t elt_size = sizeof (T); local
313 v->m_vecpfx.release_overhead (v, elt_size * v->allocated (),
322 v->m_vecpfx.register_overhead (v, alloc, elt_size PASS_MEM_STAT);
337 size_t elt_size = sizeof (T); local
345 v->m_vecpfx.release_overhead (v, elt_size * v->allocated (),
414 size_t elt_size = sizeof (T); local
415 alloc = (size - vec_offset) / elt_size;
418 size = vec_offset + alloc * elt_size;
dwarf2out.h 214 unsigned elt_size; variable
gimple-fold.cc 7952 offset_int elt_size; local
7972 elt_size = wi::to_offset (TYPE_SIZE_UNIT (TREE_TYPE (TREE_TYPE (ctor))));
7976 by zero below when ELT_SIZE is zero, such as with the result of
7978 if (elt_size == 0
7986 elt_size);
7990 inner_offset = offset % (elt_size.to_uhwi () * BITS_PER_UNIT);
7992 unsigned HOST_WIDE_INT elt_sz = elt_size.to_uhwi ();
8513 unsigned HOST_WIDE_INT elt_size, access_index; local
8557 elt_size = tree_to_uhwi (TYPE_SIZE_UNIT (TREE_TYPE (TREE_TYPE (init))));
8559 access_index = offset / BITS_PER_UNIT / elt_size;
    [all...]
varasm.cc 5390 int elt_size = GET_MODE_SIZE (limb_mode);
5404 output_constant (c, elt_size, nalign, reverse, false);
5405 thissize += elt_size;
5415 output_constant (c, elt_size, nalign, reverse, false);
5416 thissize += elt_size; local
5440 int elt_size = GET_MODE_SIZE (inner);
5441 output_constant (VECTOR_CST_ELT (exp, 0), elt_size, align,
5443 thissize = elt_size;
5448 output_constant (VECTOR_CST_ELT (exp, i), elt_size, nalign,
5450 thissize += elt_size;
5366 int elt_size = GET_MODE_SIZE (limb_mode); local
5417 output_constant (VECTOR_CST_ELT (exp, 0), elt_size, align, local
5424 output_constant (VECTOR_CST_ELT (exp, i), elt_size, nalign, local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
target-memory.cc 748 size_t elt_size; local
750 gfc_target_expr_size (c->expr, &elt_size);
753 len = elt_size * (size_t)mpz_get_si (c->offset);
trans-io.cc 777 tree elt_size = TYPE_SIZE_UNIT (gfc_get_element_type (type)); local
778 elt_size = fold_convert (gfc_array_index_type, elt_size);
791 gfc_array_index_type, elts_count, elt_size);
803 gfc_array_index_type, elts_count, elt_size);
trans.cc 551 tree elt_size = fold_convert (gfc_array_index_type, local
556 zero_based_index, elt_size);
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
date_and_time.c 203 index_type len, delta, elt_size; local
205 elt_size = GFC_DESCRIPTOR_SIZE (__values);
217 if (elt_size == 4)
224 else if (elt_size == 8)
236 else if (elt_size == 2)
249 else if (elt_size == 16)
  /src/external/gpl3/gcc.old/dist/gcc/
alloc-pool.h 560 int elt_size; member in struct:alloc_pool_descriptor
vec.h 279 size_t elt_size = sizeof (T); local
285 v->m_vecpfx.release_overhead (v, elt_size * v->allocated (),
294 v->m_vecpfx.register_overhead (v, alloc, elt_size PASS_MEM_STAT);
309 size_t elt_size = sizeof (T); local
314 v->m_vecpfx.release_overhead (v, elt_size * v->allocated (),
383 size_t elt_size = sizeof (T); local
384 alloc = (size - vec_offset) / elt_size;
387 size = vec_offset + alloc * elt_size;
dwarf2out.h 214 unsigned elt_size; variable
gimple-fold.cc 7794 offset_int elt_size; local
7814 elt_size = wi::to_offset (TYPE_SIZE_UNIT (TREE_TYPE (TREE_TYPE (ctor))));
7818 by zero below when ELT_SIZE is zero, such as with the result of
7820 if (elt_size == 0
7828 elt_size);
7832 inner_offset = offset % (elt_size.to_uhwi () * BITS_PER_UNIT);
7834 unsigned HOST_WIDE_INT elt_sz = elt_size.to_uhwi ();
8355 unsigned HOST_WIDE_INT elt_size, access_index; local
8399 elt_size = tree_to_uhwi (TYPE_SIZE_UNIT (TREE_TYPE (TREE_TYPE (init))));
8401 access_index = offset / BITS_PER_UNIT / elt_size;
    [all...]
varasm.cc 5339 int elt_size = GET_MODE_SIZE (inner);
5340 output_constant (VECTOR_CST_ELT (exp, 0), elt_size, align,
5342 thissize = elt_size;
5347 output_constant (VECTOR_CST_ELT (exp, i), elt_size, nalign,
5349 thissize += elt_size;
5315 int elt_size = GET_MODE_SIZE (inner); local
5316 output_constant (VECTOR_CST_ELT (exp, 0), elt_size, align, local
5323 output_constant (VECTOR_CST_ELT (exp, i), elt_size, nalign, local
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
target-memory.cc 745 size_t elt_size; local
747 gfc_target_expr_size (c->expr, &elt_size);
750 len = elt_size * (size_t)mpz_get_si (c->offset);
trans.cc 522 tree elt_size = fold_convert (gfc_array_index_type, local
527 zero_based_index, elt_size);
trans-io.cc 776 tree elt_size = TYPE_SIZE_UNIT (gfc_get_element_type (type)); local
777 elt_size = fold_convert (gfc_array_index_type, elt_size);
790 gfc_array_index_type, elts_count, elt_size);
802 gfc_array_index_type, elts_count, elt_size);
  /src/external/bsd/flex/dist/src/
flexdef.h 1053 size_t elt_size; /* in bytes. */ member in struct:Buf
  /src/external/gpl3/gdb/dist/gdb/
valarith.c 184 LONGEST elt_size = type_length_units (elt_type); local
186 && !array->bytes_available (elt_size * index, elt_size))
189 val->mark_bytes_unavailable (0, elt_size);
191 val->set_address (array->address () + elt_size * index);
214 LONGEST elt_size = type_length_units (elt_type); local
223 elt_size = stride / (unit_size * 8);
226 LONGEST elt_offs = elt_size * (index - lowerbound);
  /src/external/gpl3/gdb.old/dist/gdb/
valarith.c 184 LONGEST elt_size = type_length_units (elt_type); local
186 && !array->bytes_available (elt_size * index, elt_size))
189 val->mark_bytes_unavailable (0, elt_size);
191 val->set_address (array->address () + elt_size * index);
214 LONGEST elt_size = type_length_units (elt_type); local
223 elt_size = stride / (unit_size * 8);
226 LONGEST elt_offs = elt_size * (index - lowerbound);
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-v.cc 2046 compute_vlmax (unsigned vector_bits, unsigned elt_size, unsigned min_size)
2053 return ((vector_bits / elt_size) * min_size) / TARGET_MIN_VLEN;
2101 unsigned elt_size = GET_MODE_BITSIZE (GET_MODE_INNER (mode)); local
2104 unsigned vlmax_max = compute_vlmax (vlen_max, elt_size, min_size);
2106 unsigned vlmax_min = compute_vlmax (vlen_min, elt_size, min_size);
  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.cc 348 tree elt_size = TYPE_SIZE_UNIT (TREE_TYPE (type)); local
362 || !tree_fits_uhwi_p (elt_size))
376 fields[n++].offset += i * tree_to_uhwi (elt_size);
388 HOST_WIDE_INT elt_size = GET_MODE_SIZE (TYPE_MODE (TREE_TYPE (type)));
390 if (elt_size <= UNITS_PER_FP_ARG)
395 fields[1].offset = offset + elt_size;
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv.cc 2823 tree elt_size = TYPE_SIZE_UNIT (TREE_TYPE (type));
2837 || !tree_fits_uhwi_p (elt_size))
2851 fields[n++].offset += i * tree_to_uhwi (elt_size);
2863 HOST_WIDE_INT elt_size = GET_MODE_SIZE (TYPE_MODE (TREE_TYPE (type)));
2865 if (elt_size <= UNITS_PER_FP_ARG)
2870 fields[1].offset = offset + elt_size;
2820 tree elt_size = TYPE_SIZE_UNIT (TREE_TYPE (type)); local
  /src/external/gpl3/binutils/dist/bfd/
elflink.c 9858 size_t elt_size;
9883 elt_size = reldata->hdr->sh_entsize;
9885 end = base + count * elt_size;
9886 if (elt_size > sizeof (Elf64_External_Rela))
9892 for (p = loc = base; (p += elt_size) < end; )
9907 memcpy (onebuf, loc, elt_size);
9908 memmove (base + elt_size, base, loc - base);
9909 memcpy (base, onebuf, elt_size);
9912 for (p = base + elt_size; (p += elt_size) < end;
9846 size_t elt_size; local
    [all...]

Completed in 57 milliseconds

1 2