Searched refs:AltiVec (Results 1 – 25 of 27) sorted by relevance
12
/external/eigen/Eigen/src/Core/util/ |
D | Constants.h | 408 AltiVec = 0x2, enumerator 412 Target = AltiVec
|
/external/eigen/Eigen/src/Core/arch/ |
D | CMakeLists.txt | 2 ADD_SUBDIRECTORY(AltiVec)
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | CMakeLists.txt | 5 DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Core/arch/AltiVec COMPONENT Devel
|
/external/eigen/demos/mandelbrot/ |
D | README | 7 Be sure to enable SSE2 or AltiVec to improve performance.
|
/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 | 195 return "AltiVec"; 267 #include "src/Core/arch/AltiVec/PacketMath.h" 268 #include "src/Core/arch/AltiVec/Complex.h"
|
/external/llvm/test/CodeGen/PowerPC/ |
D | MergeConsecutiveStores.ll | 9 ;; support unaligned access with AltiVec instructions. If the 4
|
/external/clang/include/clang/Basic/ |
D | LangOptions.def | 107 LANGOPT(AltiVec , 1, 0, "AltiVec-style vector initializers")
|
D | TokenKinds.def | 241 // KEYALTIVEC - This is a keyword in AltiVec 243 // which are heavily based on AltiVec
|
/external/eigen/ |
D | CMakeLists.txt | 199 option(EIGEN_TEST_ALTIVEC "Enable/Disable AltiVec in tests/examples" OFF) 202 message(STATUS "Enabling AltiVec in tests/examples")
|
/external/clang/lib/Basic/ |
D | Module.cpp | 63 .Case("altivec", LangOpts.AltiVec) in hasFeature()
|
D | IdentifierTable.cpp | 142 if (LangOpts.AltiVec && (Flags & KEYALTIVEC)) return KS_Enabled; in getKeywordStatus()
|
/external/valgrind/docs/internals/ |
D | 3_10_BUGSTATUS.txt | 72 342610 disInstr(ppc): declined to decode an AltiVec insn.
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 610 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/ |
D | configure.ac | 78 AC_MSG_CHECKING([if building with AltiVec])
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCallingConv.td | 179 // The first 12 Vector arguments are passed in AltiVec registers.
|
D | PPCInstrAltivec.td | 455 // VA-Form instructions. 3-input AltiVec ops. 484 // VX-Form instructions. AltiVec arithmetic ops.
|
/external/clang/lib/Parse/ |
D | Parser.cpp | 483 if (getLangOpts().AltiVec || getLangOpts().ZVector) { in Initialize() 487 if (getLangOpts().AltiVec) in Initialize()
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 1356 Opts.AltiVec = 0; in setLangDefaults() 1566 Opts.AltiVec = 1; in ParseLangArgs()
|
/external/clang/docs/ |
D | LanguageExtensions.rst | 339 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
|
D | Modules.rst | 402 The target supports AltiVec.
|
/external/lldb/source/Symbol/ |
D | ClangASTContext.cpp | 165 Opts.AltiVec = 1; in ParseLangArgs()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 5665 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()
|
D | SemaLookup.cpp | 4430 if ((getLangOpts().AltiVec || getLangOpts().ZVector) && Typo->isStr("vector")) in makeTypoCorrectionConsumer()
|
12