Searched refs:nunits (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dtree-vect-generic.c81 build_word_mode_vector_type (int nunits) argument
85 else if (vector_last_nunits == nunits)
93 vector_last_nunits = nunits;
94 vector_last_type = type_hash_canon (nunits,
96 nunits));
208 int nunits = TYPE_VECTOR_SUBPARTS (type); local
213 v = VEC_alloc(constructor_elt, gc, (nunits + delta - 1) / delta);
214 for (i = 0; i < nunits;
H A Dtree-vect-transform.c460 int nunits = TYPE_VECTOR_SUBPARTS (vectype); local
503 fprintf (vect_dump, "Create vector_cst. nunits = %d", nunits);
505 for (i = nunits - 1; i >= 0; --i)
523 for (i = nunits - 1; i >= 0; --i)
647 int nunits = GET_MODE_NUNITS (TYPE_MODE (vectype)); local
669 /* All the 'nunits' elements are set to 0. The final result will be
671 nelements = nunits;
674 /* 'nunits - 1' elements are set to 0; The last element is set to
676 nelements = nunits
[all...]
H A Dtree-vect-analyze.c116 unsigned int nunits; local
187 nunits = TYPE_VECTOR_SUBPARTS (vectype);
189 fprintf (vect_dump, "nunits = %d", nunits);
195 if (nunits != vectorization_factor)
203 vectorization_factor = nunits;
H A Dstor-layout.c1616 int nunits = TYPE_VECTOR_SUBPARTS (type);
1617 tree nunits_tree = build_int_cst (NULL_TREE, nunits);
1620 gcc_assert (!(nunits & (nunits - 1)));
1635 if (GET_MODE_NUNITS (mode) == nunits
1643 mode = mode_for_size (nunits * GET_MODE_BITSIZE (innermode),
1611 int nunits = TYPE_VECTOR_SUBPARTS (type); local
H A Dtree-vectorizer.c1554 int nunits;
1562 nunits = UNITS_PER_SIMD_WORD / nbytes;
1564 vectype = build_vector_type (scalar_type, nunits);
1567 fprintf (vect_dump, "get vectype with %d units of type ", nunits);
1553 int nunits; local
H A Dtree.c6456 make_vector_type (tree innertype, int nunits, enum machine_mode mode)
6466 make_vector_type (TYPE_MAIN_VARIANT (innertype), nunits, mode),
6472 SET_TYPE_VECTOR_SUBPARTS (t, nunits);
6480 tree index = build_int_cst (NULL_TREE, nunits - 1);
6931 int nunits;
6937 nunits = GET_MODE_NUNITS (mode);
6945 nunits = GET_MODE_BITSIZE (mode)
6953 return make_vector_type (innertype, nunits, mode);
6960 build_vector_type (tree innertype, int nunits)
6962 return make_vector_type (innertype, nunits, VOIDmod
6426 make_vector_type(tree innertype, int nunits, enum machine_mode mode) argument
6901 int nunits; local
6930 build_vector_type(tree innertype, int nunits) argument
[all...]
H A Dvarasm.c2310 int bitsize, nelts, nunits, units_per;
2317 object file (nunits). We cannot assume that 32 divides the
2324 nunits = GET_MODE_SIZE (mode);
2325 bitsize = nunits * BITS_PER_UNIT;
2332 assemble_integer (GEN_INT (data[0]), MIN (nunits, units_per), align, 1);
2333 nunits -= units_per;
2340 assemble_integer (GEN_INT (data[i]), MIN (nunits, units_per), align, 1);
2341 nunits -= units_per;
2299 int bitsize, nelts, nunits, units_per; local
H A Dc-common.c5484 unsigned HOST_WIDE_INT vecsize, nunits;
5542 nunits = vecsize / tree_low_cst (TYPE_SIZE_UNIT (type), 1);
5543 if (nunits & (nunits - 1))
5549 new_type = build_vector_type (type, nunits);
5467 unsigned HOST_WIDE_INT vecsize, nunits; local
H A Demit-rtl.c5091 int nunits = GET_MODE_NUNITS (mode);
5096 x = RTVEC_ELT (v, nunits - 1);
5097 for (i = nunits - 2; i >= 0; i--)
5065 int nunits = GET_MODE_NUNITS (mode); local
H A Dtree.h3699 extern tree build_vector_type (tree innertype, int nunits);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_datum.c156 static int nunits; /* number of active units */ variable
319 nunits++;
449 nunits = 0;
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-dlpi.c1081 u_int nunits; member in union:__anon7
1117 for (i = 0; i < buf.nunits; i++) {
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c2195 unsigned nunits = GET_MODE_NUNITS (mode);
2199 HOST_WIDE_INT val = const_vector_elt_as_int (op, nunits - 1);
2231 for (i = 0; i < nunits - 1; ++i)
2295 int nunits = GET_MODE_NUNITS (mode);
2296 rtx last = CONST_VECTOR_ELT (op, nunits - 1);
2297 unsigned step = nunits / 4;
8038 build_opaque_vector_type (tree node, int nunits)
8042 return build_vector_type (node, nunits);
2187 unsigned nunits = GET_MODE_NUNITS (mode); local
2287 int nunits = GET_MODE_NUNITS (mode); local
8022 build_opaque_vector_type(tree node, int nunits) argument
/freebsd-11-stable/sys/dev/ciss/
H A Dciss.c1307 ciss_report_luns(struct ciss_softc *sc, int opcode, int nunits) argument
1327 report_size = sizeof(*cll) + nunits * sizeof(union ciss_device_address);

Completed in 232 milliseconds