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

  /src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumMangle.cpp 3397 if (T->getVectorKind() == VectorType::NeonPolyVector) {
3499 if (T->getVectorKind() == VectorType::NeonPolyVector) {
3554 assert((T->getVectorKind() == VectorType::SveFixedLengthDataVector ||
3555 T->getVectorKind() == VectorType::SveFixedLengthPredicateVector) &&
3568 if (T->getVectorKind() == VectorType::SveFixedLengthDataVector)
3610 if (T->getVectorKind() == VectorType::SveFixedLengthPredicateVector)
3635 if ((T->getVectorKind() == VectorType::NeonVector ||
3636 T->getVectorKind() == VectorType::NeonPolyVector)) {
3646 } else if (T->getVectorKind() == VectorType::SveFixedLengthDataVector ||
3647 T->getVectorKind() == VectorType::SveFixedLengthPredicateVector)
    [all...]
TypePrinter.cpp 629 switch (T->getVectorKind()) {
668 if (T->getVectorKind() == VectorType::SveFixedLengthPredicateVector)
689 switch (T->getVectorKind()) {
734 if (T->getVectorKind() == VectorType::SveFixedLengthPredicateVector)
ASTContext.cpp 1973 if (VT->getVectorKind() == VectorType::SveFixedLengthDataVector)
1977 else if (VT->getVectorKind() == VectorType::SveFixedLengthPredicateVector)
8643 First->getVectorKind() != VectorType::AltiVecPixel &&
8644 First->getVectorKind() != VectorType::AltiVecBool &&
8645 Second->getVectorKind() != VectorType::AltiVecPixel &&
8646 Second->getVectorKind() != VectorType::AltiVecBool &&
8647 First->getVectorKind() != VectorType::SveFixedLengthDataVector &&
8648 First->getVectorKind() != VectorType::SveFixedLengthPredicateVector &&
8649 Second->getVectorKind() != VectorType::SveFixedLengthDataVector &&
8650 Second->getVectorKind() != VectorType::SveFixedLengthPredicateVector
    [all...]
ASTStructuralEquivalence.cpp 822 if (Vec1->getVectorKind() != Vec2->getVectorKind())
842 if (Vec1->getVectorKind() != Vec2->getVectorKind())
ODRHash.cpp 1109 ID.AddInteger(T->getVectorKind());
JSONNodeDumper.cpp 601 switch (VT->getVectorKind()) {
TextNodeDumper.cpp 1407 switch (T->getVectorKind()) {
Type.cpp 997 T->getVectorKind());
ASTImporter.cpp 1214 T->getVectorKind());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 7338 VecTy->getVectorKind() == VectorType::SveFixedLengthDataVector;
7645 if (VTy->getVectorKind() == VectorType::AltiVecVector) {
7670 VTy->getVectorKind() == VectorType::GenericVector &&
9783 VecTy->getVectorKind());
9996 LHSVecType && LHSVecType->getVectorKind() == VectorType::AltiVecBool &&
9997 RHSVecType && RHSVecType->getVectorKind() == VectorType::AltiVecBool)
10024 if (LHSVecType->getVectorKind() == VectorType::AltiVecVector &&
10026 RHSVecType->getVectorKind() == VectorType::AltiVecBool) {
10031 LHSVecType->getVectorKind() == VectorType::AltiVecBool &&
10032 RHSVecType->getVectorKind() == VectorType::AltiVecVector &
    [all...]
SemaCast.cpp 2677 if (vecTy->getVectorKind() == VectorType::AltiVecVector
2962 if (DestVecTy->getVectorKind() == VectorType::AltiVecVector &&
SemaInit.cpp 1753 if (isBigEndian && (T->getVectorKind() == VectorType::NeonVector ||
1754 T->getVectorKind() == VectorType::NeonPolyVector)) {
1815 IVT->getVectorKind());
TreeTransform.h 5281 ElementType, Size.get(), T->getAttributeLoc(), T->getVectorKind());
5481 T->getVectorKind());
SemaDeclAttr.cpp 4275 Context.getVectorType(NewElemTy, NumElements, OldVT->getVectorKind());
SemaType.cpp 7909 if (!VT || VT->getVectorKind() != VectorType::NeonVector) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 3270 VectorKind getVectorKind() const {
3276 getTypeClass(), getVectorKind());
3318 VectorType::VectorKind getVectorKind() const {
3330 Profile(ID, Context, getElementType(), getSizeExpr(), getVectorKind());
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.cpp 5149 .getVectorType(EltTy, NumElements, VT->getVectorKind())
5560 if (VT->getVectorKind() == VectorType::SveFixedLengthPredicateVector) {
5569 if (VT->getVectorKind() == VectorType::SveFixedLengthDataVector) {
5742 if (VT->getVectorKind() == VectorType::SveFixedLengthDataVector ||
5743 VT->getVectorKind() == VectorType::SveFixedLengthPredicateVector)
5817 if (VT->getVectorKind() == VectorType::SveFixedLengthDataVector ||
5818 VT->getVectorKind() == VectorType::SveFixedLengthPredicateVector)
CGExprScalar.cpp 2777 E->getType()->castAs<VectorType>()->getVectorKind() ==

Completed in 126 milliseconds