| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 480 struct CanProxyAdaptor<ExtVectorType> : public CanProxyBase<ExtVectorType> {
|
| H A D | TypeProperties.td | 201 let Class = ExtVectorType in {
|
| H A D | Type.h | 3484 class ExtVectorType : public VectorType { 3487 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) 7001 return isa<ExtVectorType>(CanonicalType); 7007 return cast<ExtVectorType>(CanonicalType)->getElementType()->isBooleanType();
|
| H A D | RecursiveASTVisitor.h | 1031 DEF_TRAVERSE_TYPE(ExtVectorType, { TRY_TO(TraverseType(T->getElementType())); }) 1295 DEF_TRAVERSE_TYPELOC(ExtVectorType, {
|
| H A D | TypeLoc.h | 1835 ExtVectorType> {};
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 71 def ExtVectorType : TypeNode<VectorType>;
|
| H A D | Attr.td | 1412 def ExtVectorType : Attr {
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CXType.cpp | 836 ET = cast<ExtVectorType>(TP)->getElementType(); in clang_getElementType() 862 result = cast<ExtVectorType>(TP)->getNumElements(); in clang_getNumElements()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 306 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>(); in CheckExtVectorComponent()
|
| H A D | SemaExpr.cpp | 10569 assert(!isa<ExtVectorType>(VT) && in tryGCCVectorConvertAndSplat() 10703 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands() 10777 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands() 10788 if (isa<ExtVectorType>(RHSVecType)) { in CheckVectorOperands() 10846 RHSVecType && isa<ExtVectorType>(RHSVecType) && in CheckVectorOperands() 10847 LHSVecType && isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands() 10857 if ((RHSVecType && !isa<ExtVectorType>(RHSVecType)) || in CheckVectorOperands() 10858 (LHSVecType && !isa<ExtVectorType>(LHSVecType))) { in CheckVectorOperands() 13110 if (isa<ExtVectorType>(VTy)) { in GetSignedVectorType() 13408 !(isa<ExtVectorType>(vType->getAs<VectorType>()))) in CheckVectorLogicalOperands() [all …]
|
| H A D | SemaTemplateDeduction.cpp | 1923 const auto *VP = P->castAs<ExtVectorType>(); in DeduceTemplateArgumentsByTypeMatch() 1925 if (const auto *VA = A->getAs<ExtVectorType>()) { in DeduceTemplateArgumentsByTypeMatch() 1996 if (const auto *VA = A->getAs<ExtVectorType>()) { in DeduceTemplateArgumentsByTypeMatch()
|
| H A D | SemaExprCXX.cpp | 6301 if (isa<ExtVectorType>(CondVT) != isa<ExtVectorType>(LHSVT)) { in CheckVectorConditionalTypes() 6303 << /*isExtVector*/ isa<ExtVectorType>(CondVT); in CheckVectorConditionalTypes()
|
| H A D | SemaChecking.cpp | 10310 if (const auto *VecTy = From->getAs<ExtVectorType>()) in isArithmeticArgumentPromotion() 10312 if (const auto *VecTy = To->getAs<ExtVectorType>()) in isArithmeticArgumentPromotion()
|
| H A D | SemaInit.cpp | 6298 const auto *VTy = Arg->getType()->castAs<ExtVectorType>(); in InitializeFrom()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 768 void TypePrinter::printExtVectorBefore(const ExtVectorType *T, in printExtVectorBefore() 773 void TypePrinter::printExtVectorAfter(const ExtVectorType *T, raw_ostream &OS) { in printExtVectorAfter()
|
| H A D | ODRHash.cpp | 1268 void VisitExtVectorType(const ExtVectorType * T) { in VisitExtVectorType()
|
| H A D | MicrosoftMangle.cpp | 3089 if (!isa<ExtVectorType>(T)) { in mangleType() 3123 void MicrosoftCXXNameMangler::mangleType(const ExtVectorType *T, in mangleType()
|
| H A D | Type.cpp | 1010 QualType VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType()
|
| H A D | ASTContext.cpp | 4141 ExtVectorType(vecType, NumElts, Canonical); in getExtVectorType() 12736 const auto *VX = cast<ExtVectorType>(X), *VY = cast<ExtVectorType>(Y); in getCommonNonSugarTypeNode()
|
| H A D | ItaniumMangle.cpp | 3773 void CXXNameMangler::mangleType(const ExtVectorType *T) { in mangleType()
|
| H A D | Expr.cpp | 4278 Index = ExtVectorType::getAccessorIdx(Comp[i], isNumericAccessor); in getEncodedElementAccess()
|
| H A D | ASTImporter.cpp | 386 ExpectedType VisitExtVectorType(const ExtVectorType *T); 1267 ExpectedType ASTNodeImporter::VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 598 const ExtVectorType *HintEltQTy = HintQTy->getAs<ExtVectorType>(); in EmitKernelMetadata()
|
| H A D | CGExprScalar.cpp | 1408 assert(DstType->castAs<ExtVectorType>()->getElementType().getTypePtr() == in EmitScalarConversion()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 2966 const clang::ExtVectorType *ext_vector_type = in IsVectorType() 2967 qual_type->getAs<clang::ExtVectorType>(); in IsVectorType()
|