| /src/external/gpl3/gcc/dist/gcc/ |
| cfgloop.h | 183 int simdlen; variable
|
| omp-simd-clone.cc | 347 clone_info->simdlen 535 poly_uint64 simdlen = clone_info->simdlen; local 539 gcc_assert (vecsize_mangle && maybe_ne (simdlen, 0U)); 544 /* For now, simdlen is always constant, while variable simdlen pp 'n'. */ 545 unsigned int len = simdlen.to_constant (); 616 #pragma omp declare simd simdlen(8) 618 if the simdlen is assumed to be 8 for the first one, etc. */ 723 veclen = node->simdclone->simdlen; 973 poly_uint64 simdlen = TYPE_VECTOR_SUBPARTS (TREE_TYPE (arg)); local [all...] |
| omp-general.cc | 1825 tree simdlen; member in struct:declare_variant_simd_data 1829 : inbranch(false), notinbranch(false), simdlen(NULL_TREE) {} 1845 data[i].simdlen = OMP_CLAUSE_SIMDLEN_EXPR (c); 1870 if (!simple_cst_equal (data[0].simdlen, data[1].simdlen)) 1872 if (data[0].simdlen && data[1].simdlen) 1874 r |= data[0].simdlen ? 2 : 1;
|
| cgraph.h | 755 vector(simdlen) __typeof__(orig_arg) new_arg. */ 767 __typeof__(orig_arg) simd_array[simdlen]. */ 788 poly_uint64 simdlen; variable
|
| omp-expand.cc | 6454 tree simdlen = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), local 6473 || (simdlen && integer_onep (OMP_CLAUSE_SIMDLEN_EXPR (simdlen)))) 7152 if (simdlen && tree_fits_uhwi_p (OMP_CLAUSE_SIMDLEN_EXPR (simdlen))) 7155 = tree_to_uhwi (OMP_CLAUSE_SIMDLEN_EXPR (simdlen)); 7157 loop->simdlen = v;
|
| tree-vect-loop.cc | 3444 /* Always prefer a VF of loop->simdlen over any other VF. */ 3445 if (loop->simdlen) 3447 bool new_simdlen_p = known_eq (new_vf, loop->simdlen); 3448 bool old_simdlen_p = known_eq (old_vf, loop->simdlen); 3635 loop->simdlen != 0); 3641 unsigned HOST_WIDE_INT simdlen = loop->simdlen; local 3675 /* Once we hit the desired simdlen for the first time, 3677 if (simdlen 3678 && known_eq (LOOP_VINFO_VECT_FACTOR (loop_vinfo), simdlen)) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| cfgloop.h | 180 int simdlen; variable
|
| omp-simd-clone.cc | 153 clone_info->simdlen 341 poly_uint64 simdlen = clone_info->simdlen; local 345 gcc_assert (vecsize_mangle && maybe_ne (simdlen, 0U)); 350 /* For now, simdlen is always constant, while variable simdlen pp 'n'. */ 351 unsigned int len = simdlen.to_constant (); 422 #pragma omp declare simd simdlen(8) 424 if the simdlen is assumed to be 8 for the first one, etc. */ 508 if (multiple_p (veclen, node->simdclone->simdlen)) 806 unsigned int simdlen = simd_clone_subparts (TREE_TYPE (arg)); local [all...] |
| omp-general.cc | 1627 tree simdlen; member in struct:declare_variant_simd_data 1631 : inbranch(false), notinbranch(false), simdlen(NULL_TREE) {} 1647 data[i].simdlen = OMP_CLAUSE_SIMDLEN_EXPR (c); 1672 if (!simple_cst_equal (data[0].simdlen, data[1].simdlen)) 1674 if (data[0].simdlen && data[1].simdlen) 1676 r |= data[0].simdlen ? 2 : 1;
|
| cgraph.h | 752 vector(simdlen) __typeof__(orig_arg) new_arg. */ 764 __typeof__(orig_arg) simd_array[simdlen]. */ 785 poly_uint64 simdlen; variable
|
| omp-expand.cc | 6359 tree simdlen = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), local 6378 || (simdlen && integer_onep (OMP_CLAUSE_SIMDLEN_EXPR (simdlen)))) 7063 if (simdlen && tree_fits_uhwi_p (OMP_CLAUSE_SIMDLEN_EXPR (simdlen))) 7066 = tree_to_uhwi (OMP_CLAUSE_SIMDLEN_EXPR (simdlen)); 7068 loop->simdlen = v;
|
| tree-vect-loop.cc | 2813 /* Always prefer a VF of loop->simdlen over any other VF. */ 2814 if (loop->simdlen) 2816 bool new_simdlen_p = known_eq (new_vf, loop->simdlen); 2817 bool old_simdlen_p = known_eq (old_vf, loop->simdlen); 2994 loop->simdlen != 0); 3000 unsigned HOST_WIDE_INT simdlen = loop->simdlen; local 3034 /* Once we hit the desired simdlen for the first time, 3036 if (simdlen 3037 && known_eq (LOOP_VINFO_VECT_FACTOR (loop_vinfo), simdlen)) [all...] |
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-typeck.cc | 15001 tree simdlen = NULL_TREE, safelen = NULL_TREE; 16367 simdlen = c; 16478 if (simdlen 16481 OMP_CLAUSE_SIMDLEN_EXPR (simdlen))) 16483 error_at (OMP_CLAUSE_LOCATION (simdlen), 16484 "%<simdlen%> clause value is bigger than " 16486 OMP_CLAUSE_SIMDLEN_EXPR (simdlen) 14960 tree simdlen = NULL_TREE, safelen = NULL_TREE; local
|
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-typeck.cc | 14159 tree simdlen = NULL_TREE, safelen = NULL_TREE; 15493 simdlen = c; 15592 if (simdlen 15595 OMP_CLAUSE_SIMDLEN_EXPR (simdlen))) 15597 error_at (OMP_CLAUSE_LOCATION (simdlen), 15598 "%<simdlen%> clause value is bigger than " 15600 OMP_CLAUSE_SIMDLEN_EXPR (simdlen) 14120 tree simdlen = NULL_TREE, safelen = NULL_TREE; local
|