Home
last modified time | relevance | path

Searched refs:isSveVLSBuiltinType (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExpr.cpp5167 LHSTy->getAs<BuiltinType>()->isSveVLSBuiltinType()) { in CreateBuiltinArraySubscriptExpr()
9980 } else if (VectorTy->isSveVLSBuiltinType()) { in tryGCCVectorConvertAndSplat()
10343 if (LHSType->isSveVLSBuiltinType() && !RHSType->isSveVLSBuiltinType()) { in CheckSizelessVectorOperands()
10347 if (RHSType->isSveVLSBuiltinType() && !LHSType->isSveVLSBuiltinType()) { in CheckSizelessVectorOperands()
10353 if ((!LHSType->isSveVLSBuiltinType() && !LHSType->isRealType()) || in CheckSizelessVectorOperands()
10354 (!RHSType->isSveVLSBuiltinType() && !RHSType->isRealType())) { in CheckSizelessVectorOperands()
10361 if (LHSType->isSveVLSBuiltinType() && RHSType->isSveVLSBuiltinType() && in CheckSizelessVectorOperands()
10370 if (LHSType->isSveVLSBuiltinType() || RHSType->isSveVLSBuiltinType()) { in CheckSizelessVectorOperands()
10371 QualType Scalar = LHSType->isSveVLSBuiltinType() ? RHSType : LHSType; in CheckSizelessVectorOperands()
10372 QualType Vector = LHSType->isSveVLSBuiltinType() ? LHSType : RHSType; in CheckSizelessVectorOperands()
[all …]
HDSemaExprCXX.cpp6639 if (!CondTy->isSveVLSBuiltinType()) in isValidSizelessVectorForConditionalCondition()
6751 LHSType->isSveVLSBuiltinType() ? LHSType->getAs<BuiltinType>() : nullptr; in CheckSizelessVectorConditionalTypes()
6754 RHSType->isSveVLSBuiltinType() ? RHSType->getAs<BuiltinType>() : nullptr; in CheckSizelessVectorConditionalTypes()
6796 assert(!ResultType.isNull() && ResultType->isSveVLSBuiltinType() && in CheckSizelessVectorConditionalTypes()
HDSemaChecking.cpp10800 if (Target->isSveVLSBuiltinType() && in CheckImplicitConversion()
10859 if (SourceBT && SourceBT->isSveVLSBuiltinType()) { in CheckImplicitConversion()
10878 if (TargetBT && TargetBT->isSveVLSBuiltinType()) in CheckImplicitConversion()
HDSemaType.cpp8259 if (!CurType->isSveVLSBuiltinType()) { in HandleArmSveVectorBitsTypeAttr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDType.cpp2024 if (CanonicalType->isSveVLSBuiltinType()) { in hasIntegerRepresentation()
2241 if (CanonicalType->isSveVLSBuiltinType()) { in hasUnsignedIntegerRepresentation()
2507 bool Type::isSveVLSBuiltinType() const { in isSveVLSBuiltinType() function in Type
2546 assert(isSveVLSBuiltinType() && "unsupported type!"); in getSveEltType()
HDASTContext.cpp9894 assert(Ty->isSveVLSBuiltinType() && "Invalid SVE Type"); in getSVETypeSize()
HDExprConstant.cpp8852 E->getBase()->getType()->isSveVLSBuiltinType()) in VisitArraySubscriptExpr()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDType.h2380 bool isSveVLSBuiltinType() const;
8122 return isVectorType() || isSveVLSBuiltinType();
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprScalar.cpp1978 !E->getBase()->getType()->isSveVLSBuiltinType()) in VisitArraySubscriptExpr()
5257 condExpr->getType()->isSveVLSBuiltinType()) { in VisitAbstractConditionalOperator()