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

  /src/external/apache2/llvm/dist/clang/lib/AST/
TypePrinter.cpp 662 case VectorType::SveFixedLengthDataVector:
727 case VectorType::SveFixedLengthDataVector:
ItaniumMangle.cpp 3554 assert((T->getVectorKind() == VectorType::SveFixedLengthDataVector ||
3568 if (T->getVectorKind() == VectorType::SveFixedLengthDataVector)
3646 } else if (T->getVectorKind() == VectorType::SveFixedLengthDataVector ||
3672 } else if (T->getVectorKind() == VectorType::SveFixedLengthDataVector ||
JSONNodeDumper.cpp 619 case VectorType::SveFixedLengthDataVector:
TextNodeDumper.cpp 1425 case VectorType::SveFixedLengthDataVector:
ASTContext.cpp 1973 if (VT->getVectorKind() == VectorType::SveFixedLengthDataVector)
8647 First->getVectorKind() != VectorType::SveFixedLengthDataVector &&
8649 Second->getVectorKind() != VectorType::SveFixedLengthDataVector &&
8669 else if (VT->getVectorKind() == VectorType::SveFixedLengthDataVector)
8697 (VecTy->getVectorKind() == VectorType::SveFixedLengthDataVector ||
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.cpp 5569 if (VT->getVectorKind() == VectorType::SveFixedLengthDataVector) {
5742 if (VT->getVectorKind() == VectorType::SveFixedLengthDataVector ||
5817 if (VT->getVectorKind() == VectorType::SveFixedLengthDataVector ||
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 3245 SveFixedLengthDataVector,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 7338 VecTy->getVectorKind() == VectorType::SveFixedLengthDataVector;
10044 (VecType->getVectorKind() == VectorType::SveFixedLengthDataVector ||
10063 VectorType::SveFixedLengthDataVector ||
SemaType.cpp 7895 VectorType::VectorKind VecKind = VectorType::SveFixedLengthDataVector;

Completed in 155 milliseconds