Home
last modified time | relevance | path

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

12

/external/eigen/Eigen/src/Core/util/
DConstants.h408 AltiVec = 0x2, enumerator
412 Target = AltiVec
/external/eigen/Eigen/src/Core/arch/
DCMakeLists.txt2 ADD_SUBDIRECTORY(AltiVec)
/external/eigen/Eigen/src/Core/arch/AltiVec/
DCMakeLists.txt5 DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Core/arch/AltiVec COMPONENT Devel
/external/eigen/demos/mandelbrot/
DREADME7 Be sure to enable SSE2 or AltiVec to improve performance.
/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/
DCore195 return "AltiVec";
267 #include "src/Core/arch/AltiVec/PacketMath.h"
268 #include "src/Core/arch/AltiVec/Complex.h"
/external/llvm/test/CodeGen/PowerPC/
DMergeConsecutiveStores.ll9 ;; support unaligned access with AltiVec instructions. If the 4
/external/clang/include/clang/Basic/
DLangOptions.def107 LANGOPT(AltiVec , 1, 0, "AltiVec-style vector initializers")
DTokenKinds.def241 // KEYALTIVEC - This is a keyword in AltiVec
243 // which are heavily based on AltiVec
/external/eigen/
DCMakeLists.txt199 option(EIGEN_TEST_ALTIVEC "Enable/Disable AltiVec in tests/examples" OFF)
202 message(STATUS "Enabling AltiVec in tests/examples")
/external/clang/lib/Basic/
DModule.cpp63 .Case("altivec", LangOpts.AltiVec) in hasFeature()
DIdentifierTable.cpp142 if (LangOpts.AltiVec && (Flags & KEYALTIVEC)) return KS_Enabled; in getKeywordStatus()
/external/valgrind/docs/internals/
D3_10_BUGSTATUS.txt72 342610 disInstr(ppc): declined to decode an AltiVec insn.
/external/clang/include/clang/Parse/
DParser.h610 if (!getLangOpts().AltiVec && !getLangOpts().ZVector) in TryAltiVecToken()
615 (!getLangOpts().AltiVec || Tok.getIdentifierInfo() != Ident_pixel)) in TryAltiVecToken()
625 if ((!getLangOpts().AltiVec && !getLangOpts().ZVector) || in TryAltiVecVectorToken()
/external/libunwind/
Dconfigure.ac78 AC_MSG_CHECKING([if building with AltiVec])
/external/llvm/lib/Target/PowerPC/
DPPCCallingConv.td179 // The first 12 Vector arguments are passed in AltiVec registers.
DPPCInstrAltivec.td455 // VA-Form instructions. 3-input AltiVec ops.
484 // VX-Form instructions. AltiVec arithmetic ops.
/external/clang/lib/Parse/
DParser.cpp483 if (getLangOpts().AltiVec || getLangOpts().ZVector) { in Initialize()
487 if (getLangOpts().AltiVec) in Initialize()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp1356 Opts.AltiVec = 0; in setLangDefaults()
1566 Opts.AltiVec = 1; in ParseLangArgs()
/external/clang/docs/
DLanguageExtensions.rst339 Supports the GCC, OpenCL, AltiVec and NEON vector extensions.
359 Giving ``-faltivec`` option to clang enables support for AltiVec vector syntax
418 Operator OpenCL AltiVec GCC NEON
DModules.rst402 The target supports AltiVec.
/external/lldb/source/Symbol/
DClangASTContext.cpp165 Opts.AltiVec = 1; in ParseLangArgs()
/external/clang/lib/Sema/
DSemaExpr.cpp5665 if ((getLangOpts().AltiVec || getLangOpts().ZVector || getLangOpts().OpenCL) in ActOnCastExpr()
7617 /*AllowBothBool*/getLangOpts().AltiVec, in CheckMultiplyDivideOperands()
7641 /*AllowBothBool*/getLangOpts().AltiVec, in CheckRemainderOperands()
7923 /*AllowBothBool*/getLangOpts().AltiVec, in CheckAdditionOperands()
8001 /*AllowBothBool*/getLangOpts().AltiVec, in CheckSubtractionOperands()
9040 if (getLangOpts().AltiVec && in CheckVectorCompareOperands()
9708 } else if (S.getLangOpts().AltiVec && ResType->isVectorType()) { in CheckIncrementDecrementOperand()
DSemaLookup.cpp4430 if ((getLangOpts().AltiVec || getLangOpts().ZVector) && Typo->isStr("vector")) in makeTypoCorrectionConsumer()

12