Searched refs:DependentVectorType (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | TypeNodes.td | 70 def DependentVectorType : TypeNode<Type>, AlwaysDependent;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ItaniumMangle.cpp | 576 void mangleNeonVectorType(const DependentVectorType *T); 578 void mangleAArch64NeonVectorType(const DependentVectorType *T); 580 void mangleAArch64FixedSveVectorType(const DependentVectorType *T); 3444 void CXXNameMangler::mangleNeonVectorType(const DependentVectorType *T) { in mangleNeonVectorType() 3521 void CXXNameMangler::mangleAArch64NeonVectorType(const DependentVectorType *T) { in mangleAArch64NeonVectorType() 3618 const DependentVectorType *T) { in mangleAArch64FixedSveVectorType() 3660 void CXXNameMangler::mangleType(const DependentVectorType *T) { in mangleType()
|
H A D | ASTStructuralEquivalence.cpp | 820 const auto *Vec1 = cast<DependentVectorType>(T1); in IsStructurallyEquivalent() 821 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 | 3943 DependentVectorType::Profile(ID, *this, getCanonicalType(VecType), SizeExpr, in getDependentVectorType() 3946 DependentVectorType *Canon = in getDependentVectorType() 3948 DependentVectorType *New; in getDependentVectorType() 3951 New = new (*this, TypeAlignment) DependentVectorType( in getDependentVectorType() 3956 New = new (*this, TypeAlignment) DependentVectorType( in getDependentVectorType() 3959 DependentVectorType *CanonCheck = in getDependentVectorType() 3968 New = new (*this, TypeAlignment) DependentVectorType( in getDependentVectorType()
|
H A D | MicrosoftMangle.cpp | 3077 void MicrosoftCXXNameMangler::mangleType(const DependentVectorType *T, in mangleType()
|
/netbsd-src/external/apache2/llvm/dist/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 | 941 DEF_TRAVERSE_TYPE(DependentVectorType, { 1208 DEF_TRAVERSE_TYPELOC(DependentVectorType, {
|
H A D | TypeLoc.h | 1780 DependentVectorType, VectorTypeLocInfo> {
|
H A D | ASTContext.h | 210 mutable llvm::FoldingSet<DependentVectorType> DependentVectorTypes;
|
/netbsd-src/external/apache2/llvm/dist/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 | 5264 const DependentVectorType *T = TL.getTypePtr(); in TransformDependentVectorType() 5287 if (isa<DependentVectorType>(Result)) { in TransformDependentVectorType()
|
H A D | SemaTemplate.cpp | 6028 const DependentVectorType *T) { in VisitDependentVectorType()
|