Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10978 } else if (VectorTy->isSveVLSBuiltinType()) { in tryGCCVectorConvertAndSplat()
11341 if (LHSType->isSveVLSBuiltinType() && !RHSType->isSveVLSBuiltinType()) { in CheckSizelessVectorOperands()
11345 if (RHSType->isSveVLSBuiltinType() && !LHSType->isSveVLSBuiltinType()) { in CheckSizelessVectorOperands()
11359 if (LHSType->isSveVLSBuiltinType() && RHSType->isSveVLSBuiltinType() && in CheckSizelessVectorOperands()
11368 if (LHSType->isSveVLSBuiltinType() || RHSType->isSveVLSBuiltinType()) { in CheckSizelessVectorOperands()
11372 LHSType->isSveVLSBuiltinType() && RHSType->isSveVLSBuiltinType(); in CheckSizelessVectorOperands()
11498 if (LHSTy->isSveVLSBuiltinType() || RHSTy->isSveVLSBuiltinType()) in CheckMultiplyDivideOperands()
12343 if (LHSType->isSveVLSBuiltinType() && RHSType->isSveVLSBuiltinType() && in checkSizelessVectorShift()
12352 if (!LHSType->isSveVLSBuiltinType()) { in checkSizelessVectorShift()
12353 assert(RHSType->isSveVLSBuiltinType()); in checkSizelessVectorShift()
[all …]
H A DSemaExprCXX.cpp6391 if (!CondTy->isSveVLSBuiltinType()) in isValidSizelessVectorForConditionalCondition()
6503 LHSType->isSveVLSBuiltinType() ? LHSType->getAs<BuiltinType>() : nullptr; in CheckSizelessVectorConditionalTypes()
6506 RHSType->isSveVLSBuiltinType() ? RHSType->getAs<BuiltinType>() : nullptr; in CheckSizelessVectorConditionalTypes()
6548 assert(!ResultType.isNull() && ResultType->isSveVLSBuiltinType() && in CheckSizelessVectorConditionalTypes()
H A DSemaChecking.cpp15695 if (Target->isSveVLSBuiltinType() && in CheckImplicitConversion()
15746 if (SourceBT && SourceBT->isSveVLSBuiltinType()) { in CheckImplicitConversion()
15765 if (TargetBT && TargetBT->isSveVLSBuiltinType()) in CheckImplicitConversion()
H A DSemaType.cpp8565 if (!CurType->isSveVLSBuiltinType()) { in HandleArmSveVectorBitsTypeAttr()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1961 if (CanonicalType->isSveVLSBuiltinType()) { in hasIntegerRepresentation()
2178 if (CanonicalType->isSveVLSBuiltinType()) { in hasUnsignedIntegerRepresentation()
2436 bool Type::isSveVLSBuiltinType() const { in isSveVLSBuiltinType() function in Type
2463 assert(isSveVLSBuiltinType() && "unsupported type!"); in getSveEltType()
H A DASTContext.cpp9434 assert(Ty->isSveVLSBuiltinType() && "Invalid SVE Type"); in getSVETypeSize()
H A DExprConstant.cpp8766 E->getBase()->getType()->isSveVLSBuiltinType()) in VisitArraySubscriptExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1801 !E->getBase()->getType()->isSveVLSBuiltinType()) in VisitArraySubscriptExpr()
4915 condExpr->getType()->isSveVLSBuiltinType()) { in VisitAbstractConditionalOperator()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2138 bool isSveVLSBuiltinType() const;