| /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)
|
| 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))
|
| 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);
|
| /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)
|
| 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))
|
| 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-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);
|
| /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;
|
| 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)
|
| 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)
|
| 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);
|
| 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);
|
| 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;
|