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

/external/clang/lib/AST/
H A DItaniumMangle.cpp2177 if (T->getVectorKind() == VectorType::NeonPolyVector) {
2267 if (T->getVectorKind() == VectorType::NeonPolyVector) {
2298 if ((T->getVectorKind() == VectorType::NeonVector ||
2299 T->getVectorKind() == VectorType::NeonPolyVector)) {
2313 if (T->getVectorKind() == VectorType::AltiVecPixel)
2315 else if (T->getVectorKind() == VectorType::AltiVecBool)
H A DASTContext.cpp6382 First->getVectorKind() != VectorType::AltiVecPixel &&
6383 First->getVectorKind() != VectorType::AltiVecBool &&
6384 Second->getVectorKind() != VectorType::AltiVecPixel &&
6385 Second->getVectorKind() != VectorType::AltiVecBool)
7408 VTy->getNumElements(), VTy->getVectorKind());
H A DASTImporter.cpp530 if (Vec1->getVectorKind() != Vec2->getVectorKind())
1570 T->getVectorKind());
H A DTypePrinter.cpp525 switch (T->getVectorKind()) {
/external/clang/lib/Sema/
H A DSemaCast.cpp2053 if (vecTy->getVectorKind() == VectorType::AltiVecVector
2278 if (DestVecTy->getVectorKind() == VectorType::AltiVecVector &&
H A DSemaInit.cpp1264 if (isBigEndian && (T->getVectorKind() == VectorType::NeonVector ||
1265 T->getVectorKind() == VectorType::NeonPolyVector)) {
1326 IVT->getVectorKind());
H A DSemaExpr.cpp5317 if (VTy->getVectorKind() == VectorType::AltiVecVector) {
5342 VTy->getVectorKind() == VectorType::GenericVector &&
8281 if (vType->getAs<VectorType>()->getVectorKind() == VectorType::AltiVecVector)
H A DTreeTransform.h4189 T->getVectorKind());
/external/clang/include/clang/AST/
H A DType.h2560 VectorKind getVectorKind() const { function in class:clang::VectorType
2566 getTypeClass(), getVectorKind());
/external/clang/lib/Serialization/
H A DASTWriter.cpp175 Record.push_back(T->getVectorKind());

Completed in 346 milliseconds