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 | 581 void mangleNeonVectorType(const DependentVectorType *T); 583 void mangleAArch64NeonVectorType(const DependentVectorType *T); 585 void mangleAArch64FixedSveVectorType(const DependentVectorType *T); 587 void mangleRISCVFixedRVVVectorType(const DependentVectorType *T); 3824 void CXXNameMangler::mangleNeonVectorType(const DependentVectorType *T) { in mangleNeonVectorType() 3901 void CXXNameMangler::mangleAArch64NeonVectorType(const DependentVectorType *T) { in mangleAArch64NeonVectorType() 3998 const DependentVectorType *T) { in mangleAArch64FixedSveVectorType() 4082 const DependentVectorType *T) { in mangleRISCVFixedRVVVectorType() 4128 void CXXNameMangler::mangleType(const DependentVectorType *T) { in mangleType()
|
| H A D | ASTContext.cpp | 4467 DependentVectorType::Profile(ID, *this, getCanonicalType(VecType), SizeExpr, in getDependentVectorType() 4470 DependentVectorType *Canon = in getDependentVectorType() 4472 DependentVectorType *New; in getDependentVectorType() 4475 New = new (*this, alignof(DependentVectorType)) DependentVectorType( in getDependentVectorType() 4480 New = new (*this, alignof(DependentVectorType)) in getDependentVectorType() 4481 DependentVectorType(VecType, QualType(), SizeExpr, AttrLoc, VecKind); in getDependentVectorType() 4483 DependentVectorType *CanonCheck = in getDependentVectorType() 4492 New = new (*this, alignof(DependentVectorType)) in getDependentVectorType() 4493 DependentVectorType(VecType, CanonTy, SizeExpr, AttrLoc, VecKind); in getDependentVectorType() 13394 const auto *VX = cast<DependentVectorType>(X), in getCommonNonSugarTypeNode() [all …]
|
| H A D | ASTStructuralEquivalence.cpp | 968 const auto *Vec1 = cast<DependentVectorType>(T1); in IsStructurallyEquivalent() 969 const auto *Vec2 = cast<DependentVectorType>(T2); in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 744 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorBefore() 821 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorAfter()
|
| H A D | Type.cpp | 263 DependentVectorType::DependentVectorType(QualType ElementType, in DependentVectorType() function in DependentVectorType 275 void DependentVectorType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
|
| H A D | MicrosoftMangle.cpp | 3406 void MicrosoftCXXNameMangler::mangleType(const DependentVectorType *T, in mangleType()
|
| H A D | ASTImporter.cpp | 1830 const clang::DependentVectorType *T) { in VisitDependentVectorType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 207 let Class = DependentVectorType in {
|
| H A D | RecursiveASTVisitor.h | 1042 DEF_TRAVERSE_TYPE(DependentVectorType, { 1328 DEF_TRAVERSE_TYPELOC(DependentVectorType, {
|
| H A D | Type.h | 2061 friend class DependentVectorType; 4043 class DependentVectorType : public Type, public llvm::FoldingSetNode { 4050 DependentVectorType(QualType ElementType, QualType CanonType, Expr *SizeExpr,
|
| H A D | TypeLoc.h | 1860 DependentVectorType, VectorTypeLocInfo> {
|
| H A D | ASTContext.h | 209 mutable llvm::ContextualFoldingSet<DependentVectorType, ASTContext &>
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 2119 const auto *VP = P->castAs<DependentVectorType>(); in DeduceTemplateArgumentsByTypeMatch() 2145 if (const auto *VA = A->getAs<DependentVectorType>()) { in DeduceTemplateArgumentsByTypeMatch() 6421 const auto *VecType = cast<DependentVectorType>(T); in MarkUsedTemplateParameters()
|
| H A D | TreeTransform.h | 5642 const DependentVectorType *T = TL.getTypePtr(); in TransformDependentVectorType() 5665 if (isa<DependentVectorType>(Result)) { in TransformDependentVectorType()
|
| H A D | SemaTemplate.cpp | 5703 const DependentVectorType *T) { in VisitDependentVectorType()
|