Searched refs:AltiVec (Results 1 - 10 of 10) sorted by relevance

/external/eigen/Eigen/src/Core/util/
H A DConstants.h408 AltiVec = 0x2, enumerator in enum:Eigen::Architecture::Type
412 Target = AltiVec
/external/clang/lib/Basic/
H A DIdentifierTable.cpp137 else if (LangOpts.AltiVec && (Flags & KEYALTIVEC)) AddResult = 2;
H A DModule.cpp62 .Case("altivec", LangOpts.AltiVec)
H A DTargets.cpp984 if (Opts.AltiVec) {
/external/clang/include/clang/Parse/
H A DParser.h111 /// if AltiVec enabled.
599 /// TryAltiVecToken - Check for context-sensitive AltiVec identifier tokens,
605 if (!getLangOpts().AltiVec ||
614 /// TryAltiVecVectorToken - Check for context-sensitive AltiVec vector
618 if (!getLangOpts().AltiVec ||
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp1160 Opts.AltiVec = 0;
1392 Opts.AltiVec = 1;
/external/clang/lib/Parse/
H A DParser.cpp446 if (getLangOpts().AltiVec) {
/external/lldb/source/Symbol/
H A DClangASTContext.cpp165 Opts.AltiVec = 1;
185 // Opts.AltiVec = 1;
/external/clang/lib/Sema/
H A DSemaLookup.cpp4212 // Don't try to correct the identifier "vector" when in AltiVec mode.
4215 if (getLangOpts().AltiVec && Typo->isStr("vector"))
H A DSemaExpr.cpp5243 if ((getLangOpts().AltiVec || getLangOpts().OpenCL)
5264 // This is not an AltiVec-style cast, so turn the ParenListExpr into a
5313 // '(...)' form of vector initialization in AltiVec: the number of
5363 /// This is not an AltiVec-style cast or or C++ direct-initialization, so turn
6420 // Allow assignments of an AltiVec vector type to an equivalent GCC
6865 // If we have compatible AltiVec and GCC vector types, use the AltiVec type.
8279 // If AltiVec, the comparison results in a numeric type, i.e.
8804 } else if (S.getLangOpts().AltiVec && ResType->isVectorType()) {

Completed in 282 milliseconds