Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTypeNodes.td71 def DependentVectorType : TypeNode<Type>, AlwaysDependent;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp581 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 DASTContext.cpp4467 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 DASTStructuralEquivalence.cpp968 const auto *Vec1 = cast<DependentVectorType>(T1); in IsStructurallyEquivalent()
969 const auto *Vec2 = cast<DependentVectorType>(T2); in IsStructurallyEquivalent()
H A DTypePrinter.cpp744 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorBefore()
821 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorAfter()
H A DType.cpp263 DependentVectorType::DependentVectorType(QualType ElementType, in DependentVectorType() function in DependentVectorType
275 void DependentVectorType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
H A DMicrosoftMangle.cpp3406 void MicrosoftCXXNameMangler::mangleType(const DependentVectorType *T, in mangleType()
H A DASTImporter.cpp1830 const clang::DependentVectorType *T) { in VisitDependentVectorType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td207 let Class = DependentVectorType in {
H A DRecursiveASTVisitor.h1042 DEF_TRAVERSE_TYPE(DependentVectorType, {
1328 DEF_TRAVERSE_TYPELOC(DependentVectorType, {
H A DType.h2061 friend class DependentVectorType;
4043 class DependentVectorType : public Type, public llvm::FoldingSetNode {
4050 DependentVectorType(QualType ElementType, QualType CanonType, Expr *SizeExpr,
H A DTypeLoc.h1860 DependentVectorType, VectorTypeLocInfo> {
H A DASTContext.h209 mutable llvm::ContextualFoldingSet<DependentVectorType, ASTContext &>
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2119 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 DTreeTransform.h5642 const DependentVectorType *T = TL.getTypePtr(); in TransformDependentVectorType()
5665 if (isa<DependentVectorType>(Result)) { in TransformDependentVectorType()
H A DSemaTemplate.cpp5703 const DependentVectorType *T) { in VisitDependentVectorType()