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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DItaniumMangle.cpp2162 if (T->getVectorKind() == VectorType::NeonPolyVector) {
2240 if (T->getVectorKind() == VectorType::NeonPolyVector) {
2271 if ((T->getVectorKind() == VectorType::NeonVector ||
2272 T->getVectorKind() == VectorType::NeonPolyVector)) {
2281 if (T->getVectorKind() == VectorType::AltiVecPixel)
2283 else if (T->getVectorKind() == VectorType::AltiVecBool)
H A DASTImporter.cpp529 if (Vec1->getVectorKind() != Vec2->getVectorKind())
1573 T->getVectorKind());
H A DTypePrinter.cpp515 switch (T->getVectorKind()) {
H A DASTContext.cpp6437 First->getVectorKind() != VectorType::AltiVecPixel &&
6438 First->getVectorKind() != VectorType::AltiVecBool &&
6439 Second->getVectorKind() != VectorType::AltiVecPixel &&
6440 Second->getVectorKind() != VectorType::AltiVecBool)
7501 VTy->getNumElements(), VTy->getVectorKind());
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp2030 if (vecTy->getVectorKind() == VectorType::AltiVecVector
2235 if (DestVecTy->getVectorKind() == VectorType::AltiVecVector &&
H A DSemaExpr.cpp5177 if (VTy->getVectorKind() == VectorType::AltiVecVector) {
5202 VTy->getVectorKind() == VectorType::GenericVector &&
8058 if (vType->getAs<VectorType>()->getVectorKind() == VectorType::AltiVecVector)
H A DSemaInit.cpp1213 IVT->getVectorKind());
H A DTreeTransform.h4083 T->getVectorKind());
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2540 VectorKind getVectorKind() const { function in class:clang::VectorType
2546 getTypeClass(), getVectorKind());
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp166 Record.push_back(T->getVectorKind());

Completed in 379 milliseconds