Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTypeNodes.td70 def DependentVectorType : TypeNode<Type>, AlwaysDependent;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp582 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 DASTContext.cpp4056 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 DTypePrinter.cpp718 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorBefore()
795 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorAfter()
H A DASTStructuralEquivalence.cpp957 const auto *Vec1 = cast<DependentVectorType>(T1); in IsStructurallyEquivalent()
958 const auto *Vec2 = cast<DependentVectorType>(T2); in IsStructurallyEquivalent()
H A DType.cpp247 DependentVectorType::DependentVectorType(QualType ElementType, in DependentVectorType() function in DependentVectorType
259 void DependentVectorType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
H A DMicrosoftMangle.cpp3265 void MicrosoftCXXNameMangler::mangleType(const DependentVectorType *T, in mangleType()
H A DASTImporter.cpp1782 const clang::DependentVectorType *T) { in VisitDependentVectorType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td181 let Class = DependentVectorType in {
H A DType.h1835 friend class DependentVectorType;
3560 class DependentVectorType : public Type, public llvm::FoldingSetNode {
3567 DependentVectorType(QualType ElementType, QualType CanonType, Expr *SizeExpr,
H A DRecursiveASTVisitor.h1011 DEF_TRAVERSE_TYPE(DependentVectorType, {
1281 DEF_TRAVERSE_TYPELOC(DependentVectorType, {
H A DTypeLoc.h1819 DependentVectorType, VectorTypeLocInfo> {
H A DASTContext.h205 mutable llvm::ContextualFoldingSet<DependentVectorType, ASTContext &>
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1975 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 DTreeTransform.h5545 const DependentVectorType *T = TL.getTypePtr(); in TransformDependentVectorType()
5568 if (isa<DependentVectorType>(Result)) { in TransformDependentVectorType()
H A DSemaTemplate.cpp6431 const DependentVectorType *T) { in VisitDependentVectorType()