Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTypeNodes.td70 def DependentVectorType : TypeNode<Type>, AlwaysDependent;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DItaniumMangle.cpp576 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 DASTStructuralEquivalence.cpp820 const auto *Vec1 = cast<DependentVectorType>(T1); in IsStructurallyEquivalent()
821 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.cpp3943 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 DMicrosoftMangle.cpp3077 void MicrosoftCXXNameMangler::mangleType(const DependentVectorType *T, in mangleType()
/netbsd-src/external/apache2/llvm/dist/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.h941 DEF_TRAVERSE_TYPE(DependentVectorType, {
1208 DEF_TRAVERSE_TYPELOC(DependentVectorType, {
H A DTypeLoc.h1780 DependentVectorType, VectorTypeLocInfo> {
H A DASTContext.h210 mutable llvm::FoldingSet<DependentVectorType> DependentVectorTypes;
/netbsd-src/external/apache2/llvm/dist/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.h5264 const DependentVectorType *T = TL.getTypePtr(); in TransformDependentVectorType()
5287 if (isa<DependentVectorType>(Result)) { in TransformDependentVectorType()
H A DSemaTemplate.cpp6028 const DependentVectorType *T) { in VisitDependentVectorType()