Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h480 struct CanProxyAdaptor<ExtVectorType> : public CanProxyBase<ExtVectorType> {
H A DType.h3600 class ExtVectorType : public VectorType {
3603 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType)
7191 return isa<ExtVectorType>(CanonicalType);
7197 return cast<ExtVectorType>(CanonicalType)->getElementType()->isBooleanType();
H A DTypeProperties.td201 let Class = ExtVectorType in {
H A DRecursiveASTVisitor.h1025 DEF_TRAVERSE_TYPE(ExtVectorType, { TRY_TO(TraverseType(T->getElementType())); })
1289 DEF_TRAVERSE_TYPELOC(ExtVectorType, {
H A DTypeLoc.h1841 ExtVectorType> {};
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTypeNodes.td71 def ExtVectorType : TypeNode<VectorType>;
H A DAttr.td1532 def ExtVectorType : Attr {
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp338 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>(); in CheckExtVectorComponent()
H A DSemaExpr.cpp10975 assert(!isa<ExtVectorType>(VT) && in tryGCCVectorConvertAndSplat()
11103 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands()
11210 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands()
11221 if (isa<ExtVectorType>(RHSVecType)) { in CheckVectorOperands()
11280 RHSVecType && isa<ExtVectorType>(RHSVecType) && in CheckVectorOperands()
11281 LHSVecType && isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands()
11291 if ((RHSVecType && !isa<ExtVectorType>(RHSVecType)) || in CheckVectorOperands()
11292 (LHSVecType && !isa<ExtVectorType>(LHSVecType))) { in CheckVectorOperands()
13555 if (isa<ExtVectorType>(VTy)) { in GetSignedVectorType()
13853 !(isa<ExtVectorType>(vType->getAs<VectorType>()))) in CheckVectorLogicalOperands()
[all …]
H A DSemaTemplateDeduction.cpp1953 const auto *VP = P->castAs<ExtVectorType>(); in DeduceTemplateArgumentsByTypeMatch()
1955 if (const auto *VA = A->getAs<ExtVectorType>()) { in DeduceTemplateArgumentsByTypeMatch()
2026 if (const auto *VA = A->getAs<ExtVectorType>()) { in DeduceTemplateArgumentsByTypeMatch()
H A DSemaExprCXX.cpp6418 if (isa<ExtVectorType>(CondVT) != isa<ExtVectorType>(LHSVT)) { in CheckVectorConditionalTypes()
6420 << /*isExtVector*/ isa<ExtVectorType>(CondVT); in CheckVectorConditionalTypes()
H A DSemaChecking.cpp12016 if (const auto *VecTy = From->getAs<ExtVectorType>()) in isArithmeticArgumentPromotion()
12018 if (const auto *VecTy = To->getAs<ExtVectorType>()) in isArithmeticArgumentPromotion()
H A DSemaInit.cpp6442 const auto *VTy = Arg->getType()->castAs<ExtVectorType>(); in InitializeFrom()
H A DSemaTemplate.cpp6435 bool UnnamedLocalNoLinkageFinder::VisitExtVectorType(const ExtVectorType* T) { in VisitExtVectorType()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp799 void TypePrinter::printExtVectorBefore(const ExtVectorType *T, in printExtVectorBefore()
804 void TypePrinter::printExtVectorAfter(const ExtVectorType *T, raw_ostream &OS) { in printExtVectorAfter()
H A DODRHash.cpp1233 void VisitExtVectorType(const ExtVectorType * T) { in VisitExtVectorType()
H A DMicrosoftMangle.cpp3223 if (!isa<ExtVectorType>(T)) { in mangleType()
3260 void MicrosoftCXXNameMangler::mangleType(const ExtVectorType *T, in mangleType()
H A DASTContext.cpp4118 auto *New = new (*this, alignof(ExtVectorType)) in getExtVectorType()
4119 ExtVectorType(vecType, NumElts, Canonical); in getExtVectorType()
12877 const auto *VX = cast<ExtVectorType>(X), *VY = cast<ExtVectorType>(Y); in getCommonNonSugarTypeNode()
H A DType.cpp1032 QualType VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType()
H A DExpr.cpp4277 Index = ExtVectorType::getAccessorIdx(Comp[i], isNumericAccessor); in getEncodedElementAccess()
H A DItaniumMangle.cpp4150 void CXXNameMangler::mangleType(const ExtVectorType *T) { in mangleType()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp598 const ExtVectorType *HintEltQTy = HintQTy->getAs<ExtVectorType>(); in EmitKernelMetadata()
H A DCGExprScalar.cpp1416 assert(DstType->castAs<ExtVectorType>()->getElementType().getTypePtr() == in EmitScalarConversion()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2898 const clang::ExtVectorType *ext_vector_type = in IsVectorType()
2899 qual_type->getAs<clang::ExtVectorType>(); in IsVectorType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h131 class ExtVectorType; variable

12