Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTypeNodes.td70 def DependentVectorType : TypeNode<Type>, AlwaysDependent;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp579 void mangleNeonVectorType(const DependentVectorType *T);
581 void mangleAArch64NeonVectorType(const DependentVectorType *T);
583 void mangleAArch64FixedSveVectorType(const DependentVectorType *T);
3454 void CXXNameMangler::mangleNeonVectorType(const DependentVectorType *T) { in mangleNeonVectorType()
3531 void CXXNameMangler::mangleAArch64NeonVectorType(const DependentVectorType *T) { in mangleAArch64NeonVectorType()
3628 const DependentVectorType *T) { in mangleAArch64FixedSveVectorType()
3670 void CXXNameMangler::mangleType(const DependentVectorType *T) { in mangleType()
H A DASTStructuralEquivalence.cpp821 const auto *Vec1 = cast<DependentVectorType>(T1); in IsStructurallyEquivalent()
822 const auto *Vec2 = cast<DependentVectorType>(T2); in IsStructurallyEquivalent()
H A DTypePrinter.cpp688 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorBefore()
749 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.cpp3958 DependentVectorType::Profile(ID, *this, getCanonicalType(VecType), SizeExpr, in getDependentVectorType()
3961 DependentVectorType *Canon = in getDependentVectorType()
3963 DependentVectorType *New; in getDependentVectorType()
3966 New = new (*this, TypeAlignment) DependentVectorType( in getDependentVectorType()
3971 New = new (*this, TypeAlignment) DependentVectorType( in getDependentVectorType()
3974 DependentVectorType *CanonCheck = in getDependentVectorType()
3983 New = new (*this, TypeAlignment) DependentVectorType( in getDependentVectorType()
H A DMicrosoftMangle.cpp3080 void MicrosoftCXXNameMangler::mangleType(const DependentVectorType *T, in mangleType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td181 let Class = DependentVectorType in {
H A DType.h1680 friend class DependentVectorType;
3302 class DependentVectorType : public Type, public llvm::FoldingSetNode {
3310 DependentVectorType(const ASTContext &Context, QualType ElementType,
H A DRecursiveASTVisitor.h939 DEF_TRAVERSE_TYPE(DependentVectorType, {
1206 DEF_TRAVERSE_TYPELOC(DependentVectorType, {
H A DTypeLoc.h1780 DependentVectorType, VectorTypeLocInfo> {
H A DASTContext.h211 mutable llvm::FoldingSet<DependentVectorType> DependentVectorTypes;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2013 const auto *VectorParam = cast<DependentVectorType>(Param); in DeduceTemplateArgumentsByTypeMatch()
2039 if (const auto *VectorArg = dyn_cast<DependentVectorType>(Arg)) { in DeduceTemplateArgumentsByTypeMatch()
5876 const auto *VecType = cast<DependentVectorType>(T); in MarkUsedTemplateParameters()
H A DTreeTransform.h5287 const DependentVectorType *T = TL.getTypePtr(); in TransformDependentVectorType()
5310 if (isa<DependentVectorType>(Result)) { in TransformDependentVectorType()
H A DSemaTemplate.cpp6028 const DependentVectorType *T) { in VisitDependentVectorType()