reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Type.h
 3257             getTypeClass(), getVectorKind());
tools/clang/lib/AST/ASTContext.cpp
 7957       First->getVectorKind() != VectorType::AltiVecPixel &&
 7958       First->getVectorKind() != VectorType::AltiVecBool &&
 7959       Second->getVectorKind() != VectorType::AltiVecPixel &&
 7960       Second->getVectorKind() != VectorType::AltiVecBool)
 9315                          VTy->getNumElements(), VTy->getVectorKind());
tools/clang/lib/AST/ASTImporter.cpp
 1165                                                T->getVectorKind());
tools/clang/lib/AST/ASTStructuralEquivalence.cpp
  621     if (Vec1->getVectorKind() != Vec2->getVectorKind())
  621     if (Vec1->getVectorKind() != Vec2->getVectorKind())
tools/clang/lib/AST/ItaniumMangle.cpp
 3049   if (T->getVectorKind() == VectorType::NeonPolyVector) {
 3147   if (T->getVectorKind() == VectorType::NeonPolyVector) {
 3186   if ((T->getVectorKind() == VectorType::NeonVector ||
 3187        T->getVectorKind() == VectorType::NeonPolyVector)) {
 3199   if (T->getVectorKind() == VectorType::AltiVecPixel)
 3201   else if (T->getVectorKind() == VectorType::AltiVecBool)
tools/clang/lib/AST/JSONNodeDumper.cpp
  586   switch (VT->getVectorKind()) {
tools/clang/lib/AST/ODRHash.cpp
 1097     ID.AddInteger(T->getVectorKind());
tools/clang/lib/AST/TextNodeDumper.cpp
 1109   switch (T->getVectorKind()) {
tools/clang/lib/AST/Type.cpp
  942                              T->getVectorKind());
tools/clang/lib/AST/TypePrinter.cpp
  621   switch (T->getVectorKind()) {
tools/clang/lib/CodeGen/TargetInfo.cpp
 4684                    .getVectorType(EltTy, NumElements, VT->getVectorKind())
tools/clang/lib/Sema/SemaCast.cpp
 2453     if (vecTy->getVectorKind() == VectorType::AltiVecVector
 2699     if (DestVecTy->getVectorKind() == VectorType::AltiVecVector &&
tools/clang/lib/Sema/SemaDeclAttr.cpp
 4026         Context.getVectorType(NewElemTy, NumElements, OldVT->getVectorKind());
tools/clang/lib/Sema/SemaExpr.cpp
 6757   if (VTy->getVectorKind() == VectorType::AltiVecVector) {
 6782         VTy->getVectorKind() == VectorType::GenericVector &&
 8829                                               VecTy->getVectorKind());
 9025       LHSVecType && LHSVecType->getVectorKind() == VectorType::AltiVecBool &&
 9026       RHSVecType && RHSVecType->getVectorKind() == VectorType::AltiVecBool)
 9053     if (LHSVecType->getVectorKind() == VectorType::AltiVecVector &&
 9055         RHSVecType->getVectorKind() == VectorType::AltiVecBool) {
 9060         LHSVecType->getVectorKind() == VectorType::AltiVecBool &&
 9061         RHSVecType->getVectorKind() == VectorType::AltiVecVector &&
 9976         if (LHSVecType->getVectorKind() == VectorType::AltiVecBool)
 9979         if (RHSVecType->getVectorKind() == VectorType::AltiVecBool)
11145       vType->castAs<VectorType>()->getVectorKind() == VectorType::AltiVecVector)
12169              (ResType->castAs<VectorType>()->getVectorKind() !=
13528               resultType->castAs<VectorType>()->getVectorKind() !=
tools/clang/lib/Sema/SemaInit.cpp
 1710     if (isBigEndian && (T->getVectorKind() == VectorType::NeonVector ||
 1711                         T->getVectorKind() == VectorType::NeonPolyVector)) {
 1772                                                 IVT->getVectorKind());
tools/clang/lib/Sema/TreeTransform.h
 5060                                             T->getVectorKind());
tools/clang/lib/Serialization/ASTWriter.cpp
  261   Record.push_back(T->getVectorKind());