Home
last modified time | relevance | path

Searched refs:AltiVec (Results 1 – 25 of 50) sorted by relevance

12

/external/eigen/Eigen/src/Core/util/
DConstants.h464 AltiVec = 0x2, enumerator
470 Target = AltiVec
/external/eigen/demos/mandelbrot/
DREADME7 Be sure to enable SSE2 or AltiVec to improve performance.
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dportability-simd-intrinsics.rst22 Many architectures provide SIMD operations (e.g. x86 SSE/AVX, Power AltiVec/VSX,
/external/eigen/doc/
DFixedSizeVectorizable.dox32 Now, vectorization (both SSE and AltiVec) works with 128-bit packets. Moreover, for performance rea…
DInsideEigenExample.dox51 …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/
DCore306 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/
Dmassv-altivec.ll12 ; MASSV is unsupported for AltiVec.
/external/llvm/test/CodeGen/PowerPC/
DMergeConsecutiveStores.ll9 ;; support unaligned access with AltiVec instructions. If the 4
/external/llvm-project/llvm/test/CodeGen/PowerPC/
DMergeConsecutiveStores.ll9 ;; support unaligned access with AltiVec instructions. If the 4
/external/clang/include/clang/Basic/
DLangOptions.def121 LANGOPT(AltiVec , 1, 0, "AltiVec-style vector initializers")
DTokenKinds.def244 // KEYALTIVEC - This is a keyword in AltiVec
246 // which are heavily based on AltiVec
/external/tensorflow/tensorflow/lite/tools/cmake/modules/
Deigen.cmake85 set(EIGEN_TEST_ALTIVEC OFF CACHE BOOL "Disable AltiVec test.")
/external/mesa3d/docs/relnotes/
D17.0.2.rst124 - clover: Work around build failure with AltiVec.
D13.0.6.rst222 - clover: Work around build failure with AltiVec.
/external/llvm-project/clang/lib/Basic/Targets/
DPPC.cpp546 Opts.AltiVec = 1; in adjust()
/external/eigen/
DCMakeLists.txt245 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/
DLangOptions.def127 LANGOPT(AltiVec , 1, 0, "AltiVec-style vector initializers")
/external/clang/lib/Basic/
DModule.cpp63 .Case("altivec", LangOpts.AltiVec) in hasFeature()
DIdentifierTable.cpp143 if (LangOpts.AltiVec && (Flags & KEYALTIVEC)) return KS_Enabled; in getKeywordStatus()
/external/clang/include/clang/Parse/
DParser.h620 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-project/clang/lib/Basic/
DIdentifierTable.cpp142 if (LangOpts.AltiVec && (Flags & KEYALTIVEC)) return KS_Enabled; in getKeywordStatus()
DModule.cpp104 .Case("altivec", LangOpts.AltiVec) in hasFeature()
/external/llvm/lib/Target/PowerPC/
DPPCCallingConv.td189 // The first 12 Vector arguments are passed in AltiVec registers.
/external/libjpeg-turbo/
DChangeLog.md662 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/
DParser.h877 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