| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| arm-mve-builtins.cc | 136 /* Register tuple type TYPE with NUM_VECTORS arity under its 147 for (unsigned int num_vectors = 2; num_vectors <= 4; num_vectors += 2) 151 num_vectors); 154 tree arrtype = build_array_type_nelts (vectype, num_vectors); 163 acle_vector_types[num_vectors >> 1][type] = TREE_TYPE (t);
|
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-sve-builtins.h | 311 sve_type (type_suffix_index type) : type (type), num_vectors (1) {} 312 sve_type (type_suffix_index type, unsigned int num_vectors) 313 : type (type), num_vectors (num_vectors) {} 331 unsigned int num_vectors = 1; member in struct:aarch64_sve::sve_type 337 return type == other.type && num_vectors == other.num_vectors; 1021 unsigned int num_vectors = vectors_per_tuple (); local 1022 return acle_vector_types[num_vectors - 1][type_suffix (i).vector_type];
|
| aarch64-sve-builtins.cc | 1052 return acle_vector_types[type.num_vectors - 1][vector_type]; 1656 /* Report that argument ARGNO was expected to have NUM_VECTORS vectors. 1661 unsigned int num_vectors) 1663 if (num_vectors == 1) 1667 else if (type.num_vectors == 1 1669 /* num_vectors is always != 1, so the singular isn't needed. */ 1670 error_n (location, num_vectors, "%qT%d%qE%d", 1673 get_vector_type (type), argno + 1, fndecl, num_vectors); 1675 /* num_vectors is always != 1, so the singular isn't needed. */ 1676 error_n (location, num_vectors, "%qT%d%qE%d" 1831 unsigned int num_vectors = MAX (num_ret_vectors, type.num_vectors); local 3047 unsigned int num_vectors = vectors_per_tuple (); local [all...] |
| aarch64-sve-builtins-shapes.cc | 218 unsigned int num_vectors = instance.group_suffix ().vectors_per_tuple; local 219 if (num_vectors != 1) 224 num_vectors /= other_bits / bits; 226 return acle_vector_types[num_vectors - 1][vector_type]; 257 unsigned int num_vectors = instance.vectors_per_tuple (); local 258 return acle_vector_types[num_vectors - 1][vector_type]; 1307 return (type.num_vectors == 1 && r.scalar_argument_p (i + 1) 1546 return (type.num_vectors == 1 && r.scalar_argument_p (i + 1) 2031 auto mode = type.num_vectors == 1 ? MODE_none : MODE_single;
|
| aarch64-builtins.cc | 1468 /* Register the tuple type that contains NUM_VECTORS of the AdvSIMD type 1471 register_tuple_type (unsigned int num_vectors, unsigned int type_index) 1480 num_vectors); 1484 tree array_type = build_array_type_nelts (vector_type, num_vectors); 1487 if (num_vectors == 2) 1489 else if (num_vectors == 3) 1491 else if (num_vectors == 4) 1515 aarch64_simd_tuple_modes[type_index][num_vectors - 2] = tuple_mode; 1516 aarch64_simd_tuple_types[type_index][num_vectors - 2] = t;
|
| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| arm-mve-builtins.cc | 433 for (unsigned int num_vectors = 2; num_vectors <= 4; num_vectors += 2) 434 acle_vector_types[num_vectors >> 1][type] = void_type_node; 440 for (unsigned int num_vectors = 2; num_vectors <= 4; num_vectors += 2) 444 num_vectors); 447 tree arrtype = build_array_type_nelts (vectype, num_vectors); 456 acle_vector_types[num_vectors >> 1][type] = TREE_TYPE (t) [all...] |
| arm-mve-builtins.h | 724 unsigned int num_vectors = vectors_per_tuple (); local 725 return acle_vector_types[num_vectors - 1][type_suffix (i).vector_type];
|
| arm-mve-builtins-shapes.cc | 197 unsigned int num_vectors = instance.vectors_per_tuple (); local 198 return acle_vector_types[num_vectors - 1][vector_type];
|
| /src/sys/dev/pci/ |
| if_iavfvar.h | 138 uint16_t num_vectors; member in struct:iavf_vc_irq_map_info
|
| if_iavf.c | 4675 map->num_vectors = htole16(num_vec);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64-sve-builtins.cc | 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" [all...] |
| aarch64-sve-builtins.h | 833 unsigned int num_vectors = vectors_per_tuple (); local 834 return acle_vector_types[num_vectors - 1][type_suffix (i).vector_type];
|
| aarch64-builtins.cc | 1289 /* Register the tuple type that contains NUM_VECTORS of the AdvSIMD type 1292 register_tuple_type (unsigned int num_vectors, unsigned int type_index) 1301 num_vectors); 1305 tree array_type = build_array_type_nelts (vector_type, num_vectors); 1308 if (num_vectors == 2) 1310 else if (num_vectors == 3) 1312 else if (num_vectors == 4) 1336 aarch64_simd_tuple_modes[type_index][num_vectors - 2] = tuple_mode; 1337 aarch64_simd_tuple_types[type_index][num_vectors - 2] = t;
|
| aarch64-sve-builtins-shapes.cc | 217 unsigned int num_vectors = instance.vectors_per_tuple (); local 218 return acle_vector_types[num_vectors - 1][vector_type];
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-vect-loop.cc | 4175 unsigned int num_vectors = num_vectors_m1 + 1; local 4179 prologue_stmts += num_vectors; 4189 body_stmts += 3 * num_vectors;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-vect-loop.cc | 4930 unsigned int num_vectors = num_vectors_m1 + 1; local 4934 prologue_stmts += num_vectors; 4953 body_stmts += length_update_cost * num_vectors;
|