Searched refs:nelts (Results 1 - 25 of 27) sorted by relevance

12

/haiku-buildtools/gcc/libcpp/
H A Dsymtab.c276 size_t nelts, nids, overhead, headers; local
306 nelts = table->nelements;
311 (unsigned long) nelts);
313 (unsigned long) nids, nids * 100.0 / nelts);
324 exp_len = (double)total_bytes / (double)nelts;
326 exp_len2 = (double) sum_of_squares / (double) nelts;
331 (double) nelts / (double) table->searches);
/haiku-buildtools/gcc/gcc/cp/
H A Dinit.c157 build_zero_init_1 (tree type, tree nelts, bool static_storage_p, argument
180 gcc_assert (nelts == NULL_TREE || TREE_CODE (nelts) == INTEGER_CST);
231 /*nelts=*/NULL_TREE,
252 if (nelts)
254 MINUS_EXPR, TREE_TYPE (nelts),
255 nelts, integer_one_node);
279 /*nelts=*/NULL_TREE,
316 build_zero_init (tree type, tree nelts, bool static_storage_p) argument
318 return build_zero_init_1 (type, nelts, static_storage_
2134 build_raw_new_expr(vec<tree, va_gc> *placement, tree type, tree nelts, vec<tree, va_gc> *init, int use_global_new) argument
2278 build_new_1(vec<tree, va_gc> **placement, tree type, tree nelts, vec<tree, va_gc> **init, bool globally_qualified_p, tsubst_flags_t complain) argument
3015 build_new(vec<tree, va_gc> **placement, tree type, tree nelts, vec<tree, va_gc> **init, int use_global_new, tsubst_flags_t complain) argument
3604 tree nelts = size_int (CONSTRUCTOR_NELTS (init) - 1); local
[all...]
H A Dconstexpr.c703 unsigned i, nelts; local
709 nelts = CONSTRUCTOR_NELTS (body);
715 if (nelts == 0 && next_initializable_field (field))
726 for (i = 0; i <= nelts; ++i)
729 if (i == nelts)
3206 tree nelts = array_type_nelts_top (TREE_TYPE (TREE_OPERAND (op00, 0))); local
3208 if (!tree_int_cst_le (t, nelts))
H A Dmangle.c2800 tree nelts = TREE_OPERAND (expr, 2); local
2818 if (nelts)
2822 domain = compute_array_index_type (NULL_TREE, nelts,
H A Ddecl.c951 size_t i, nelts;
958 nelts = vec_safe_length (local_names);
959 for (i = 0; i < nelts; i++)
3854 { "nelts", &nelts_identifier, 0 },
6357 size_t nelts;
6361 nelts = vec_safe_length (elts);
6362 for (i = 0; i < nelts; ++i)
6386 size_t nelts;
6390 nelts = vec_safe_length (elts);
6391 for (i = 0; i < nelts;
947 size_t i, nelts; local
6345 size_t nelts; local
6374 size_t nelts; local
[all...]
H A Dcall.c1841 int nelts = CONSTRUCTOR_NELTS (expr); local
1844 if (nelts == 0)
1846 else if (nelts == 1)
6304 int nelts = CONSTRUCTOR_NELTS (expr); local
6305 if (nelts == 0)
6307 else if (nelts == 1)
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dexcept.c277 int nelts;
322 nelts = list_length (handler_array_init);
324 = build_index_type (build_int_2 (nelts - 1, - (nelts == 0)));
276 int nelts; local
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-forwprop.c1817 unsigned nelts; local
1821 nelts = VECTOR_CST_NELTS (m);
1823 idx %= 2 * nelts;
1824 if (idx < nelts)
1831 idx -= nelts;
1852 unsigned int nelts, i, j; local
1861 nelts = VECTOR_CST_NELTS (mask);
1862 for (i = 0; i < nelts; i++)
1866 j = TREE_INT_CST_LOW (val) & (2 * nelts - 1);
1869 else if (j == i + nelts)
1997 unsigned elem_size, nelts, i; local
[all...]
H A Dtree-vect-generic.c1041 unsigned int i, j, nelts = TYPE_VECTOR_SUBPARTS (type); local
1049 if (nelts <= 2 || CONSTRUCTOR_NELTS (rhs) != nelts)
1064 for (j = 0; j < nelts + 1; j++)
1083 cst = XALLOCAVEC (tree, nelts);
1084 for (i = 0; i < nelts; i++)
1100 for (i = 0; i < nelts; i++)
H A Dfold-const.c1520 unsigned int nelts = TYPE_VECTOR_SUBPARTS (type), i;
1523 gcc_assert (TYPE_VECTOR_SUBPARTS (TREE_TYPE (arg1)) == nelts / 2
1524 && TYPE_VECTOR_SUBPARTS (TREE_TYPE (arg2)) == nelts / 2);
1529 elts = XALLOCAVEC (tree, nelts);
1531 || !vec_cst_ctor_to_array (arg2, elts + nelts / 2))
1534 for (i = 0; i < nelts; i++)
1551 unsigned int nelts = TYPE_VECTOR_SUBPARTS (type);
1555 gcc_assert (TYPE_VECTOR_SUBPARTS (TREE_TYPE (arg1)) == nelts * 2
1556 && TYPE_VECTOR_SUBPARTS (TREE_TYPE (arg2)) == nelts * 2);
1560 elts = XALLOCAVEC (tree, nelts *
1515 unsigned int nelts = TYPE_VECTOR_SUBPARTS (type), i; local
1546 unsigned int nelts = TYPE_VECTOR_SUBPARTS (type); local
1692 unsigned int nelts = TYPE_VECTOR_SUBPARTS (type), i; local
1727 unsigned int nelts, i; local
9635 unsigned int nelts = TYPE_VECTOR_SUBPARTS (TREE_TYPE (arg)), i; local
9667 unsigned int nelts = TYPE_VECTOR_SUBPARTS (type), i; local
13469 unsigned int nelts = TYPE_VECTOR_SUBPARTS (type), i; local
13859 unsigned int nelts = TYPE_VECTOR_SUBPARTS (type), i, mask, mask2; local
[all...]
H A Dubsan.c639 size_t nelts = vec_safe_length (saved_args); local
640 for (i = 0; i < nelts; i++)
H A Dtree.c1835 build_constructor_va (tree type, int nelts, ...)
1840 va_start (p, nelts);
1841 vec_alloc (v, nelts);
1842 while (nelts--)
8044 build_array_type_nelts (tree elt_type, unsigned HOST_WIDE_INT nelts)
8046 return build_array_type (elt_type, build_index_type (size_int (nelts - 1)));
1832 build_constructor_va(tree type, int nelts, ...) argument
8021 build_array_type_nelts(tree elt_type, unsigned HOST_WIDE_INT nelts) argument
H A Dvarasm.c2811 int bitsize, nelts, nunits, units_per;
2816 number of array elements that are occupied (nelts) and the number
2827 nelts = CEIL (bitsize, 32);
2839 for (i = 1; i < nelts; i++)
2800 int bitsize, nelts, nunits, units_per; local
H A Dexpr.c5614 tree nelts;
5616 nelts = array_type_nelts (type);
5617 if (nelts && tree_fits_uhwi_p (nelts))
5621 n = tree_to_uhwi (nelts) + 1;
5601 tree nelts; local
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dinit.c84 nc_nelts_field_id = get_identifier ("nelts");
2102 tree nelts = NULL_TREE, t;
2123 nelts = integer_one_node;
2153 nelts = this_nelts;
2168 nelts = integer_zero_node;
2171 nelts = build_binary_op (MULT_EXPR, nelts, this_nelts);
2175 nelts = integer_zero_node;
2227 build_min_nt (ARRAY_REF, NULL_TREE, nelts),
2257 nelts
2098 tree nelts = NULL_TREE, t; local
2327 tree nelts = NULL_TREE; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dbasic-block.h231 extern void free_regset_vector PROTO ((regset *, int nelts));
H A Drtl.c237 register int nelts = GET_RTX_LENGTH (code);
239 + (nelts - 1) * sizeof (rtunion);
235 register int nelts = GET_RTX_LENGTH (code); local
H A Dflow.c2617 init_regset_vector (vector, nelts, alloc_obstack)
2619 int nelts;
2624 for (i = 0; i < nelts; i++)
2635 free_regset_vector (vector, nelts)
2637 int nelts;
2641 for (i = 0; i < nelts; i++)
H A Dhaifa-sched.c7610 init_rtx_vector (vector, space, nelts, bytes_per_elt)
7613 int nelts;
7619 for (i = 0; i < nelts; i++)
H A Dexpr.c10029 int regno, size, align, nelts;
10034 size = nelts = 0;
10044 savevec[nelts++] = (savep
10049 return gen_rtx_PARALLEL (VOIDmode, gen_rtvec_v (nelts, savevec));
10009 int regno, size, align, nelts; local
/haiku-buildtools/gcc/gcc/config/arm/
H A Dneon.ml216 let rev_elems revsize elsize nelts _ =
218 let arr = Array.init nelts
222 let permute_range i stride nelts increment =
225 | nelts -> i :: (i + stride) :: build (i + increment) (pred nelts) in
226 build i nelts
229 let zip_range i stride nelts = permute_range i stride nelts 1
232 let uzip_range i stride nelts = permute_range i stride nelts
[all...]
H A Darm-builtins.c654 int nelts = sizeof (arm_simd_types) / sizeof (arm_simd_types[0]); local
656 for (i = 0; i < nelts; i++)
725 int nelts = sizeof (arm_simd_types) / sizeof (arm_simd_types[0]); local
731 for (i = 0; i < nelts; i++)
758 int nelts = sizeof (arm_simd_types) / sizeof (arm_simd_types[0]); local
819 for (i = 0; i < nelts; i++)
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Daarch64-builtins.c483 int nelts = sizeof (aarch64_simd_types) / sizeof (aarch64_simd_types[0]); local
485 for (i = 0; i < nelts; i++)
552 int nelts = sizeof (aarch64_simd_types) / sizeof (aarch64_simd_types[0]); local
558 for (i = 0; i < nelts; i++)
582 int nelts = sizeof (aarch64_simd_types) / sizeof (aarch64_simd_types[0]); local
626 for (i = 0; i < nelts; i++)
/haiku-buildtools/gcc/gcc/fortran/
H A Dexpr.c1340 mpz_t nelts; local
1362 mpz_init_set_ui (nelts, one);
1403 mpz_init_set_ui (nelts, 0);
1409 mpz_mul (nelts, nelts, begin->shape[0]);
1481 mpz_mul (nelts, nelts, tmp_mpz);
1503 for (idx = 0; idx < (int) mpz_get_si (nelts); idx++)
1565 mpz_clear (nelts);
/haiku-buildtools/gcc/gcc/config/bfin/
H A Dbfin.c2063 int nelts = 3;
2129 nelts++;
2145 pat = gen_rtx_PARALLEL (VOIDmode, rtvec_alloc (nelts));
2056 int nelts = 3; local

Completed in 741 milliseconds

12