Searched refs:DependentVectorType (Results 1 – 16 of 16) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 71 def DependentVectorType : TypeNode<Type>, AlwaysDependent;
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ItaniumMangle.cpp | 576 void mangleNeonVectorType(const DependentVectorType *T); 578 void mangleAArch64NeonVectorType(const DependentVectorType *T); 580 void mangleAArch64FixedSveVectorType(const DependentVectorType *T); 582 void mangleRISCVFixedRVVVectorType(const DependentVectorType *T); 4020 void CXXNameMangler::mangleNeonVectorType(const DependentVectorType *T) { in mangleNeonVectorType() 4099 void CXXNameMangler::mangleAArch64NeonVectorType(const DependentVectorType *T) { in mangleAArch64NeonVectorType() 4197 const DependentVectorType *T) { in mangleAArch64FixedSveVectorType() 4300 const DependentVectorType *T) { in mangleRISCVFixedRVVVectorType() 4349 void CXXNameMangler::mangleType(const DependentVectorType *T) { in mangleType()
|
| H A D | ASTContext.cpp | 4694 DependentVectorType::Profile(ID, *this, getCanonicalType(VecType), SizeExpr, in getDependentVectorType() 4697 DependentVectorType *Canon = in getDependentVectorType() 4699 DependentVectorType *New; in getDependentVectorType() 4702 New = new (*this, alignof(DependentVectorType)) DependentVectorType( in getDependentVectorType() 4707 New = new (*this, alignof(DependentVectorType)) in getDependentVectorType() 4708 DependentVectorType(VecType, QualType(), SizeExpr, AttrLoc, VecKind); in getDependentVectorType() 4710 DependentVectorType *CanonCheck = in getDependentVectorType() 4719 New = new (*this, alignof(DependentVectorType)) in getDependentVectorType() 4720 DependentVectorType(VecType, CanonTy, SizeExpr, AttrLoc, VecKind); in getDependentVectorType() 14193 const auto *VX = cast<DependentVectorType>(X), in getCommonNonSugarTypeNode() [all …]
|
| H A D | TypePrinter.cpp | 748 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorBefore() 828 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorAfter()
|
| H A D | ASTStructuralEquivalence.cpp | 1042 const auto *Vec1 = cast<DependentVectorType>(T1); in IsStructurallyEquivalent() 1043 const auto *Vec2 = cast<DependentVectorType>(T2); in IsStructurallyEquivalent()
|
| H A D | Type.cpp | 301 DependentVectorType::DependentVectorType(QualType ElementType, in DependentVectorType() function in DependentVectorType 313 void DependentVectorType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
|
| H A D | MicrosoftMangle.cpp | 3535 void MicrosoftCXXNameMangler::mangleType(const DependentVectorType *T, in mangleType()
|
| H A D | ASTImporter.cpp | 2098 const clang::DependentVectorType *T) { in VisitDependentVectorType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 192 let Class = DependentVectorType in {
|
| H A D | RecursiveASTVisitor.h | 1047 DEF_TRAVERSE_TYPE(DependentVectorType, { 1345 DEF_TRAVERSE_TYPELOC(DependentVectorType, {
|
| H A D | Type.h | 2073 friend class DependentVectorType; 4153 class DependentVectorType : public Type, public llvm::FoldingSetNode { 4160 DependentVectorType(QualType ElementType, QualType CanonType, Expr *SizeExpr,
|
| H A D | TypeLoc.h | 1916 DependentVectorType, VectorTypeLocInfo> {
|
| H A D | ASTContext.h | 211 mutable llvm::ContextualFoldingSet<DependentVectorType, ASTContext &>
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 2182 const auto *VP = P->castAs<DependentVectorType>(); in DeduceTemplateArgumentsByTypeMatch() 2210 if (const auto *VA = A->getAs<DependentVectorType>()) { in DeduceTemplateArgumentsByTypeMatch() 6810 const auto *VecType = cast<DependentVectorType>(T); in MarkUsedTemplateParameters()
|
| H A D | TreeTransform.h | 5870 const DependentVectorType *T = TL.getTypePtr(); in TransformDependentVectorType() 5893 if (isa<DependentVectorType>(Result)) { in TransformDependentVectorType()
|
| H A D | SemaTemplate.cpp | 6123 const DependentVectorType *T) { in VisitDependentVectorType()
|