| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 480 struct CanProxyAdaptor<ExtVectorType> : public CanProxyBase<ExtVectorType> {
|
| H A D | RecursiveASTVisitor.h | 1005 DEF_TRAVERSE_TYPE(ExtVectorType, { TRY_TO(TraverseType(T->getElementType())); }) 1233 DEF_TRAVERSE_TYPELOC(ExtVectorType, {
|
| H A D | Type.h | 3287 class ExtVectorType : public VectorType { 3290 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) 6386 return isa<ExtVectorType>(CanonicalType);
|
| H A D | TypeLoc.h | 1742 ExtVectorType> {
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 1913 const ExtVectorType *VectorParam = cast<ExtVectorType>(Param); in DeduceTemplateArgumentsByTypeMatch() 1914 if (const ExtVectorType *VectorArg = dyn_cast<ExtVectorType>(Arg)) { in DeduceTemplateArgumentsByTypeMatch() 1997 if (const ExtVectorType *VectorArg = dyn_cast<ExtVectorType>(Arg)) { in DeduceTemplateArgumentsByTypeMatch()
|
| H A D | SemaExprMember.cpp | 308 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>(); in CheckExtVectorComponent()
|
| H A D | SemaExpr.cpp | 8600 assert(!isa<ExtVectorType>(VT) && in tryGCCVectorConvertAndSplat() 8705 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands() 8741 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands() 8752 if (isa<ExtVectorType>(RHSVecType)) { in CheckVectorOperands() 8807 RHSVecType && isa<ExtVectorType>(RHSVecType) && in CheckVectorOperands() 8808 LHSVecType && isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands() 8818 if ((RHSVecType && !isa<ExtVectorType>(RHSVecType)) || in CheckVectorOperands() 8819 (LHSVecType && !isa<ExtVectorType>(LHSVecType))) { in CheckVectorOperands() 10702 if (isa<ExtVectorType>(VTy)) { in GetSignedVectorType() 10789 !(isa<ExtVectorType>(vType->getAs<VectorType>()))) in CheckVectorLogicalOperands() [all …]
|
| H A D | Sema.cpp | 1994 auto TypePtr = QT->castAs<ExtVectorType>()->getElementType().getTypePtr(); in checkOpenCLDisabledTypeDeclSpec()
|
| H A D | SemaChecking.cpp | 7787 if (const auto *VecTy = From->getAs<ExtVectorType>()) in isArithmeticArgumentPromotion() 7789 if (const auto *VecTy = To->getAs<ExtVectorType>()) in isArithmeticArgumentPromotion()
|
| H A D | SemaTemplate.cpp | 5394 bool UnnamedLocalNoLinkageFinder::VisitExtVectorType(const ExtVectorType* T) { in VisitExtVectorType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 703 void TypePrinter::printExtVectorBefore(const ExtVectorType *T, in printExtVectorBefore() 708 void TypePrinter::printExtVectorAfter(const ExtVectorType *T, raw_ostream &OS) { in printExtVectorAfter()
|
| H A D | ODRHash.cpp | 1029 void VisitExtVectorType(const ExtVectorType * T) { in VisitExtVectorType()
|
| H A D | MicrosoftMangle.cpp | 2657 if (!isa<ExtVectorType>(T)) { in mangleType() 2693 void MicrosoftCXXNameMangler::mangleType(const ExtVectorType *T, in mangleType()
|
| H A D | Type.cpp | 877 QualType VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType()
|
| H A D | Expr.cpp | 3740 Index = ExtVectorType::getAccessorIdx(Comp[i], isNumericAccessor); in getEncodedElementAccess()
|
| H A D | ItaniumMangle.cpp | 3154 void CXXNameMangler::mangleType(const ExtVectorType *T) { in mangleType()
|
| H A D | ASTImporter.cpp | 337 ExpectedType VisitExtVectorType(const ExtVectorType *T); 1153 ExpectedType ASTNodeImporter::VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType()
|
| H A D | ASTContext.cpp | 3478 ExtVectorType(vecType, NumElts, Canonical); in getExtVectorType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 736 const ExtVectorType *HintEltQTy = HintQTy->getAs<ExtVectorType>(); in EmitOpenCLKernelMetadata()
|
| H A D | CGExprScalar.cpp | 1303 assert(DstType->castAs<ExtVectorType>()->getElementType().getTypePtr() == in EmitScalarConversion()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 3019 const clang::ExtVectorType *ext_vector_type = in IsVectorType() 3020 qual_type->getAs<clang::ExtVectorType>(); in IsVectorType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | Attr.td | 1127 def ExtVectorType : Attr {
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 265 void ASTTypeWriter::VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 119 class ExtVectorType; variable
|