| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 481 struct CanProxyAdaptor<ExtVectorType> : public CanProxyBase<ExtVectorType> {
|
| H A D | TypeProperties.td | 201 let Class = ExtVectorType in {
|
| H A D | Type.h | 3344 class ExtVectorType : public VectorType { 3347 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) 6782 return isa<ExtVectorType>(CanonicalType);
|
| H A D | RecursiveASTVisitor.h | 953 DEF_TRAVERSE_TYPE(ExtVectorType, { TRY_TO(TraverseType(T->getElementType())); }) 1214 DEF_TRAVERSE_TYPELOC(ExtVectorType, {
|
| H A D | TypeLoc.h | 1802 ExtVectorType> {};
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 71 def ExtVectorType : TypeNode<VectorType>;
|
| H A D | Attr.td | 1344 def ExtVectorType : Attr {
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 1983 const ExtVectorType *VectorParam = cast<ExtVectorType>(Param); in DeduceTemplateArgumentsByTypeMatch() 1984 if (const ExtVectorType *VectorArg = dyn_cast<ExtVectorType>(Arg)) { in DeduceTemplateArgumentsByTypeMatch() 2067 if (const ExtVectorType *VectorArg = dyn_cast<ExtVectorType>(Arg)) { in DeduceTemplateArgumentsByTypeMatch()
|
| H A D | SemaExprMember.cpp | 305 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>(); in CheckExtVectorComponent()
|
| H A D | SemaExpr.cpp | 9949 assert(!isa<ExtVectorType>(VT) && in tryGCCVectorConvertAndSplat() 10071 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands() 10145 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands() 10156 if (isa<ExtVectorType>(RHSVecType)) { in CheckVectorOperands() 10211 RHSVecType && isa<ExtVectorType>(RHSVecType) && in CheckVectorOperands() 10212 LHSVecType && isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands() 10222 if ((RHSVecType && !isa<ExtVectorType>(RHSVecType)) || in CheckVectorOperands() 10223 (LHSVecType && !isa<ExtVectorType>(LHSVecType))) { in CheckVectorOperands() 12226 if (isa<ExtVectorType>(VTy)) { in GetSignedVectorType() 12460 !(isa<ExtVectorType>(vType->getAs<VectorType>()))) in CheckVectorLogicalOperands() [all …]
|
| H A D | SemaExprCXX.cpp | 6070 if (isa<ExtVectorType>(CondVT) != isa<ExtVectorType>(LHSVT)) { in CheckVectorConditionalTypes() 6072 << /*isExtVector*/ isa<ExtVectorType>(CondVT); in CheckVectorConditionalTypes()
|
| H A D | SemaChecking.cpp | 9027 if (const auto *VecTy = From->getAs<ExtVectorType>()) in isArithmeticArgumentPromotion() 9029 if (const auto *VecTy = To->getAs<ExtVectorType>()) in isArithmeticArgumentPromotion()
|
| H A D | SemaTemplate.cpp | 6032 bool UnnamedLocalNoLinkageFinder::VisitExtVectorType(const ExtVectorType* T) { in VisitExtVectorType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 753 void TypePrinter::printExtVectorBefore(const ExtVectorType *T, in printExtVectorBefore() 758 void TypePrinter::printExtVectorAfter(const ExtVectorType *T, raw_ostream &OS) { in printExtVectorAfter()
|
| H A D | ODRHash.cpp | 1113 void VisitExtVectorType(const ExtVectorType * T) { in VisitExtVectorType()
|
| H A D | MicrosoftMangle.cpp | 3042 if (!isa<ExtVectorType>(T)) { in mangleType() 3075 void MicrosoftCXXNameMangler::mangleType(const ExtVectorType *T, in mangleType()
|
| H A D | Type.cpp | 1000 QualType VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType()
|
| H A D | Expr.cpp | 4164 Index = ExtVectorType::getAccessorIdx(Comp[i], isNumericAccessor); in getEncodedElementAccess()
|
| H A D | ItaniumMangle.cpp | 3699 void CXXNameMangler::mangleType(const ExtVectorType *T) { in mangleType()
|
| H A D | ASTImporter.cpp | 364 ExpectedType VisitExtVectorType(const ExtVectorType *T); 1235 ExpectedType ASTNodeImporter::VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType()
|
| H A D | ASTContext.cpp | 4017 ExtVectorType(vecType, NumElts, Canonical); in getExtVectorType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 603 const ExtVectorType *HintEltQTy = HintQTy->getAs<ExtVectorType>(); in EmitOpenCLKernelMetadata()
|
| H A D | CGExprScalar.cpp | 1366 assert(DstType->castAs<ExtVectorType>()->getElementType().getTypePtr() == in EmitScalarConversion()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 2913 const clang::ExtVectorType *ext_vector_type = in IsVectorType() 2914 qual_type->getAs<clang::ExtVectorType>(); in IsVectorType()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 131 class ExtVectorType; variable
|