Searched refs:DependentVectorType (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ItaniumMangle.cpp | 525 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 D | ASTStructuralEquivalence.cpp | 465 const auto *Vec1 = cast<DependentVectorType>(T1); in IsStructurallyEquivalent() 466 const auto *Vec2 = cast<DependentVectorType>(T2); in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 656 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorBefore() 699 const DependentVectorType *T, raw_ostream &OS) { in printDependentVectorAfter()
|
| H A D | Type.cpp | 180 DependentVectorType::DependentVectorType( in DependentVectorType() function in DependentVectorType 192 void DependentVectorType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
|
| H A D | ASTContext.cpp | 3419 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 D | MicrosoftMangle.cpp | 2698 void MicrosoftCXXNameMangler::mangleType(const DependentVectorType *T, in mangleType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | RecursiveASTVisitor.h | 991 DEF_TRAVERSE_TYPE(DependentVectorType, { 1225 DEF_TRAVERSE_TYPELOC(DependentVectorType, {
|
| H A D | Type.h | 1605 friend class DependentVectorType; 3245 class DependentVectorType : public Type, public llvm::FoldingSetNode { 3253 DependentVectorType(const ASTContext &Context, QualType ElementType,
|
| H A D | TypeLoc.h | 1737 DependentVectorType> {};
|
| H A D | ASTContext.h | 192 mutable llvm::FoldingSet<DependentVectorType> DependentVectorTypes;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 1943 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 D | TreeTransform.h | 4798 const DependentVectorType *T = TL.getTypePtr(); in TransformDependentVectorType() 4821 if (isa<DependentVectorType>(Result)) { in TransformDependentVectorType()
|
| H A D | SemaTemplate.cpp | 5390 const DependentVectorType *T) { in VisitDependentVectorType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 458 void ASTTypeWriter::VisitDependentVectorType(const DependentVectorType *T) { in VisitDependentVectorType()
|