Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DItaniumMangle.cpp525 void mangleNeonVectorType(const DependentVectorType *T);
527 void mangleAArch64NeonVectorType(const DependentVectorType *T);
3016 void CXXNameMangler::mangleNeonVectorType(const DependentVectorType *T) { in mangleNeonVectorType()
3091 void CXXNameMangler::mangleAArch64NeonVectorType(const DependentVectorType *T) { in mangleAArch64NeonVectorType()
3129 void CXXNameMangler::mangleType(const DependentVectorType *T) { in mangleType()
H A DASTStructuralEquivalence.cpp465 const auto *Vec1 = cast<DependentVectorType>(T1); in IsStructurallyEquivalent()
466 const auto *Vec2 = cast<DependentVectorType>(T2); in IsStructurallyEquivalent()
H A DTypePrinter.cpp656 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorBefore()
699 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorAfter()
H A DType.cpp180 DependentVectorType::DependentVectorType( in DependentVectorType() function in DependentVectorType
192 void DependentVectorType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
H A DASTContext.cpp3419 DependentVectorType::Profile(ID, *this, getCanonicalType(VecType), SizeExpr, in getDependentVectorType()
3422 DependentVectorType *Canon = in getDependentVectorType()
3424 DependentVectorType *New; in getDependentVectorType()
3427 New = new (*this, TypeAlignment) DependentVectorType( in getDependentVectorType()
3432 New = new (*this, TypeAlignment) DependentVectorType( in getDependentVectorType()
3435 DependentVectorType *CanonCheck = in getDependentVectorType()
3444 New = new (*this, TypeAlignment) DependentVectorType( in getDependentVectorType()
H A DMicrosoftMangle.cpp2698 void MicrosoftCXXNameMangler::mangleType(const DependentVectorType *T, in mangleType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DRecursiveASTVisitor.h991 DEF_TRAVERSE_TYPE(DependentVectorType, {
1225 DEF_TRAVERSE_TYPELOC(DependentVectorType, {
H A DType.h1605 friend class DependentVectorType;
3245 class DependentVectorType : public Type, public llvm::FoldingSetNode {
3253 DependentVectorType(const ASTContext &Context, QualType ElementType,
H A DTypeLoc.h1737 DependentVectorType> {};
H A DASTContext.h192 mutable llvm::FoldingSet<DependentVectorType> DependentVectorTypes;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1943 const auto *VectorParam = cast<DependentVectorType>(Param); in DeduceTemplateArgumentsByTypeMatch()
1969 if (const auto *VectorArg = dyn_cast<DependentVectorType>(Arg)) { in DeduceTemplateArgumentsByTypeMatch()
5376 const auto *VecType = cast<DependentVectorType>(T); in MarkUsedTemplateParameters()
H A DTreeTransform.h4798 const DependentVectorType *T = TL.getTypePtr(); in TransformDependentVectorType()
4821 if (isa<DependentVectorType>(Result)) { in TransformDependentVectorType()
H A DSemaTemplate.cpp5390 const DependentVectorType *T) { in VisitDependentVectorType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp458 void ASTTypeWriter::VisitDependentVectorType(const DependentVectorType *T) { in VisitDependentVectorType()