Searched refs:DependentVectorType (Results 1 – 16 of 16) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 70 def DependentVectorType : TypeNode<Type>, AlwaysDependent;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ItaniumMangle.cpp | 582 void mangleNeonVectorType(const DependentVectorType *T); 584 void mangleAArch64NeonVectorType(const DependentVectorType *T); 586 void mangleAArch64FixedSveVectorType(const DependentVectorType *T); 588 void mangleRISCVFixedRVVVectorType(const DependentVectorType *T); 3814 void CXXNameMangler::mangleNeonVectorType(const DependentVectorType *T) { in mangleNeonVectorType() 3891 void CXXNameMangler::mangleAArch64NeonVectorType(const DependentVectorType *T) { in mangleAArch64NeonVectorType() 3988 const DependentVectorType *T) { in mangleAArch64FixedSveVectorType() 4072 const DependentVectorType *T) { in mangleRISCVFixedRVVVectorType() 4118 void CXXNameMangler::mangleType(const DependentVectorType *T) { in mangleType()
|
| H A D | ASTContext.cpp | 4056 DependentVectorType::Profile(ID, *this, getCanonicalType(VecType), SizeExpr, in getDependentVectorType() 4059 DependentVectorType *Canon = in getDependentVectorType() 4061 DependentVectorType *New; in getDependentVectorType() 4064 New = new (*this, alignof(DependentVectorType)) DependentVectorType( in getDependentVectorType() 4069 New = new (*this, alignof(DependentVectorType)) in getDependentVectorType() 4070 DependentVectorType(VecType, QualType(), SizeExpr, AttrLoc, VecKind); in getDependentVectorType() 4072 DependentVectorType *CanonCheck = in getDependentVectorType() 4081 New = new (*this, alignof(DependentVectorType)) in getDependentVectorType() 4082 DependentVectorType(VecType, CanonTy, SizeExpr, AttrLoc, VecKind); in getDependentVectorType() 12890 const auto *VX = cast<DependentVectorType>(X), in getCommonNonSugarTypeNode() [all …]
|
| H A D | TypePrinter.cpp | 718 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorBefore() 795 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorAfter()
|
| H A D | ASTStructuralEquivalence.cpp | 957 const auto *Vec1 = cast<DependentVectorType>(T1); in IsStructurallyEquivalent() 958 const auto *Vec2 = cast<DependentVectorType>(T2); in IsStructurallyEquivalent()
|
| H A D | Type.cpp | 247 DependentVectorType::DependentVectorType(QualType ElementType, in DependentVectorType() function in DependentVectorType 259 void DependentVectorType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
|
| H A D | MicrosoftMangle.cpp | 3265 void MicrosoftCXXNameMangler::mangleType(const DependentVectorType *T, in mangleType()
|
| H A D | ASTImporter.cpp | 1782 const clang::DependentVectorType *T) { in VisitDependentVectorType()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 181 let Class = DependentVectorType in {
|
| H A D | Type.h | 1835 friend class DependentVectorType; 3560 class DependentVectorType : public Type, public llvm::FoldingSetNode { 3567 DependentVectorType(QualType ElementType, QualType CanonType, Expr *SizeExpr,
|
| H A D | RecursiveASTVisitor.h | 1011 DEF_TRAVERSE_TYPE(DependentVectorType, { 1281 DEF_TRAVERSE_TYPELOC(DependentVectorType, {
|
| H A D | TypeLoc.h | 1819 DependentVectorType, VectorTypeLocInfo> {
|
| H A D | ASTContext.h | 205 mutable llvm::ContextualFoldingSet<DependentVectorType, ASTContext &>
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 1975 const auto *VP = P->castAs<DependentVectorType>(); in DeduceTemplateArgumentsByTypeMatch() 2000 if (const auto *VA = A->getAs<DependentVectorType>()) { in DeduceTemplateArgumentsByTypeMatch() 6247 const auto *VecType = cast<DependentVectorType>(T); in MarkUsedTemplateParameters()
|
| H A D | TreeTransform.h | 5545 const DependentVectorType *T = TL.getTypePtr(); in TransformDependentVectorType() 5568 if (isa<DependentVectorType>(Result)) { in TransformDependentVectorType()
|
| H A D | SemaTemplate.cpp | 6431 const DependentVectorType *T) { in VisitDependentVectorType()
|