Searched refs:DependentVectorType (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 70 def DependentVectorType : TypeNode<Type>, AlwaysDependent;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ItaniumMangle.cpp | 579 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 D | ASTStructuralEquivalence.cpp | 821 const auto *Vec1 = cast<DependentVectorType>(T1); in IsStructurallyEquivalent() 822 const auto *Vec2 = cast<DependentVectorType>(T2); in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 688 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorBefore() 749 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorAfter()
|
| H A D | Type.cpp | 222 DependentVectorType::DependentVectorType(const ASTContext &Context, in DependentVectorType() function in DependentVectorType 236 void DependentVectorType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
|
| H A D | ASTContext.cpp | 3958 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 D | MicrosoftMangle.cpp | 3080 void MicrosoftCXXNameMangler::mangleType(const DependentVectorType *T, in mangleType()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 181 let Class = DependentVectorType in {
|
| H A D | Type.h | 1680 friend class DependentVectorType; 3302 class DependentVectorType : public Type, public llvm::FoldingSetNode { 3310 DependentVectorType(const ASTContext &Context, QualType ElementType,
|
| H A D | RecursiveASTVisitor.h | 939 DEF_TRAVERSE_TYPE(DependentVectorType, { 1206 DEF_TRAVERSE_TYPELOC(DependentVectorType, {
|
| H A D | TypeLoc.h | 1780 DependentVectorType, VectorTypeLocInfo> {
|
| H A D | ASTContext.h | 211 mutable llvm::FoldingSet<DependentVectorType> DependentVectorTypes;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 2013 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 D | TreeTransform.h | 5287 const DependentVectorType *T = TL.getTypePtr(); in TransformDependentVectorType() 5310 if (isa<DependentVectorType>(Result)) { in TransformDependentVectorType()
|
| H A D | SemaTemplate.cpp | 6028 const DependentVectorType *T) { in VisitDependentVectorType()
|