Home
last modified time | relevance | path

Searched refs:DependentVectorType (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTypeNodes.td70 def DependentVectorType : TypeNode<Type>, AlwaysDependent;
/llvm-project-15.0.7/clang/lib/AST/
H A DItaniumMangle.cpp552 void mangleNeonVectorType(const DependentVectorType *T);
554 void mangleAArch64NeonVectorType(const DependentVectorType *T);
556 void mangleAArch64FixedSveVectorType(const DependentVectorType *T);
3531 void CXXNameMangler::mangleNeonVectorType(const DependentVectorType *T) { in mangleNeonVectorType()
3608 void CXXNameMangler::mangleAArch64NeonVectorType(const DependentVectorType *T) { in mangleAArch64NeonVectorType()
3705 const DependentVectorType *T) { in mangleAArch64FixedSveVectorType()
3747 void CXXNameMangler::mangleType(const DependentVectorType *T) { in mangleType()
H A DASTStructuralEquivalence.cpp822 const auto *Vec1 = cast<DependentVectorType>(T1); in IsStructurallyEquivalent()
823 const auto *Vec2 = cast<DependentVectorType>(T2); in IsStructurallyEquivalent()
H A DTypePrinter.cpp707 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorBefore()
768 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorAfter()
H A DType.cpp222 DependentVectorType::DependentVectorType(const ASTContext &Context, in DependentVectorType() function in DependentVectorType
236 void DependentVectorType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
H A DASTContext.cpp4044 DependentVectorType::Profile(ID, *this, getCanonicalType(VecType), SizeExpr, in getDependentVectorType()
4047 DependentVectorType *Canon = in getDependentVectorType()
4049 DependentVectorType *New; in getDependentVectorType()
4052 New = new (*this, TypeAlignment) DependentVectorType( in getDependentVectorType()
4057 New = new (*this, TypeAlignment) DependentVectorType( in getDependentVectorType()
4060 DependentVectorType *CanonCheck = in getDependentVectorType()
4069 New = new (*this, TypeAlignment) DependentVectorType( in getDependentVectorType()
H A DMicrosoftMangle.cpp3117 void MicrosoftCXXNameMangler::mangleType(const DependentVectorType *T, in mangleType()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeProperties.td181 let Class = DependentVectorType in {
H A DType.h1754 friend class DependentVectorType;
3380 class DependentVectorType : public Type, public llvm::FoldingSetNode {
3388 DependentVectorType(const ASTContext &Context, QualType ElementType,
H A DRecursiveASTVisitor.h1034 DEF_TRAVERSE_TYPE(DependentVectorType, {
1304 DEF_TRAVERSE_TYPELOC(DependentVectorType, {
H A DTypeLoc.h1812 DependentVectorType, VectorTypeLocInfo> {
H A DASTContext.h231 mutable llvm::FoldingSet<DependentVectorType> DependentVectorTypes;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1916 const auto *VP = P->castAs<DependentVectorType>(); in DeduceTemplateArgumentsByTypeMatch()
1941 if (const auto *VA = A->getAs<DependentVectorType>()) { in DeduceTemplateArgumentsByTypeMatch()
5754 const auto *VecType = cast<DependentVectorType>(T); in MarkUsedTemplateParameters()
H A DTreeTransform.h5353 const DependentVectorType *T = TL.getTypePtr(); in TransformDependentVectorType()
5376 if (isa<DependentVectorType>(Result)) { in TransformDependentVectorType()
H A DSemaTemplate.cpp6090 const DependentVectorType *T) { in VisitDependentVectorType()