HomeSort by: relevance | last modified time | path
    Searched refs:AltiVecPixel (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
TypePrinter.cpp 630 case VectorType::AltiVecPixel:
690 case VectorType::AltiVecPixel:
JSONNodeDumper.cpp 607 case VectorType::AltiVecPixel:
TextNodeDumper.cpp 1413 case VectorType::AltiVecPixel:
ItaniumMangle.cpp 3652 if (T->getVectorKind() == VectorType::AltiVecPixel)
3681 if (T->getVectorKind() == VectorType::AltiVecPixel)
ASTContext.cpp 8643 First->getVectorKind() != VectorType::AltiVecPixel &&
8645 Second->getVectorKind() != VectorType::AltiVecPixel &&
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 3233 AltiVecPixel,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 1750 VecKind = VectorType::AltiVecPixel;

Completed in 66 milliseconds