Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTypeNodes.td70 def DependentVectorType : TypeNode<Type>, AlwaysDependent;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DItaniumMangle.cpp551 void mangleNeonVectorType(const DependentVectorType *T);
553 void mangleAArch64NeonVectorType(const DependentVectorType *T);
555 void mangleAArch64FixedSveVectorType(const DependentVectorType *T);
3528 void CXXNameMangler::mangleNeonVectorType(const DependentVectorType *T) { in mangleNeonVectorType()
3605 void CXXNameMangler::mangleAArch64NeonVectorType(const DependentVectorType *T) { in mangleAArch64NeonVectorType()
3702 const DependentVectorType *T) { in mangleAArch64FixedSveVectorType()
3744 void CXXNameMangler::mangleType(const DependentVectorType *T) { in mangleType()
H A DASTStructuralEquivalence.cpp873 const auto *Vec1 = cast<DependentVectorType>(T1); in IsStructurallyEquivalent()
874 const auto *Vec2 = cast<DependentVectorType>(T2); in IsStructurallyEquivalent()
H A DTypePrinter.cpp703 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorBefore()
764 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.cpp4078 DependentVectorType::Profile(ID, *this, getCanonicalType(VecType), SizeExpr, in getDependentVectorType()
4081 DependentVectorType *Canon = in getDependentVectorType()
4083 DependentVectorType *New; in getDependentVectorType()
4086 New = new (*this, TypeAlignment) DependentVectorType( in getDependentVectorType()
4091 New = new (*this, TypeAlignment) DependentVectorType( in getDependentVectorType()
4094 DependentVectorType *CanonCheck = in getDependentVectorType()
4103 New = new (*this, TypeAlignment) DependentVectorType( in getDependentVectorType()
12749 const auto *VX = cast<DependentVectorType>(X), in getCommonNonSugarTypeNode()
12750 *VY = cast<DependentVectorType>(Y); in getCommonNonSugarTypeNode()
H A DMicrosoftMangle.cpp3128 void MicrosoftCXXNameMangler::mangleType(const DependentVectorType *T, in mangleType()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeProperties.td181 let Class = DependentVectorType in {
H A DType.h1764 friend class DependentVectorType;
3442 class DependentVectorType : public Type, public llvm::FoldingSetNode {
3450 DependentVectorType(const ASTContext &Context, QualType ElementType,
H A DRecursiveASTVisitor.h1017 DEF_TRAVERSE_TYPE(DependentVectorType, {
1287 DEF_TRAVERSE_TYPELOC(DependentVectorType, {
H A DTypeLoc.h1813 DependentVectorType, VectorTypeLocInfo> {
H A DASTContext.h204 mutable llvm::FoldingSet<DependentVectorType> DependentVectorTypes;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1945 const auto *VP = P->castAs<DependentVectorType>(); in DeduceTemplateArgumentsByTypeMatch()
1970 if (const auto *VA = A->getAs<DependentVectorType>()) { in DeduceTemplateArgumentsByTypeMatch()
5979 const auto *VecType = cast<DependentVectorType>(T); in MarkUsedTemplateParameters()
H A DTreeTransform.h5447 const DependentVectorType *T = TL.getTypePtr(); in TransformDependentVectorType()
5470 if (isa<DependentVectorType>(Result)) { in TransformDependentVectorType()
H A DSemaTemplate.cpp6255 const DependentVectorType *T) { in VisitDependentVectorType()