| /src/external/bsd/byacc/dist/ |
| output.c | 19 static int nvectors; variable 786 order = NEW2(nvectors, Value_t); 789 for (i = 0; i < nvectors; i++) 964 base = NEW2(nvectors, Value_t); 990 for (i = 0; i < nvectors; i++) 1071 for (i = PER_STATE * nstates + 1; i < nvectors - 1; i++) 1188 nvectors = PER_STATE * nstates + nvars; 1190 froms = NEW2(nvectors, Value_t *); 1191 tos = NEW2(nvectors, Value_t *); 1192 tally = NEW2(nvectors, Value_t) [all...] |
| output.c | 19 static int nvectors; variable 786 order = NEW2(nvectors, Value_t); 789 for (i = 0; i < nvectors; i++) 964 base = NEW2(nvectors, Value_t); 990 for (i = 0; i < nvectors; i++) 1071 for (i = PER_STATE * nstates + 1; i < nvectors - 1; i++) 1188 nvectors = PER_STATE * nstates + nvars; 1190 froms = NEW2(nvectors, Value_t *); 1191 tos = NEW2(nvectors, Value_t *); 1192 tally = NEW2(nvectors, Value_t) [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-sve-builtins-shapes.cc | 876 auto nvectors = c.vectors_per_tuple (); variable 878 && c.require_immediate_range (2, 0, 32 / BITS / nvectors - 1)); 2498 unsigned int nvectors = c.vectors_per_tuple (); variable 2499 return c.require_immediate_range (1, 0, nvectors - 1); 3292 unsigned int nvectors = c.vectors_per_tuple (); variable 3293 return c.require_immediate_range (1, 0, nvectors - 1);
|
| aarch64-sve-builtins-shapes.cc | 876 auto nvectors = c.vectors_per_tuple (); variable 878 && c.require_immediate_range (2, 0, 32 / BITS / nvectors - 1)); 2498 unsigned int nvectors = c.vectors_per_tuple (); variable 2499 return c.require_immediate_range (1, 0, nvectors - 1); 3292 unsigned int nvectors = c.vectors_per_tuple (); variable 3293 return c.require_immediate_range (1, 0, nvectors - 1);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64-sve-builtins-shapes.cc | 1914 unsigned int nvectors = c.vectors_per_tuple (); variable 1915 return c.require_immediate_range (1, 0, nvectors - 1); 2428 unsigned int nvectors = c.vectors_per_tuple (); variable 2429 return c.require_immediate_range (1, 0, nvectors - 1);
|
| aarch64-sve-builtins-shapes.cc | 1914 unsigned int nvectors = c.vectors_per_tuple (); variable 1915 return c.require_immediate_range (1, 0, nvectors - 1); 2428 unsigned int nvectors = c.vectors_per_tuple (); variable 2429 return c.require_immediate_range (1, 0, nvectors - 1);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-vect-stmts.cc | 1509 unsigned int nvectors; local 1511 nvectors = SLP_TREE_NUMBER_OF_VEC_STMTS (slp_node); 1513 nvectors = vect_get_num_copies (loop_vinfo, vectype); 1525 vect_record_loop_len (loop_vinfo, lens, nvectors, vectype, 1); 1527 vect_record_loop_mask (loop_vinfo, masks, nvectors, vectype, 1553 vect_record_loop_len (loop_vinfo, lens, nvectors, vectype, 1); 1558 vect_record_loop_mask (loop_vinfo, masks, nvectors, vectype, 1600 unsigned int nvectors; 1601 if (can_div_away_from_zero_p (size, nunits, &nvectors)) 1602 return nvectors; 3432 unsigned int nvectors local [all...] |
| tree-vect-stmts.cc | 1509 unsigned int nvectors; local 1511 nvectors = SLP_TREE_NUMBER_OF_VEC_STMTS (slp_node); 1513 nvectors = vect_get_num_copies (loop_vinfo, vectype); 1525 vect_record_loop_len (loop_vinfo, lens, nvectors, vectype, 1); 1527 vect_record_loop_mask (loop_vinfo, masks, nvectors, vectype, 1553 vect_record_loop_len (loop_vinfo, lens, nvectors, vectype, 1); 1558 vect_record_loop_mask (loop_vinfo, masks, nvectors, vectype, 1600 unsigned int nvectors; 1601 if (can_div_away_from_zero_p (size, nunits, &nvectors)) 1602 return nvectors; 3432 unsigned int nvectors local [all...] |
| tree-vect-loop.cc | 1318 unsigned nvectors = mask.second; local 1320 if (masks->rgc_vec.length () < nvectors) 1321 masks->rgc_vec.safe_grow_cleared (nvectors, true); 1322 rgroup_controls *rgm = &(*masks).rgc_vec[nvectors - 1]; 1326 = exact_div (nvectors * TYPE_VECTOR_SUBPARTS (vectype), 1457 unsigned nvectors = mask.second; local 1462 = exact_div (nvectors * TYPE_VECTOR_SUBPARTS (vectype), 1466 which we keep constant and instead have a varying nvectors, 1472 if (!rgm->type || rgm->factor > nvectors) 1477 rgm->factor = nvectors; 4817 unsigned nvectors = rgm.factor; local [all...] |
| tree-vect-slp.cc | 432 unsigned int nvectors = 1; local 452 /* Try fusing consecutive sequences of COUNT / NVECTORS elements 454 to build NVECTORS vectors. */ 473 *nvectors_out = nvectors; 489 nvectors *= 2; 8221 unsigned int nvectors = 1; local 8225 &nvectors, &new_vector_type, 8230 unsigned int partial_nelts = nelts / nvectors; 8234 auto_vec<tree, 32> pieces (nvectors * 2); 8235 pieces.quick_grow_cleared (nvectors * 2) [all...] |
| tree-vect-loop.cc | 1318 unsigned nvectors = mask.second; local 1320 if (masks->rgc_vec.length () < nvectors) 1321 masks->rgc_vec.safe_grow_cleared (nvectors, true); 1322 rgroup_controls *rgm = &(*masks).rgc_vec[nvectors - 1]; 1326 = exact_div (nvectors * TYPE_VECTOR_SUBPARTS (vectype), 1457 unsigned nvectors = mask.second; local 1462 = exact_div (nvectors * TYPE_VECTOR_SUBPARTS (vectype), 1466 which we keep constant and instead have a varying nvectors, 1472 if (!rgm->type || rgm->factor > nvectors) 1477 rgm->factor = nvectors; 4817 unsigned nvectors = rgm.factor; local [all...] |
| tree-vect-slp.cc | 432 unsigned int nvectors = 1; local 452 /* Try fusing consecutive sequences of COUNT / NVECTORS elements 454 to build NVECTORS vectors. */ 473 *nvectors_out = nvectors; 489 nvectors *= 2; 8221 unsigned int nvectors = 1; local 8225 &nvectors, &new_vector_type, 8230 unsigned int partial_nelts = nelts / nvectors; 8234 auto_vec<tree, 32> pieces (nvectors * 2); 8235 pieces.quick_grow_cleared (nvectors * 2) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-vect-slp.cc | 390 unsigned int nvectors = 1; local 407 /* Try fusing consecutive sequences of COUNT / NVECTORS elements 409 to build NVECTORS vectors. */ 427 *nvectors_out = nvectors; 443 nvectors *= 2; 6360 unsigned int nvectors = 1; local 6364 &nvectors, &new_vector_type, 6369 unsigned int partial_nelts = nelts / nvectors; 6373 auto_vec<tree, 32> pieces (nvectors * 2); 6374 pieces.quick_grow_cleared (nvectors * 2) [all...] |
| tree-vect-stmts.cc | 1719 unsigned int nvectors; local 1721 nvectors = SLP_TREE_NUMBER_OF_VEC_STMTS (slp_node); 1723 nvectors = vect_get_num_copies (loop_vinfo, vectype); 1742 vect_record_loop_mask (loop_vinfo, masks, nvectors, vectype, 1765 vect_record_loop_mask (loop_vinfo, masks, nvectors, vectype, 1798 unsigned int nvectors; 1799 if (can_div_away_from_zero_p (size, nunits, &nvectors)) 1800 return nvectors; 1811 nvectors = group_memory_nvectors (group_size * vf, nunits); 1812 vect_record_loop_mask (loop_vinfo, masks, nvectors, vectype, scalar_mask) 3563 unsigned int nvectors local 5170 unsigned int nvectors local 5182 unsigned int nvectors local [all...] |
| tree-vect-slp.cc | 390 unsigned int nvectors = 1; local 407 /* Try fusing consecutive sequences of COUNT / NVECTORS elements 409 to build NVECTORS vectors. */ 427 *nvectors_out = nvectors; 443 nvectors *= 2; 6360 unsigned int nvectors = 1; local 6364 &nvectors, &new_vector_type, 6369 unsigned int partial_nelts = nelts / nvectors; 6373 auto_vec<tree, 32> pieces (nvectors * 2); 6374 pieces.quick_grow_cleared (nvectors * 2) [all...] |
| tree-vect-stmts.cc | 1719 unsigned int nvectors; local 1721 nvectors = SLP_TREE_NUMBER_OF_VEC_STMTS (slp_node); 1723 nvectors = vect_get_num_copies (loop_vinfo, vectype); 1742 vect_record_loop_mask (loop_vinfo, masks, nvectors, vectype, 1765 vect_record_loop_mask (loop_vinfo, masks, nvectors, vectype, 1798 unsigned int nvectors; 1799 if (can_div_away_from_zero_p (size, nunits, &nvectors)) 1800 return nvectors; 1811 nvectors = group_memory_nvectors (group_size * vf, nunits); 1812 vect_record_loop_mask (loop_vinfo, masks, nvectors, vectype, scalar_mask) 3563 unsigned int nvectors local 5170 unsigned int nvectors local 5182 unsigned int nvectors local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| arm-builtins.cc | 2912 HOST_WIDE_INT reg_size, vector_size, nvectors, nelems; local 2923 nvectors = reg_size / vector_size; 2933 nelems = vector_size * nvectors / int_size_in_bytes (elem_type); 2935 nelems = nvectors;
|
| arm-builtins.cc | 2912 HOST_WIDE_INT reg_size, vector_size, nvectors, nelems; local 2923 nvectors = reg_size / vector_size; 2933 nelems = vector_size * nvectors / int_size_in_bytes (elem_type); 2935 nelems = nvectors;
|
| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| arm-builtins.cc | 2855 HOST_WIDE_INT reg_size, vector_size, nvectors, nelems; local 2866 nvectors = reg_size / vector_size; 2876 nelems = vector_size * nvectors / int_size_in_bytes (elem_type); 2878 nelems = nvectors;
|
| arm-builtins.cc | 2855 HOST_WIDE_INT reg_size, vector_size, nvectors, nelems; local 2866 nvectors = reg_size / vector_size; 2876 nelems = vector_size * nvectors / int_size_in_bytes (elem_type); 2878 nelems = nvectors;
|