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

1 2

  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.h 35 bfd_signed_vma group_size; member in struct:ppc64_elf_params
elf64-ppc.c 7804 if (htab->params->group_size < 0)
7806 limit = -htab->params->group_size;
7812 limit = htab->params->group_size;
13414 bfd_size_type group_size;
13418 group_size = (ppc64_elf_section_data (tail) != NULL
13422 big_sec = total > group_size;
13433 ? (group_size = stub_group_size >> 10) : group_size))
13438 than group_size and thus can be handled by one stub
13440 group_size, in which case we may be toast.) We shoul
13410 bfd_size_type group_size; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.h 35 bfd_signed_vma group_size; member in struct:ppc64_elf_params
elf64-ppc.c 7804 if (htab->params->group_size < 0)
7806 limit = -htab->params->group_size;
7812 limit = htab->params->group_size;
13411 bfd_size_type group_size;
13415 group_size = (ppc64_elf_section_data (tail) != NULL
13419 big_sec = total > group_size;
13430 ? (group_size = stub_group_size >> 10) : group_size))
13435 than group_size and thus can be handled by one stub
13437 group_size, in which case we may be toast.) We shoul
13407 bfd_size_type group_size; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.h 35 bfd_signed_vma group_size; member in struct:ppc64_elf_params
elf64-ppc.c 7797 if (htab->params->group_size < 0)
7799 limit = -htab->params->group_size;
7805 limit = htab->params->group_size;
13394 bfd_size_type group_size;
13398 group_size = (ppc64_elf_section_data (tail) != NULL
13402 big_sec = total > group_size;
13413 ? (group_size = stub_group_size >> 10) : group_size))
13418 than group_size and thus can be handled by one stub
13420 group_size, in which case we may be toast.) We shoul
13390 bfd_size_type group_size; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.h 35 bfd_signed_vma group_size; member in struct:ppc64_elf_params
elf64-ppc.c 7794 if (htab->params->group_size < 0)
7796 limit = -htab->params->group_size;
7802 limit = htab->params->group_size;
13387 bfd_size_type group_size;
13391 group_size = (ppc64_elf_section_data (tail) != NULL
13395 big_sec = total > group_size;
13406 ? (group_size = stub_group_size >> 10) : group_size))
13411 than group_size and thus can be handled by one stub
13413 group_size, in which case we may be toast.) We shoul
13383 bfd_size_type group_size; local
    [all...]
  /src/external/gpl2/lvm2/dist/lib/uuid/
uuid.c 162 static unsigned group_size[] = { 6, 4, 4, 4, 4, 4, 6 }; local
173 memcpy(buffer, id->uuid + tot, group_size[i]);
174 buffer += group_size[i];
175 tot += group_size[i];
  /src/sys/dev/ic/
cs89x0.c 689 int group_size; local
701 group_size = header & 0xF000;
711 offset_max = offset + (group_size << 1);
724 x += group_size + 1;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_stream.h 39 int group_size; member in struct:timing_sync_info
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc.c 962 int group_size = 1; local
981 pipe_set[group_size] = unsynced_pipes[j];
983 group_size++;
988 for (j = 0; j < group_size; j++) {
999 for (k = 0; k < group_size; k++) {
1003 status->timing_sync_info.group_size = group_size;
1011 for (j = j + 1; j < group_size; j++) {
1013 group_size--;
1014 pipe_set[j] = pipe_set[group_size];
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_evergreen_cs.c 52 u32 group_size; member in struct:evergreen_cs_track
217 palign = MAX(64, track->group_size / surf->bpe);
219 surf->base_align = track->group_size;
239 palign = track->group_size / (8 * surf->bpe * surf->nsamples);
242 surf->base_align = track->group_size;
249 track->group_size, surf->bpe, surf->nsamples);
2754 track->group_size = 256;
2758 track->group_size = 512;
radeon_r600_cs.c 41 extern void r600_cs_legacy_get_tiling_conf(struct drm_device *dev, u32 *npipes, u32 *nbanks, u32 *group_size);
46 u32 group_size; member in struct:r600_cs_track
246 u32 group_size; member in struct:array_mode_checker
276 *pitch_align = max((u32)64, (u32)(values->group_size / values->blocksize));
279 *base_align = values->group_size;
283 (u32)(values->group_size /
287 *base_align = values->group_size;
291 (u32)((values->group_size * values->nbanks) /
386 array_check.group_size = track->group_size;
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_tar.c 3641 int group_size = 0; local
3642 while (group_size < 4 && len > 0) {
3658 group_size++;
3661 v <<= 6 * (4 - group_size);
3663 switch (group_size) {
3673 d += group_size * 3 / 4;
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-stmts.cc 1485 says how the load or store is going to be implemented and GROUP_SIZE
1499 int group_size,
1522 = (is_load ? vect_load_lanes_supported (vectype, group_size, true)
1523 : vect_store_lanes_supported (vectype, group_size, true));
1613 nvectors = group_memory_nvectors (group_size * vf, nunits);
1621 nvectors = group_memory_nvectors (group_size * vf, nunits);
1994 unsigned int group_size; local
2000 group_size = DR_GROUP_SIZE (first_stmt_info);
2008 group_size = 1;
2045 if (multiple_p (nunits, group_size))
    [all...]
tree-vect-loop.cc 2581 unsigned int group_size = DR_GROUP_SIZE (first_element); local
2605 DR_GROUP_GAP (vinfo) = group_size - 1;
2986 int group_size = SLP_TREE_LANES (slp_root); local
3007 && vect_store_lanes_supported (vectype, group_size, false)
5594 which performs a reduction involving GROUP_SIZE scalar statements.
5604 unsigned int group_size, tree neutral_op)
5612 gcc_assert (group_size == initial_values.length () || neutral_op);
5631 nunits = group_size;
5641 i = j % group_size;
6022 unsigned int group_size = 1, k local
7155 int group_size = 1; local
8129 unsigned int group_size = SLP_TREE_LANES (slp_node); local
10165 unsigned group_size = SLP_TREE_LANES (slp_node); local
    [all...]
tree-vect-slp.cc 295 /* Allocate operands info for NOPS operands, and GROUP_SIZE def-stmts for each
298 vect_create_oprnd_info (int nops, int group_size)
308 oprnd_info->def_stmts.create (group_size);
309 oprnd_info->ops.create (group_size);
1007 number of units in VECTYPE. GROUP_SIZE and MAX_NUNITS are as for
1012 unsigned int group_size,
1028 && !multiple_p (group_size, TYPE_VECTOR_SUBPARTS (vectype)))
1059 vec<stmt_vec_info> stmts, unsigned int group_size,
1130 &nunits_vectype, group_size))
1142 && !vect_record_max_nunits (vinfo, stmt_info, group_size,
1795 unsigned group_size = SLP_TREE_LANES (op1); local
3320 unsigned int group_size = scalar_stmts.length (); local
6160 unsigned int group_size = SLP_TREE_LANES (node); local
6216 unsigned int group_size = SLP_TREE_LANES (node); local
6276 unsigned group_size = SLP_TREE_SCALAR_OPS (node).length (); local
6427 unsigned group_size = SLP_TREE_LANES (child); local
8323 int group_size = op_node->ops.length (); local
8578 unsigned int group_size = SLP_TREE_SCALAR_STMTS (node).length (); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-early-ra.cc 273 unsigned int group_size : 8; member in struct:__anon12651::early_ra::allocno_info
744 return reinterpret_cast<allocno_group_info *> (chain_end - group_size) - 1;
1359 allocno->group_size = size;
1582 if (dest_allocno->group_size != 1
2070 if (allocno1->offset + 1 < allocno1->group_size
2071 && allocno2->offset + 1 < allocno2->group_size)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-slp.cc 264 /* Allocate operands info for NOPS operands, and GROUP_SIZE def-stmts for each
267 vect_create_oprnd_info (int nops, int group_size)
277 oprnd_info->def_stmts.create (group_size);
278 oprnd_info->ops.create (group_size);
857 number of units in VECTYPE. GROUP_SIZE and MAX_NUNITS are as for
862 unsigned int group_size,
878 && !multiple_p (group_size, TYPE_VECTOR_SUBPARTS (vectype)))
909 vec<stmt_vec_info> stmts, unsigned int group_size,
976 &nunits_vectype, group_size))
988 && !vect_record_max_nunits (vinfo, stmt_info, group_size,
1594 unsigned group_size = SLP_TREE_LANES (op1); local
3063 unsigned int group_size = scalar_stmts.length (); local
4548 unsigned int group_size = SLP_TREE_LANES (node); local
4602 unsigned int group_size = SLP_TREE_LANES (node); local
4660 unsigned group_size = SLP_TREE_SCALAR_OPS (node).length (); local
4801 unsigned group_size = SLP_TREE_LANES (child); local
6462 int group_size = op_node->ops.length (); local
6717 unsigned int group_size = SLP_TREE_SCALAR_STMTS (node).length (); local
    [all...]
tree-vect-stmts.cc 984 int group_size = DR_GROUP_SIZE (first_stmt_info); local
985 int nstmts = ncopies * ceil_log2 (group_size) * group_size;
991 "vect_model_store_cost: strided group_size = %d .\n",
992 group_size);
1197 int group_size = DR_GROUP_SIZE (first_stmt_info); local
1198 int nstmts = ncopies * ceil_log2 (group_size) * group_size;
1204 "vect_model_load_cost: strided group_size = %d .\n",
1205 group_size);
2185 unsigned int group_size = DR_GROUP_SIZE (first_stmt_info); local
8753 unsigned int group_size; local
11670 unsigned int group_size = 0; local
    [all...]
tree-vect-loop.cc 2055 unsigned int group_size = DR_GROUP_SIZE (first_element); local
2074 DR_GROUP_GAP (vinfo) = group_size - 1;
2466 int group_size = SLP_TREE_LANES (slp_root); local
2487 && vect_store_lanes_supported (vectype, group_size, false))
4794 which performs a reduction involving GROUP_SIZE scalar statements.
4804 unsigned int group_size, tree neutral_op)
4812 gcc_assert (group_size == initial_values.length () || neutral_op);
4831 nunits = group_size;
4841 i = j % group_size;
5221 unsigned int group_size = 1, k local
6293 int group_size = 1; local
7218 unsigned int group_size = SLP_TREE_LANES (slp_node); local
8312 unsigned group_size = SLP_TREE_LANES (slp_node); local
    [all...]
  /src/external/gpl3/gdb/dist/include/opcode/
aarch64.h 1624 unsigned group_size : 8;
1621 unsigned group_size : 8; member in struct:aarch64_indexed_za
  /src/external/gpl3/gdb.old/dist/include/opcode/
aarch64.h 1499 unsigned group_size : 8;
1496 unsigned group_size : 8; member in struct:aarch64_indexed_za
  /src/external/gpl3/binutils/dist/include/opcode/
aarch64.h 1767 unsigned group_size : 8;
1764 unsigned group_size : 8; member in struct:aarch64_indexed_za

Completed in 203 milliseconds

1 2