Home
last modified time | relevance | path

Searched refs:ExtVectorType (Results 1 – 25 of 27) sorted by relevance

12

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCanonicalType.h480 struct CanProxyAdaptor<ExtVectorType> : public CanProxyBase<ExtVectorType> {
H A DTypeProperties.td201 let Class = ExtVectorType in {
H A DType.h3484 class ExtVectorType : public VectorType {
3487 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType)
7001 return isa<ExtVectorType>(CanonicalType);
7007 return cast<ExtVectorType>(CanonicalType)->getElementType()->isBooleanType();
H A DRecursiveASTVisitor.h1031 DEF_TRAVERSE_TYPE(ExtVectorType, { TRY_TO(TraverseType(T->getElementType())); })
1295 DEF_TRAVERSE_TYPELOC(ExtVectorType, {
H A DTypeLoc.h1835 ExtVectorType> {};
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTypeNodes.td71 def ExtVectorType : TypeNode<VectorType>;
H A DAttr.td1412 def ExtVectorType : Attr {
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXType.cpp836 ET = cast<ExtVectorType>(TP)->getElementType(); in clang_getElementType()
862 result = cast<ExtVectorType>(TP)->getNumElements(); in clang_getNumElements()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprMember.cpp306 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>(); in CheckExtVectorComponent()
H A DSemaExpr.cpp10569 assert(!isa<ExtVectorType>(VT) && in tryGCCVectorConvertAndSplat()
10703 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands()
10777 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands()
10788 if (isa<ExtVectorType>(RHSVecType)) { in CheckVectorOperands()
10846 RHSVecType && isa<ExtVectorType>(RHSVecType) && in CheckVectorOperands()
10847 LHSVecType && isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands()
10857 if ((RHSVecType && !isa<ExtVectorType>(RHSVecType)) || in CheckVectorOperands()
10858 (LHSVecType && !isa<ExtVectorType>(LHSVecType))) { in CheckVectorOperands()
13110 if (isa<ExtVectorType>(VTy)) { in GetSignedVectorType()
13408 !(isa<ExtVectorType>(vType->getAs<VectorType>()))) in CheckVectorLogicalOperands()
[all …]
H A DSemaTemplateDeduction.cpp1923 const auto *VP = P->castAs<ExtVectorType>(); in DeduceTemplateArgumentsByTypeMatch()
1925 if (const auto *VA = A->getAs<ExtVectorType>()) { in DeduceTemplateArgumentsByTypeMatch()
1996 if (const auto *VA = A->getAs<ExtVectorType>()) { in DeduceTemplateArgumentsByTypeMatch()
H A DSemaExprCXX.cpp6301 if (isa<ExtVectorType>(CondVT) != isa<ExtVectorType>(LHSVT)) { in CheckVectorConditionalTypes()
6303 << /*isExtVector*/ isa<ExtVectorType>(CondVT); in CheckVectorConditionalTypes()
H A DSemaChecking.cpp10310 if (const auto *VecTy = From->getAs<ExtVectorType>()) in isArithmeticArgumentPromotion()
10312 if (const auto *VecTy = To->getAs<ExtVectorType>()) in isArithmeticArgumentPromotion()
H A DSemaInit.cpp6298 const auto *VTy = Arg->getType()->castAs<ExtVectorType>(); in InitializeFrom()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTypePrinter.cpp768 void TypePrinter::printExtVectorBefore(const ExtVectorType *T, in printExtVectorBefore()
773 void TypePrinter::printExtVectorAfter(const ExtVectorType *T, raw_ostream &OS) { in printExtVectorAfter()
H A DODRHash.cpp1268 void VisitExtVectorType(const ExtVectorType * T) { in VisitExtVectorType()
H A DMicrosoftMangle.cpp3089 if (!isa<ExtVectorType>(T)) { in mangleType()
3123 void MicrosoftCXXNameMangler::mangleType(const ExtVectorType *T, in mangleType()
H A DType.cpp1010 QualType VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType()
H A DASTContext.cpp4141 ExtVectorType(vecType, NumElts, Canonical); in getExtVectorType()
12736 const auto *VX = cast<ExtVectorType>(X), *VY = cast<ExtVectorType>(Y); in getCommonNonSugarTypeNode()
H A DItaniumMangle.cpp3773 void CXXNameMangler::mangleType(const ExtVectorType *T) { in mangleType()
H A DExpr.cpp4278 Index = ExtVectorType::getAccessorIdx(Comp[i], isNumericAccessor); in getEncodedElementAccess()
H A DASTImporter.cpp386 ExpectedType VisitExtVectorType(const ExtVectorType *T);
1267 ExpectedType ASTNodeImporter::VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp598 const ExtVectorType *HintEltQTy = HintQTy->getAs<ExtVectorType>(); in EmitKernelMetadata()
H A DCGExprScalar.cpp1408 assert(DstType->castAs<ExtVectorType>()->getElementType().getTypePtr() == in EmitScalarConversion()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2966 const clang::ExtVectorType *ext_vector_type = in IsVectorType()
2967 qual_type->getAs<clang::ExtVectorType>(); in IsVectorType()

12