| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 481 struct CanProxyAdaptor<ExtVectorType> : public CanProxyBase<ExtVectorType> {
|
| H A D | TypeProperties.td | 201 let Class = ExtVectorType in {
|
| H A D | Type.h | 3422 class ExtVectorType : public VectorType { 3425 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) 6914 return isa<ExtVectorType>(CanonicalType); 6920 return cast<ExtVectorType>(CanonicalType)->getElementType()->isBooleanType();
|
| H A D | RecursiveASTVisitor.h | 1048 DEF_TRAVERSE_TYPE(ExtVectorType, { TRY_TO(TraverseType(T->getElementType())); }) 1312 DEF_TRAVERSE_TYPELOC(ExtVectorType, {
|
| H A D | TypeLoc.h | 1834 ExtVectorType> {};
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 71 def ExtVectorType : TypeNode<VectorType>;
|
| H A D | Attr.td | 1393 def ExtVectorType : Attr {
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXType.cpp | 826 ET = cast<ExtVectorType>(TP)->getElementType(); in clang_getElementType() 852 result = cast<ExtVectorType>(TP)->getNumElements(); in clang_getNumElements()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 306 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>(); in CheckExtVectorComponent()
|
| H A D | SemaExpr.cpp | 10308 assert(!isa<ExtVectorType>(VT) && in tryGCCVectorConvertAndSplat() 10442 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands() 10516 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands() 10527 if (isa<ExtVectorType>(RHSVecType)) { in CheckVectorOperands() 10585 RHSVecType && isa<ExtVectorType>(RHSVecType) && in CheckVectorOperands() 10586 LHSVecType && isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands() 10596 if ((RHSVecType && !isa<ExtVectorType>(RHSVecType)) || in CheckVectorOperands() 10597 (LHSVecType && !isa<ExtVectorType>(LHSVecType))) { in CheckVectorOperands() 12829 if (isa<ExtVectorType>(VTy)) { in GetSignedVectorType() 13127 !(isa<ExtVectorType>(vType->getAs<VectorType>()))) in CheckVectorLogicalOperands() [all …]
|
| H A D | SemaTemplateDeduction.cpp | 1894 const auto *VP = P->castAs<ExtVectorType>(); in DeduceTemplateArgumentsByTypeMatch() 1896 if (const auto *VA = A->getAs<ExtVectorType>()) { in DeduceTemplateArgumentsByTypeMatch() 1967 if (const auto *VA = A->getAs<ExtVectorType>()) { in DeduceTemplateArgumentsByTypeMatch()
|
| H A D | SemaExprCXX.cpp | 6179 if (isa<ExtVectorType>(CondVT) != isa<ExtVectorType>(LHSVT)) { in CheckVectorConditionalTypes() 6181 << /*isExtVector*/ isa<ExtVectorType>(CondVT); in CheckVectorConditionalTypes()
|
| H A D | SemaChecking.cpp | 10013 if (const auto *VecTy = From->getAs<ExtVectorType>()) in isArithmeticArgumentPromotion() 10015 if (const auto *VecTy = To->getAs<ExtVectorType>()) in isArithmeticArgumentPromotion()
|
| H A D | SemaTemplate.cpp | 6094 bool UnnamedLocalNoLinkageFinder::VisitExtVectorType(const ExtVectorType* T) { in VisitExtVectorType()
|
| H A D | SemaInit.cpp | 5982 const auto *VTy = Arg->getType()->castAs<ExtVectorType>(); in InitializeFrom()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ODRHash.cpp | 1114 void VisitExtVectorType(const ExtVectorType * T) { in VisitExtVectorType()
|
| H A D | TypePrinter.cpp | 772 void TypePrinter::printExtVectorBefore(const ExtVectorType *T, in printExtVectorBefore() 777 void TypePrinter::printExtVectorAfter(const ExtVectorType *T, raw_ostream &OS) { in printExtVectorAfter()
|
| H A D | MicrosoftMangle.cpp | 3079 if (!isa<ExtVectorType>(T)) { in mangleType() 3112 void MicrosoftCXXNameMangler::mangleType(const ExtVectorType *T, in mangleType()
|
| H A D | Type.cpp | 1006 QualType VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType()
|
| H A D | Expr.cpp | 4190 Index = ExtVectorType::getAccessorIdx(Comp[i], isNumericAccessor); in getEncodedElementAccess()
|
| H A D | ItaniumMangle.cpp | 3776 void CXXNameMangler::mangleType(const ExtVectorType *T) { in mangleType()
|
| H A D | ASTImporter.cpp | 388 ExpectedType VisitExtVectorType(const ExtVectorType *T); 1272 ExpectedType ASTNodeImporter::VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 590 const ExtVectorType *HintEltQTy = HintQTy->getAs<ExtVectorType>(); in EmitKernelMetadata()
|
| H A D | CGExprScalar.cpp | 1379 assert(DstType->castAs<ExtVectorType>()->getElementType().getTypePtr() == in EmitScalarConversion()
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 2932 const clang::ExtVectorType *ext_vector_type = in IsVectorType() 2933 qual_type->getAs<clang::ExtVectorType>(); in IsVectorType()
|