| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 480 struct CanProxyAdaptor<ExtVectorType> : public CanProxyBase<ExtVectorType> {
|
| H A D | Type.h | 3600 class ExtVectorType : public VectorType { 3603 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) 7191 return isa<ExtVectorType>(CanonicalType); 7197 return cast<ExtVectorType>(CanonicalType)->getElementType()->isBooleanType();
|
| H A D | TypeProperties.td | 201 let Class = ExtVectorType in {
|
| H A D | RecursiveASTVisitor.h | 1025 DEF_TRAVERSE_TYPE(ExtVectorType, { TRY_TO(TraverseType(T->getElementType())); }) 1289 DEF_TRAVERSE_TYPELOC(ExtVectorType, {
|
| H A D | TypeLoc.h | 1841 ExtVectorType> {};
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 71 def ExtVectorType : TypeNode<VectorType>;
|
| H A D | Attr.td | 1532 def ExtVectorType : Attr {
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 338 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>(); in CheckExtVectorComponent()
|
| H A D | SemaExpr.cpp | 10975 assert(!isa<ExtVectorType>(VT) && in tryGCCVectorConvertAndSplat() 11103 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands() 11210 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands() 11221 if (isa<ExtVectorType>(RHSVecType)) { in CheckVectorOperands() 11280 RHSVecType && isa<ExtVectorType>(RHSVecType) && in CheckVectorOperands() 11281 LHSVecType && isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands() 11291 if ((RHSVecType && !isa<ExtVectorType>(RHSVecType)) || in CheckVectorOperands() 11292 (LHSVecType && !isa<ExtVectorType>(LHSVecType))) { in CheckVectorOperands() 13555 if (isa<ExtVectorType>(VTy)) { in GetSignedVectorType() 13853 !(isa<ExtVectorType>(vType->getAs<VectorType>()))) in CheckVectorLogicalOperands() [all …]
|
| H A D | SemaTemplateDeduction.cpp | 1953 const auto *VP = P->castAs<ExtVectorType>(); in DeduceTemplateArgumentsByTypeMatch() 1955 if (const auto *VA = A->getAs<ExtVectorType>()) { in DeduceTemplateArgumentsByTypeMatch() 2026 if (const auto *VA = A->getAs<ExtVectorType>()) { in DeduceTemplateArgumentsByTypeMatch()
|
| H A D | SemaExprCXX.cpp | 6418 if (isa<ExtVectorType>(CondVT) != isa<ExtVectorType>(LHSVT)) { in CheckVectorConditionalTypes() 6420 << /*isExtVector*/ isa<ExtVectorType>(CondVT); in CheckVectorConditionalTypes()
|
| H A D | SemaChecking.cpp | 12016 if (const auto *VecTy = From->getAs<ExtVectorType>()) in isArithmeticArgumentPromotion() 12018 if (const auto *VecTy = To->getAs<ExtVectorType>()) in isArithmeticArgumentPromotion()
|
| H A D | SemaInit.cpp | 6442 const auto *VTy = Arg->getType()->castAs<ExtVectorType>(); in InitializeFrom()
|
| H A D | SemaTemplate.cpp | 6435 bool UnnamedLocalNoLinkageFinder::VisitExtVectorType(const ExtVectorType* T) { in VisitExtVectorType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 799 void TypePrinter::printExtVectorBefore(const ExtVectorType *T, in printExtVectorBefore() 804 void TypePrinter::printExtVectorAfter(const ExtVectorType *T, raw_ostream &OS) { in printExtVectorAfter()
|
| H A D | ODRHash.cpp | 1233 void VisitExtVectorType(const ExtVectorType * T) { in VisitExtVectorType()
|
| H A D | MicrosoftMangle.cpp | 3223 if (!isa<ExtVectorType>(T)) { in mangleType() 3260 void MicrosoftCXXNameMangler::mangleType(const ExtVectorType *T, in mangleType()
|
| H A D | ASTContext.cpp | 4118 auto *New = new (*this, alignof(ExtVectorType)) in getExtVectorType() 4119 ExtVectorType(vecType, NumElts, Canonical); in getExtVectorType() 12877 const auto *VX = cast<ExtVectorType>(X), *VY = cast<ExtVectorType>(Y); in getCommonNonSugarTypeNode()
|
| H A D | Type.cpp | 1032 QualType VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType()
|
| H A D | Expr.cpp | 4277 Index = ExtVectorType::getAccessorIdx(Comp[i], isNumericAccessor); in getEncodedElementAccess()
|
| H A D | ItaniumMangle.cpp | 4150 void CXXNameMangler::mangleType(const ExtVectorType *T) { in mangleType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 598 const ExtVectorType *HintEltQTy = HintQTy->getAs<ExtVectorType>(); in EmitKernelMetadata()
|
| H A D | CGExprScalar.cpp | 1416 assert(DstType->castAs<ExtVectorType>()->getElementType().getTypePtr() == in EmitScalarConversion()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 2898 const clang::ExtVectorType *ext_vector_type = in IsVectorType() 2899 qual_type->getAs<clang::ExtVectorType>(); in IsVectorType()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 131 class ExtVectorType; variable
|