Home | History | Annotate | Download | only in aarch64

Lines Matching refs:num_vectors

1321 /* Require argument ARGNO to be a single vector or a tuple of NUM_VECTORS
1322 vectors; NUM_VECTORS is 1 for the former. Return the associated type
1327 unsigned int num_vectors)
1342 if (size_i + 1 == num_vectors)
1345 if (num_vectors == 1)
1350 /* num_vectors is always != 1, so the singular isn't needed. */
1351 error_n (location, num_vectors, "%qT%d%qE%d",
1354 actual, argno + 1, fndecl, num_vectors);
1356 /* num_vectors is always != 1, so the singular isn't needed. */
1357 error_n (location, num_vectors, "%qT%d%qE%d",
1360 fndecl, num_vectors);
1365 if (num_vectors == 1)
3424 /* Register the tuple type that contains NUM_VECTORS vectors of type TYPE. */
3426 register_tuple_type (unsigned int num_vectors, vector_type_index type)
3435 num_vectors);
3451 tree array_type = build_array_type_nelts (vector_type, num_vectors);
3460 add_sve_type_attribute (tuple_type, num_vectors, 0, NULL, buffer);
3488 acle_vector_types[num_vectors - 1][type] = tuple_type;