| /src/external/gpl3/gcc/dist/gcc/ |
| rtx-vector-builder.cc | 68 unsigned int nelts; local 69 if (!GET_MODE_NUNITS (m_mode).is_constant (&nelts)) 70 nelts = encoded_nelts (); 71 rtvec v = rtvec_alloc (nelts); 72 for (unsigned int i = 0; i < nelts; ++i)
|
| vector-builder.h | 216 unsigned int nelts = encoded_nelts (); local 217 for (unsigned int i = 0; i < nelts; ++i) 347 poly_uint64 nelts = Derived::nelts_of (vec1); local 348 gcc_assert (known_eq (nelts, Derived::nelts_of (vec2))); 357 if (nelts.is_constant (&const_nelts))
|
| gimple-array-bounds.cc | 539 const offset_int nelts = aref.sizrng[1] / eltsize; local 540 reftype = build_printable_array_type (reftype, nelts.to_uhwi ());
|
| gimple-ssa-isolate-paths.cc | 651 unsigned nelts = argsloc.locvec.length () + nlocs; local 652 argsloc.locvec.reserve (nelts);
|
| fold-const-call.cc | 627 unsigned HOST_WIDE_INT nelts; local 629 || !VECTOR_CST_NELTS (arg).is_constant (&nelts)) 633 for (unsigned HOST_WIDE_INT i = 1; i < nelts; i++) 701 poly_uint64 nelts = TYPE_VECTOR_SUBPARTS (type); local 702 if (known_ge (diff, nelts)) 706 if (known_le (diff, nelts) && diff.is_constant (&const_diff)) 1398 unsigned HOST_WIDE_INT nelts; local 1399 if (!VECTOR_CST_NELTS (arg1).is_constant (&nelts)) 1402 for (unsigned HOST_WIDE_INT i = 0; i < nelts; i++)
|
| tree-ssa.cc | 1712 poly_uint64 lhs_bits, nelts; local 1717 &nelts) 1718 && valid_vector_subparts_p (nelts)) 1720 if (known_eq (nelts, 1u)) 1725 nelts); 2112 poly_uint64 lhs_bits, nelts; local 2120 &nelts) 2121 && maybe_ne (nelts, 1u) 2122 && valid_vector_subparts_p (nelts)) 2123 temtype = build_vector_type (temtype, nelts); [all...] |
| tree-vect-loop-manip.cc | 312 poly_uint64 nelts = TYPE_VECTOR_SUBPARTS (vectype); local 313 poly_uint64 base = exact_div (nelts, 2) * offset; 314 vec_perm_builder sel (nelts, 2, 3); 318 sel.quick_push (base + i + nelts); 320 indices->new_vector (sel, 2, nelts);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| rtx-vector-builder.cc | 68 unsigned int nelts; local 69 if (!GET_MODE_NUNITS (m_mode).is_constant (&nelts)) 70 nelts = encoded_nelts (); 71 rtvec v = rtvec_alloc (nelts); 72 for (unsigned int i = 0; i < nelts; ++i)
|
| vector-builder.h | 216 unsigned int nelts = encoded_nelts (); local 217 for (unsigned int i = 0; i < nelts; ++i) 347 poly_uint64 nelts = Derived::nelts_of (vec1); local 348 gcc_assert (known_eq (nelts, Derived::nelts_of (vec2))); 357 if (nelts.is_constant (&const_nelts))
|
| gimple-array-bounds.cc | 454 const offset_int nelts = aref.sizrng[1] / eltsize; local 455 reftype = build_printable_array_type (reftype, nelts.to_uhwi ());
|
| gimple-ssa-isolate-paths.cc | 651 unsigned nelts = argsloc.locvec.length () + nlocs; local 652 argsloc.locvec.reserve (nelts);
|
| fold-const-call.cc | 631 unsigned HOST_WIDE_INT nelts; local 633 || !VECTOR_CST_NELTS (arg).is_constant (&nelts)) 637 for (unsigned HOST_WIDE_INT i = 1; i < nelts; i++) 705 poly_uint64 nelts = TYPE_VECTOR_SUBPARTS (type); local 706 if (known_ge (diff, nelts)) 710 if (known_le (diff, nelts) && diff.is_constant (&const_diff)) 1340 unsigned HOST_WIDE_INT nelts; local 1341 if (!VECTOR_CST_NELTS (arg1).is_constant (&nelts)) 1344 for (unsigned HOST_WIDE_INT i = 0; i < nelts; i++)
|
| tree-ssa.cc | 1712 poly_uint64 lhs_bits, nelts; local 1717 &nelts) 1718 && valid_vector_subparts_p (nelts)) 1720 if (known_eq (nelts, 1u)) 1725 nelts); 2098 poly_uint64 lhs_bits, nelts; local 2106 &nelts) 2107 && maybe_ne (nelts, 1u) 2108 && valid_vector_subparts_p (nelts)) 2109 temtype = build_vector_type (temtype, nelts); [all...] |
| /src/external/mit/libuv/dist/src/ |
| heap-inl.h | 42 unsigned int nelts; member in struct:heap 64 heap->nelts = 0; 123 for (k = 0, n = 1 + heap->nelts; n >= 2; k += 1, n /= 2) 141 heap->nelts += 1; 160 if (heap->nelts == 0) 167 for (k = 0, n = heap->nelts; n >= 2; k += 1, n /= 2) 181 heap->nelts -= 1;
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-fold.cc | 76 tree nelts = array_type_nelts (TREE_TYPE (ary)); local 78 nelts = c_fully_fold_internal (nelts, true, &dummy1, &dummy2, false, false); 80 if (!tree_int_cst_le (index, nelts)
|
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-fold.cc | 76 tree nelts = array_type_nelts (TREE_TYPE (ary)); local 78 nelts = c_fully_fold_internal (nelts, true, &dummy1, &dummy2, false, false); 80 if (!tree_int_cst_le (index, nelts)
|
| /src/external/gpl3/gcc/dist/libcpp/ |
| symtab.cc | 276 size_t nelts, nids, overhead, headers; local 306 nelts = table->nelements; 310 (unsigned long) nelts); 312 (unsigned long) nids, nids * 100.0 / nelts); 332 exp_len = (double)total_bytes / (double)nelts; 334 exp_len2 = (double) sum_of_squares / (double) nelts; 339 (double) nelts / (double) table->searches);
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| symtab.cc | 276 size_t nelts, nids, overhead, headers; local 306 nelts = table->nelements; 310 (unsigned long) nelts); 312 (unsigned long) nids, nids * 100.0 / nelts); 332 exp_len = (double)total_bytes / (double)nelts; 334 exp_len2 = (double) sum_of_squares / (double) nelts; 339 (double) nelts / (double) table->searches);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64-sve-builtins-functions.h | 504 poly_uint64 nelts = TYPE_VECTOR_SUBPARTS (TREE_TYPE (f.lhs)); local 505 vec_perm_indices indices (builder, nargs, nelts); 506 tree perm_type = build_vector_type (ssizetype, nelts);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| f-valprint.c | 105 int nelts; member in struct:dimension_stats 150 void start_dimension (struct type *index_type, LONGEST nelts, bool inner_p) 159 m_stats[dim_indx].nelts = nelts; 197 * m_stats[dim_indx + 1].nelts) 219 m_elts += nrepeats * m_stats[dim_indx + 1].nelts;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| f-valprint.c | 105 int nelts; member in struct:dimension_stats 150 void start_dimension (struct type *index_type, LONGEST nelts, bool inner_p) 159 m_stats[dim_indx].nelts = nelts; 197 * m_stats[dim_indx + 1].nelts) 219 m_elts += nrepeats * m_stats[dim_indx + 1].nelts;
|
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-sve-builtins-functions.h | 598 poly_uint64 nelts = TYPE_VECTOR_SUBPARTS (TREE_TYPE (f.lhs)); local 599 vec_perm_indices indices (builder, nargs, nelts); 600 tree perm_type = build_vector_type (ssizetype, nelts);
|
| aarch64-sve-builtins-base.cc | 1304 unsigned HOST_WIDE_INT nelts; variable 1332 if (!VECTOR_CST_NELTS (pred).is_constant (&nelts)) 1343 nelts = npats; 1368 i = MAX ((int)nelts - step, 0); 2388 /* Permute as { nelts - 1, nelts - 2, nelts - 3, ... }. */ 2389 poly_int64 nelts = TYPE_VECTOR_SUBPARTS (TREE_TYPE (f.lhs)); 2390 vec_perm_builder builder (nelts, 1, 3); 2392 builder.quick_push (nelts - i - 1) 2730 poly_uint64 nelts = TYPE_VECTOR_SUBPARTS (TREE_TYPE (f.lhs)); variable 2841 poly_uint64 nelts = TYPE_VECTOR_SUBPARTS (TREE_TYPE (f.lhs)); variable 2884 poly_uint64 nelts = GET_MODE_NUNITS (f.vector_mode (0)); local 2963 poly_uint64 nelts = TYPE_VECTOR_SUBPARTS (TREE_TYPE (f.lhs)); variable [all...] |
| /src/external/bsd/flex/dist/src/ |
| flexdef.h | 1052 int nelts; /* number of elements. */ member in struct:Buf
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| constexpr.cc | 811 unsigned nelts = 0; local 817 nelts = CONSTRUCTOR_NELTS (body); 823 if (nelts == 0 && next_aggregate_field (field)) 836 for (unsigned i = 0; i <= nelts; ++i) 839 if (i < nelts) 3799 tree nelts = array_type_nelts_top (TREE_TYPE (TREE_OPERAND (lhs, 0))); 3800 nelts = cxx_eval_constant_expression (ctx, nelts, vc_prvalue, 3805 if (!tree_int_cst_le (t, nelts)) 4394 tree nelts; [all...] |