Searched refs:AltiVecPixel (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DTypePrinter.cpp516 case VectorType::AltiVecPixel:
H A DItaniumMangle.cpp2281 if (T->getVectorKind() == VectorType::AltiVecPixel)
H A DASTContext.cpp6437 First->getVectorKind() != VectorType::AltiVecPixel &&
6439 Second->getVectorKind() != VectorType::AltiVecPixel &&
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2512 AltiVecPixel, // is AltiVec 'vector Pixel' enumerator in enum:clang::VectorType::VectorKind
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1109 VecKind = VectorType::AltiVecPixel;

Completed in 191 milliseconds