Home
last modified time | relevance | path

Searched refs:is_simd (Results 1 – 11 of 11) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Domp-low.c4337 if (is_simd) in lower_rec_input_clauses()
4986 if (is_simd) in lower_rec_input_clauses()
5429 && is_simd in lower_rec_input_clauses()
5688 if (is_simd in lower_rec_input_clauses()
5692 if (is_simd in lower_rec_input_clauses()
6023 if (is_simd in lower_rec_input_clauses()
6027 if (is_simd in lower_rec_input_clauses()
6354 if (is_simd) in lower_lastprivate_conditional_clauses()
9245 if (is_simd) in lower_omp_scan()
9347 if (is_simd in lower_omp_scan()
[all …]
H A Domp-low.cc4895 if (is_simd) in lower_rec_input_clauses()
5578 if (is_simd) in lower_rec_input_clauses()
6057 && is_simd in lower_rec_input_clauses()
6356 if (is_simd in lower_rec_input_clauses()
6360 if (is_simd in lower_rec_input_clauses()
6711 if (is_simd in lower_rec_input_clauses()
6715 if (is_simd in lower_rec_input_clauses()
7050 if (is_simd) in lower_lastprivate_conditional_clauses()
10089 if (is_simd) in lower_omp_scan()
10191 if (is_simd in lower_omp_scan()
[all …]
H A DChangeLog-201923337 in ctx->for_simd_scan_phase is_simd regions.
23338 (lower_omp_scan): Set is_simd also on simd constructs composited
23795 gimplify_and_add. For non-is_simd test OMP_CLAUSE_REDUCTION_INSCAN
26393 * omp-low.c (lower_rec_input_clauses): Force max_vf if is_simd and
26395 and references a VLA. Handle references to non-VLAs if is_simd
H A DChangeLog-20131944 reductions without placeholder if is_simd, but when not using
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Domp-low.c4337 if (is_simd) in lower_rec_input_clauses()
4986 if (is_simd) in lower_rec_input_clauses()
5429 && is_simd in lower_rec_input_clauses()
5688 if (is_simd in lower_rec_input_clauses()
5692 if (is_simd in lower_rec_input_clauses()
6023 if (is_simd in lower_rec_input_clauses()
6027 if (is_simd in lower_rec_input_clauses()
6354 if (is_simd) in lower_lastprivate_conditional_clauses()
9245 if (is_simd) in lower_omp_scan()
9347 if (is_simd in lower_omp_scan()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dopenmp.c5735 is_simd = true; in resolve_omp_do()
5739 is_simd = true; in resolve_omp_do()
5746 is_simd = true; in resolve_omp_do()
5752 is_simd = true; in resolve_omp_do()
5756 is_simd = true; in resolve_omp_do()
5766 is_simd = true; in resolve_omp_do()
5770 is_simd = true; in resolve_omp_do()
5775 is_simd = true; in resolve_omp_do()
5783 is_simd = true; in resolve_omp_do()
5828 if (!is_simd in resolve_omp_do()
[all …]
H A Dopenmp.cc8470 is_simd = true; in resolve_omp_do()
8474 is_simd = true; in resolve_omp_do()
8482 is_simd = true; in resolve_omp_do()
8490 is_simd = true; in resolve_omp_do()
8497 is_simd = true; in resolve_omp_do()
8502 is_simd = true; in resolve_omp_do()
8507 is_simd = true; in resolve_omp_do()
8513 is_simd = true; in resolve_omp_do()
8520 is_simd = true; in resolve_omp_do()
8530 is_simd = true; in resolve_omp_do()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dopenmp.c5735 is_simd = true; in resolve_omp_do()
5739 is_simd = true; in resolve_omp_do()
5746 is_simd = true; in resolve_omp_do()
5752 is_simd = true; in resolve_omp_do()
5756 is_simd = true; in resolve_omp_do()
5766 is_simd = true; in resolve_omp_do()
5770 is_simd = true; in resolve_omp_do()
5775 is_simd = true; in resolve_omp_do()
5783 is_simd = true; in resolve_omp_do()
5828 if (!is_simd in resolve_omp_do()
[all …]
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_math.h176 is_simd<_Simd>, is_convertible<_T0&&, _Simd>, \
179 is_simd<_U0>, is_floating_point<__value_type_or_identity_t<_U0>>>>>>> \
H A Dsimd.h147 struct is_simd;
1606 else if constexpr (is_simd<_V>::value || is_simd_mask<_V>::value)
1623 else if constexpr (is_simd<_V>::value || is_simd_mask<_V>::value)
2828 struct is_simd : public false_type {};
2831 inline constexpr bool is_simd_v = is_simd<_Tp>::value;
2932 struct is_simd<simd<_Tp, _Abi>> : public true_type {};
3145 conjunction_v<is_simd<_Tp>, is_same<typename _Tp::value_type, _Up>>, _Tp>
/netbsd/external/apache2/llvm/dist/libcxx/include/experimental/
H A Dsimd40 template <class T> struct is_simd;
41 template <class T> inline constexpr bool is_simd_v = is_simd<T>::value;
1007 struct is_simd : std::integral_constant<bool, false> {};
1010 struct is_simd<simd<_Tp, _Abi>> : std::integral_constant<bool, true> {};
1037 _LIBCPP_INLINE_VAR constexpr bool is_simd_v = is_simd<_Tp>::value;