Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/clang/include/clang/AST/
H A DCanonicalType.h481 struct CanProxyAdaptor<ExtVectorType> : public CanProxyBase<ExtVectorType> {
H A DTypeProperties.td201 let Class = ExtVectorType in {
H A DType.h3422 class ExtVectorType : public VectorType {
3425 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType)
6914 return isa<ExtVectorType>(CanonicalType);
6920 return cast<ExtVectorType>(CanonicalType)->getElementType()->isBooleanType();
H A DRecursiveASTVisitor.h1048 DEF_TRAVERSE_TYPE(ExtVectorType, { TRY_TO(TraverseType(T->getElementType())); })
1312 DEF_TRAVERSE_TYPELOC(ExtVectorType, {
H A DTypeLoc.h1834 ExtVectorType> {};
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTypeNodes.td71 def ExtVectorType : TypeNode<VectorType>;
H A DAttr.td1393 def ExtVectorType : Attr {
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXType.cpp826 ET = cast<ExtVectorType>(TP)->getElementType(); in clang_getElementType()
852 result = cast<ExtVectorType>(TP)->getNumElements(); in clang_getNumElements()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprMember.cpp306 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>(); in CheckExtVectorComponent()
H A DSemaExpr.cpp10308 assert(!isa<ExtVectorType>(VT) && in tryGCCVectorConvertAndSplat()
10442 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands()
10516 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands()
10527 if (isa<ExtVectorType>(RHSVecType)) { in CheckVectorOperands()
10585 RHSVecType && isa<ExtVectorType>(RHSVecType) && in CheckVectorOperands()
10586 LHSVecType && isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands()
10596 if ((RHSVecType && !isa<ExtVectorType>(RHSVecType)) || in CheckVectorOperands()
10597 (LHSVecType && !isa<ExtVectorType>(LHSVecType))) { in CheckVectorOperands()
12829 if (isa<ExtVectorType>(VTy)) { in GetSignedVectorType()
13127 !(isa<ExtVectorType>(vType->getAs<VectorType>()))) in CheckVectorLogicalOperands()
[all …]
H A DSemaTemplateDeduction.cpp1894 const auto *VP = P->castAs<ExtVectorType>(); in DeduceTemplateArgumentsByTypeMatch()
1896 if (const auto *VA = A->getAs<ExtVectorType>()) { in DeduceTemplateArgumentsByTypeMatch()
1967 if (const auto *VA = A->getAs<ExtVectorType>()) { in DeduceTemplateArgumentsByTypeMatch()
H A DSemaExprCXX.cpp6179 if (isa<ExtVectorType>(CondVT) != isa<ExtVectorType>(LHSVT)) { in CheckVectorConditionalTypes()
6181 << /*isExtVector*/ isa<ExtVectorType>(CondVT); in CheckVectorConditionalTypes()
H A DSemaChecking.cpp10013 if (const auto *VecTy = From->getAs<ExtVectorType>()) in isArithmeticArgumentPromotion()
10015 if (const auto *VecTy = To->getAs<ExtVectorType>()) in isArithmeticArgumentPromotion()
H A DSemaTemplate.cpp6094 bool UnnamedLocalNoLinkageFinder::VisitExtVectorType(const ExtVectorType* T) { in VisitExtVectorType()
H A DSemaInit.cpp5982 const auto *VTy = Arg->getType()->castAs<ExtVectorType>(); in InitializeFrom()
/llvm-project-15.0.7/clang/lib/AST/
H A DODRHash.cpp1114 void VisitExtVectorType(const ExtVectorType * T) { in VisitExtVectorType()
H A DTypePrinter.cpp772 void TypePrinter::printExtVectorBefore(const ExtVectorType *T, in printExtVectorBefore()
777 void TypePrinter::printExtVectorAfter(const ExtVectorType *T, raw_ostream &OS) { in printExtVectorAfter()
H A DMicrosoftMangle.cpp3079 if (!isa<ExtVectorType>(T)) { in mangleType()
3112 void MicrosoftCXXNameMangler::mangleType(const ExtVectorType *T, in mangleType()
H A DType.cpp1006 QualType VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType()
H A DExpr.cpp4190 Index = ExtVectorType::getAccessorIdx(Comp[i], isNumericAccessor); in getEncodedElementAccess()
H A DItaniumMangle.cpp3776 void CXXNameMangler::mangleType(const ExtVectorType *T) { in mangleType()
H A DASTImporter.cpp388 ExpectedType VisitExtVectorType(const ExtVectorType *T);
1272 ExpectedType ASTNodeImporter::VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp590 const ExtVectorType *HintEltQTy = HintQTy->getAs<ExtVectorType>(); in EmitKernelMetadata()
H A DCGExprScalar.cpp1379 assert(DstType->castAs<ExtVectorType>()->getElementType().getTypePtr() == in EmitScalarConversion()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2932 const clang::ExtVectorType *ext_vector_type = in IsVectorType()
2933 qual_type->getAs<clang::ExtVectorType>(); in IsVectorType()

12