| /freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/ |
| H A D | simd.h | 45 class simd : public __simd_int_operators<simd<_Tp, _Abi>, __simd_operations<_Tp, _Abi>, is_integral… 51 friend class __simd_int_operators<simd, _Impl, true>; 61 _LIBCPP_HIDE_FROM_ABI simd() noexcept = default; 67 explicit _LIBCPP_HIDE_FROM_ABI simd(const _Storage& __s, __storage_tag_t) : __s_(__s) {} in simd() function 71 …_LIBCPP_HIDE_FROM_ABI simd(_Up&& __v) noexcept : __s_(_Impl::__broadcast(static_cast<value_type>(_… in simd() function 78 _LIBCPP_HIDE_FROM_ABI simd(const simd<_Up, simd_abi::fixed_size<size()>>& __v) noexcept { in simd() function 86 explicit _LIBCPP_HIDE_FROM_ABI simd(_Generator&& __g) noexcept in simd() function 91 _LIBCPP_HIDE_FROM_ABI simd(const _Up* __mem, _Flags) { in simd() function 92 _Impl::__load(__s_, _Flags::template __apply<simd>(__mem)); in simd() 98 _Impl::__load(__s_, _Flags::template __apply<simd>(__mem)); in copy_from() [all …]
|
| H A D | declaration.h | 79 class simd; variable
|
| H A D | simd_mask.h | 38 using simd_type = simd<_Tp, _Abi>;
|
| H A D | reference.h | 33 friend class simd; variable
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | BuiltinsWebAssembly.def | 153 TARGET_BUILTIN(__builtin_wasm_relaxed_madd_f32x4, "V4fV4fV4fV4f", "nc", "relaxed-simd") 154 TARGET_BUILTIN(__builtin_wasm_relaxed_nmadd_f32x4, "V4fV4fV4fV4f", "nc", "relaxed-simd") 155 TARGET_BUILTIN(__builtin_wasm_relaxed_madd_f64x2, "V2dV2dV2dV2d", "nc", "relaxed-simd") 156 TARGET_BUILTIN(__builtin_wasm_relaxed_nmadd_f64x2, "V2dV2dV2dV2d", "nc", "relaxed-simd") 160 TARGET_BUILTIN(__builtin_wasm_relaxed_laneselect_i8x16, "V16ScV16ScV16ScV16Sc", "nc", "relaxed-simd… 161 TARGET_BUILTIN(__builtin_wasm_relaxed_laneselect_i16x8, "V8sV8sV8sV8s", "nc", "relaxed-simd") 162 TARGET_BUILTIN(__builtin_wasm_relaxed_laneselect_i32x4, "V4iV4iV4iV4i", "nc", "relaxed-simd") 163 TARGET_BUILTIN(__builtin_wasm_relaxed_laneselect_i64x2, "V2LLiV2LLiV2LLiV2LLi", "nc", "relaxed-simd… 165 TARGET_BUILTIN(__builtin_wasm_relaxed_swizzle_i8x16, "V16ScV16ScV16Sc", "nc", "relaxed-simd") 167 TARGET_BUILTIN(__builtin_wasm_relaxed_min_f32x4, "V4fV4fV4f", "nc", "relaxed-simd") [all …]
|
| H A D | OpenMPKinds.def | 109 OPENMP_SCHEDULE_MODIFIER(simd)
|
| /freebsd/contrib/llvm-project/libcxx/include/experimental/ |
| H A D | simd | 14 experimental/simd synopsis 30 // class template simd [simd.class] 31 template <class T, class Abi = simd_abi::compatible<T>> class simd; 32 template <class T> using native_simd = simd<T, simd_abi::native<T>>; 33 template <class T, int N> using fixed_size_simd = simd<T, simd_abi::fixed_size<N>>; 35 // class template simd_mask [simd.mask.class] 48 // traits [simd.traits] 86 # include <experimental/__simd/simd.h>
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMP.td | 486 def OMPC_Simd : Clause<[Spelling<"simd">]> { 724 def OMP_DeclareSimd : Directive<[Spelling<"declare simd", 1, 52>, 1046 def OMP_Simd : Directive<[Spelling<"simd">]> { 1345 : Directive<[Spelling<"distribute parallel do simd">]> { 1397 : Directive<[Spelling<"distribute parallel for simd">]> { 1425 def OMP_DistributeSimd : Directive<[Spelling<"distribute simd">]> { 1452 def OMP_DoSimd : Directive<[Spelling<"do simd">]> { 1475 def OMP_EndDoSimd : Directive<[Spelling<"end do simd">]> { 1484 def OMP_ForSimd : Directive<[Spelling<"for simd">]> { 1560 def OMP_MaskedTaskloopSimd : Directive<[Spelling<"masked taskloop simd">]> { [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssembly.td | 75 SubtargetFeature<"relaxed-simd", "SIMDLevel", "RelaxedSIMD", 76 "Enable relaxed-simd instructions">;
|
| H A D | WebAssemblyInstrInfo.td | 81 AssemblerPredicate<(all_of FeatureRelaxedSIMD), "relaxed-simd">;
|
| /freebsd/share/man/man7/ |
| H A D | Makefile | 32 simd.7 \
|
| /freebsd/sys/contrib/openzfs/include/os/linux/ |
| H A D | Makefile.am | 13 %D%/kernel/linux/simd.h \ 91 %D%/spl/sys/simd.h \
|
| /freebsd/contrib/arm-optimized-routines/networking/ |
| H A D | Dir.mk | 66 $(EMULATOR) build/bin/test/chksum -i simd || true # simd is not always available
|
| /freebsd/sys/contrib/openzfs/tests/runfiles/ |
| H A D | linux.run | 202 [tests/functional/simd:Linux] 206 tags = ['functional', 'simd']
|
| /freebsd/sys/contrib/openzfs/lib/libspl/include/ |
| H A D | Makefile.am | 59 %D%/sys/simd.h \
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FMV.td | 71 def : FMVExtension<"simd", "SIMD">;
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/ |
| H A D | Makefile.am | 50 %D%/spl/sys/simd.h \
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | __std_clang_module | 92 #include <__cxx03/experimental/simd>
|
| H A D | __config | 932 # define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(omp simd) 933 # define _PSTL_PRAGMA_DECLARE_SIMD _PSTL_PRAGMA(omp declare simd) 934 # define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(omp simd reduction(PRM)) 935 # define _PSTL_PRAGMA_SIMD_SCAN(PRM) _PSTL_PRAGMA(omp simd reduction(inscan, PRM))
|
| H A D | module.modulemap | 532 module simd { 537 module simd { private header "experimental/__simd/simd.h" } 543 header "experimental/simd"
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | __config | 1078 # define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(omp simd) 1079 # define _PSTL_PRAGMA_DECLARE_SIMD _PSTL_PRAGMA(omp declare simd) 1080 # define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(omp simd reduction(PRM)) 1081 # define _PSTL_PRAGMA_SIMD_SCAN(PRM) _PSTL_PRAGMA(omp simd reduction(inscan, PRM))
|
| H A D | module.modulemap.in | 2244 module simd { 2250 private header "experimental/__simd/simd.h" 2254 header "experimental/simd"
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | ARMTargetParser.def | 232 ARM_ARCH_EXT_NAME("simd", ARM::AEK_SIMD, "+neon", "-neon")
|
| /freebsd/lib/libc++/ |
| H A D | module.modulemap | 2244 module simd { 2250 private header "experimental/__simd/simd.h" 2254 header "experimental/simd"
|
| /freebsd/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 254 static const char *aeabi_adv_simd_arch(uint64_t simd); 1529 aeabi_adv_simd_arch(uint64_t simd) in aeabi_adv_simd_arch() argument 1533 switch (simd) { in aeabi_adv_simd_arch() 1539 (uintmax_t) simd); in aeabi_adv_simd_arch()
|