Home
last modified time | relevance | path

Searched refs:simd (Results 1 – 24 of 24) sorted by relevance

/freebsd-13.1/contrib/llvm-project/libcxx/include/experimental/
H A Dsimd265 friend simd operator+ (const simd&, const simd&);
279 friend simd& operator+= (simd&, const simd&);
280 friend simd& operator-= (simd&, const simd&);
281 friend simd& operator*= (simd&, const simd&);
282 friend simd& operator/= (simd&, const simd&);
283 friend simd& operator%= (simd&, const simd&);
285 friend simd& operator&= (simd&, const simd&);
286 friend simd& operator|= (simd&, const simd&);
287 friend simd& operator^= (simd&, const simd&);
288 friend simd& operator<<=(simd&, const simd&);
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td382 def OMP_Simd : Directive<"simd"> {
806 def OMP_ForSimd : Directive<"for simd"> {
826 def OMP_DoSimd : Directive<"do simd"> {
851 def OMP_DeclareSimd : Directive<"declare simd"> {
890 def OMP_TaskLoopSimd : Directive<"taskloop simd"> {
1124 def OMP_TargetSimd : Directive<"target simd"> {
1195 Directive<"teams distribute parallel for simd"> {
1221 Directive<"teams distribute parallel do simd"> {
1477 Directive<"target teams distribute simd"> {
1590 Directive<"parallel master taskloop simd"> {
[all …]
H A DOMPKinds.def1041 __OMP_TRAIT_SELECTOR_AND_PROPERTY(construct, simd)
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/simd/
H A DMakefile.am1 pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/simd
/freebsd-13.1/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A DMakefile.am9 simd.h \
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/
H A DMakefile.am91 simd \ subdir
/freebsd-13.1/sys/contrib/openzfs/lib/libspl/include/sys/
H A DMakefile.am29 simd.h \
/freebsd-13.1/sys/contrib/openzfs/include/os/linux/spl/sys/
H A DMakefile.am34 simd.h \
/freebsd-13.1/sys/contrib/openzfs/tests/runfiles/
H A Dlinux.run160 [tests/functional/simd:Linux]
164 tags = ['functional', 'simd']
/freebsd-13.1/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A DMakefile.am47 simd.h \
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.def73 OPENMP_SCHEDULE_MODIFIER(simd)
H A DDiagnosticDriverKinds.td261 def err_drv_no_neon_modifier : Error<"[no]neon is not accepted as modifier, please use [no]simd ins…
H A DDiagnosticSemaKinds.td10352 "'%0' statement cannot be used in OpenMP simd region">;
10387 …u forget to enclose 'omp %3' directive into a for, simd, for simd, parallel for, or parallel for s…
10389 …"OpenMP constructs may not be nested inside a simd region%select{| except for ordered simd, simd, …
10460 "single declaration is expected after 'declare %select{simd|variant}0' directive">;
10462 "'#pragma omp declare %select{simd|variant}0' can only be applied to functions">;
10592 "OpenMP only allows an ordered construct with the simd clause nested in a simd construct">,
10597 "%select{|||target |teams|for, simd, for simd, parallel for, or parallel for simd }1region?">;
10644 "'inscan' modifier can be used only in 'omp for', 'omp simd', 'omp for simd',"
10645 " 'omp parallel for', or 'omp parallel for simd' directive">;
10746 "'reduction' clause with 'task' modifier allowed only on non-simd parallel or"
H A DAttrDocs.td4009 let Heading = "#pragma omp declare simd";
4011 The ``declare simd`` construct can be applied to a function to enable the creation
4013 instructions from a single invocation in a SIMD loop. The ``declare simd``
4014 directive is a declarative directive. There may be multiple ``declare simd``
4015 directives for a function. The use of a ``declare simd`` construct on a function
4019 The syntax of the ``declare simd`` construct is as follows:
4023 #pragma omp declare simd [clause[[,] clause] ...] new-line
4024 [#pragma omp declare simd [clause[[,] clause] ...] new-line]
H A DDiagnosticParseKinds.td1302 "function declaration is expected after 'declare %select{simd|variant}0' directive">;
H A DAttr.td3598 let Spellings = [Pragma<"omp", "declare simd">];
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dmodule.modulemap855 module simd {
856 header "experimental/simd"
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DAArch64TargetParser.def87 AARCH64_ARCH_EXT_NAME("simd", AArch64::AEK_SIMD, "+neon", "-neon")
H A DARMTargetParser.def166 ARM_ARCH_EXT_NAME("simd", ARM::AEK_SIMD, nullptr, nullptr)
/freebsd-13.1/lib/libc++/
H A DMakefile516 EXP_HEADERS+= simd
/freebsd-13.1/sys/contrib/openzfs/
H A Dconfigure.ac386 tests/zfs-tests/tests/functional/simd/Makefile
/freebsd-13.1/contrib/elftoolchain/readelf/
H A Dreadelf.c254 static const char *aeabi_adv_simd_arch(uint64_t simd);
1527 aeabi_adv_simd_arch(uint64_t simd) in aeabi_adv_simd_arch() argument
1531 switch (simd) { in aeabi_adv_simd_arch()
1537 (uintmax_t) simd); in aeabi_adv_simd_arch()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2358 def fopenmp_simd : Flag<["-"], "fopenmp-simd">, Group<f_Group>, Flags<[CC1Option, NoArgumentUnused]…
2362 def fno_openmp_simd : Flag<["-"], "fno-openmp-simd">, Group<f_Group>, Flags<[CC1Option, NoArgumentU…
/freebsd-13.1/tools/build/mk/
H A DOptionalObsoleteFiles.inc4115 OLD_FILES+=usr/include/c++/v1/experimental/simd