Searched refs:AltiVec (Results 1 – 25 of 50) sorted by relevance
12
/external/eigen/Eigen/src/Core/util/ |
D | Constants.h | 464 AltiVec = 0x2, enumerator 470 Target = AltiVec
|
/external/eigen/demos/mandelbrot/ |
D | README | 7 Be sure to enable SSE2 or AltiVec to improve performance.
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | portability-simd-intrinsics.rst | 22 Many architectures provide SIMD operations (e.g. x86 SSE/AVX, Power AltiVec/VSX,
|
/external/eigen/doc/ |
D | FixedSizeVectorizable.dox | 32 Now, vectorization (both SSE and AltiVec) works with 128-bit packets. Moreover, for performance rea…
|
D | InsideEigenExample.dox | 51 …ions. Notice that Eigen also supports AltiVec and that all the discussion that we make here applie… 53 SSE2, like AltiVec, is a set of instructions allowing to perform computations on packets of 128 bit… 102 …igned array, as that is very useful for vectorization with both SSE2 and AltiVec. If vectorization…
|
/external/eigen/Eigen/ |
D | Core | 306 return "AltiVec"; 377 #include "src/Core/arch/AltiVec/PacketMath.h" 378 #include "src/Core/arch/AltiVec/MathFunctions.h" 379 #include "src/Core/arch/AltiVec/Complex.h"
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/PowerPC/ |
D | massv-altivec.ll | 12 ; MASSV is unsupported for AltiVec.
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | MergeConsecutiveStores.ll | 9 ;; support unaligned access with AltiVec instructions. If the 4
|
/external/llvm/test/CodeGen/PowerPC/ |
D | MergeConsecutiveStores.ll | 9 ;; support unaligned access with AltiVec instructions. If the 4
|
/external/tensorflow/tensorflow/lite/tools/cmake/modules/ |
D | eigen.cmake | 85 set(EIGEN_TEST_ALTIVEC OFF CACHE BOOL "Disable AltiVec test.")
|
/external/clang/include/clang/Basic/ |
D | LangOptions.def | 121 LANGOPT(AltiVec , 1, 0, "AltiVec-style vector initializers")
|
D | TokenKinds.def | 244 // KEYALTIVEC - This is a keyword in AltiVec 246 // which are heavily based on AltiVec
|
/external/mesa3d/docs/relnotes/ |
D | 17.0.2.rst | 124 - clover: Work around build failure with AltiVec.
|
D | 13.0.6.rst | 222 - clover: Work around build failure with AltiVec.
|
/external/llvm-project/clang/lib/Basic/Targets/ |
D | PPC.cpp | 546 Opts.AltiVec = 1; in adjust()
|
/external/clang/lib/Basic/ |
D | Module.cpp | 63 .Case("altivec", LangOpts.AltiVec) in hasFeature()
|
D | IdentifierTable.cpp | 143 if (LangOpts.AltiVec && (Flags & KEYALTIVEC)) return KS_Enabled; in getKeywordStatus()
|
/external/eigen/ |
D | CMakeLists.txt | 245 option(EIGEN_TEST_ALTIVEC "Enable/Disable AltiVec in tests/examples" OFF) 248 message(STATUS "Enabling AltiVec in tests/examples")
|
/external/llvm-project/clang/include/clang/Basic/ |
D | LangOptions.def | 127 LANGOPT(AltiVec , 1, 0, "AltiVec-style vector initializers")
|
/external/llvm-project/clang/lib/Basic/ |
D | IdentifierTable.cpp | 142 if (LangOpts.AltiVec && (Flags & KEYALTIVEC)) return KS_Enabled; in getKeywordStatus()
|
D | Module.cpp | 104 .Case("altivec", LangOpts.AltiVec) in hasFeature()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 620 if (!getLangOpts().AltiVec && !getLangOpts().ZVector) in TryAltiVecToken() 625 (!getLangOpts().AltiVec || Tok.getIdentifierInfo() != Ident_pixel)) in TryAltiVecToken() 635 if ((!getLangOpts().AltiVec && !getLangOpts().ZVector) || in TryAltiVecVectorToken()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCallingConv.td | 189 // The first 12 Vector arguments are passed in AltiVec registers.
|
/external/libjpeg-turbo/ |
D | ChangeLog.md | 662 4. libjpeg-turbo should now build and run with full AltiVec SIMD acceleration 740 2. libjpeg-turbo previously assumed that AltiVec instructions were always 742 running on PowerPC chips that lack AltiVec support (such as the older 7xx/G3 744 Linux/Android systems and enables AltiVec instructions only if the CPU supports 746 `JSIMD_FORCENONE`, to force-enable and force-disable AltiVec instructions in 749 assume that AltiVec support is always available, which means that libjpeg-turbo 855 1. Added full SIMD acceleration for PowerPC platforms using AltiVec VMX 860 use of AltiVec instructions.
|
/external/llvm-project/clang/include/clang/Parse/ |
D | Parser.h | 877 if (!getLangOpts().AltiVec && !getLangOpts().ZVector) in TryAltiVecToken() 882 (!getLangOpts().AltiVec || Tok.getIdentifierInfo() != Ident_pixel)) in TryAltiVecToken() 892 if ((!getLangOpts().AltiVec && !getLangOpts().ZVector) || in TryAltiVecVectorToken()
|
12