Home
last modified time | relevance | path

Searched refs:n_elts (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Debitmap.c108 if (newsize <= map->n_elts) in ebitmap_array_grow()
110 map->n_elts = newsize; in ebitmap_array_grow()
116 map->n_elts = newsize; in ebitmap_array_grow()
127 if (size >= map->n_elts) in ebitmap_array_maybe_grow()
136 gcc_assert (idx < map->n_elts); in ebitmap_array_get()
147 if (idx >= map->n_elts) in ebitmap_array_grow_get()
161 map->n_elts = size; in ebitmap_array_init()
165 map->n_elts = 0; in ebitmap_array_init()
180 map->n_elts = 0; in ebitmap_array_clear()
638 dst->n_elts = newarraysize; in ebitmap_ior_into()
[all …]
H A Dsimplify-rtx.c1284 rtvec v = rtvec_alloc (n_elts); in simplify_const_unary_operation()
1288 for (i = 0; i < n_elts; i++) in simplify_const_unary_operation()
1298 for (i = 0; i < n_elts; i++) in simplify_const_unary_operation()
1316 for (i = 0; i < n_elts; i++) in simplify_const_unary_operation()
3162 gcc_assert (i < n_elts); in simplify_binary_operation_1()
3237 for (i = 0; i < n_elts; i++) in simplify_binary_operation_1()
3317 for (i = 0; i < n_elts; i++) in simplify_binary_operation_1()
3371 for (i = 0; i < n_elts; i++) in simplify_const_binary_operation()
3396 gcc_assert (n_elts >= 2); in simplify_const_binary_operation()
3397 if (n_elts == 2) in simplify_const_binary_operation()
[all …]
H A Debitmap.h30 unsigned int n_elts; /* number of elements in the array. */ member
H A Dexpr.c6172 unsigned n_elts; in store_constructor() local
6177 n_elts = TYPE_VECTOR_SUBPARTS (type); in store_constructor()
6187 vector = rtvec_alloc (n_elts); in store_constructor()
6188 for (i = 0; i < n_elts; i++) in store_constructor()
6219 need_to_clear = (count < n_elts || 4 * zero_count >= 3 * count); in store_constructor()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsimplify-rtx.c1744 unsigned int n_elts; in simplify_const_unary_operation() local
1762 unsigned int n_elts; in simplify_const_unary_operation() local
3628 int n_elts; in simplify_binary_operation_1() local
3631 .is_constant (&n_elts))) in simplify_binary_operation_1()
3643 gcc_assert (i < n_elts); in simplify_binary_operation_1()
3941 unsigned int n_elts, in_n_elts; in simplify_binary_operation_1() local
3953 for (i = 0; i < n_elts; i++) in simplify_binary_operation_1()
4040 unsigned int n_elts; in simplify_const_binary_operation() local
4076 gcc_assert (n_elts >= 2); in simplify_const_binary_operation()
4077 if (n_elts == 2) in simplify_const_binary_operation()
[all …]
H A Ddiagnostic-show-locus.c1491 char_span (const char *ptr, size_t n_elts) : m_ptr (ptr), m_n_elts (n_elts) {} in char_span()
1493 char_span subspan (int offset, int n_elts) in subspan()
1497 gcc_assert (n_elts >= 0); in subspan()
1498 gcc_assert (offset + n_elts <= (int)m_n_elts); in subspan()
1499 return char_span (m_ptr + offset, n_elts); in subspan()
H A Dexpr.c6737 poly_uint64 n_elts; in store_constructor() local
6762 n_elts = TYPE_VECTOR_SUBPARTS (type); in store_constructor()
6765 && n_elts.is_constant (&const_n_elts)) in store_constructor()
6776 n_elts)); in store_constructor()
6821 need_to_clear = (maybe_lt (count, n_elts) in store_constructor()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Dpredicates.md751 unsigned n_elts;
757 n_elts = CONST_VECTOR_NUNITS (op);
759 for (n_elts--; n_elts > 0; n_elts--)
761 rtx elt = CONST_VECTOR_ELT (op, n_elts);
H A Di386.c33768 int i, j, n_elts, n_words, n_elt_per_word; in ix86_expand_vector_init_general() local
33773 n_elts = GET_MODE_NUNITS (mode); in ix86_expand_vector_init_general()
33775 n_elt_per_word = n_elts / n_words; in ix86_expand_vector_init_general()
33832 int n_elts = GET_MODE_NUNITS (mode); in ix86_expand_vector_init() local
33838 for (i = 0; i < n_elts; ++i) in ix86_expand_vector_init()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dpredicates.md1010 unsigned n_elts;
1016 n_elts = CONST_VECTOR_NUNITS (op);
1018 for (n_elts--; n_elts > 0; n_elts--)
1020 rtx elt = CONST_VECTOR_ELT (op, n_elts);
H A Di386.c43660 int i, j, n_elts, n_words, n_elt_per_word; in ix86_expand_vector_init_general() local
43665 n_elts = GET_MODE_NUNITS (mode); in ix86_expand_vector_init_general()
43667 n_elt_per_word = n_elts / n_words; in ix86_expand_vector_init_general()
43724 int n_elts = GET_MODE_NUNITS (mode); in ix86_expand_vector_init() local
43731 if (n_elts != XVECLEN (vals, 0)) in ix86_expand_vector_init()
43736 if (GET_MODE_NUNITS (GET_MODE (x)) * 2 == n_elts) in ix86_expand_vector_init()
43741 unsigned int n_bits = n_elts * GET_MODE_SIZE (inner_mode); in ix86_expand_vector_init()
43756 for (i = 0; i < n_elts; ++i) in ix86_expand_vector_init()