Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp103 const ConstantMatrixType *MT = cast<ConstantMatrixType>(Ty); in ConvertTypeForMem()
679 const ConstantMatrixType *MT = cast<ConstantMatrixType>(Ty); in ConvertType()
H A DCGDebugInfo.h218 llvm::DIType *CreateType(const ConstantMatrixType *Ty, llvm::DIFile *F);
H A DCGExprScalar.cpp762 auto *LHSMatTy = dyn_cast<ConstantMatrixType>( in EmitMul()
764 auto *RHSMatTy = dyn_cast<ConstantMatrixType>( in EmitMul()
2001 const auto *MatrixTy = E->getBase()->getType()->castAs<ConstantMatrixType>(); in VisitMatrixSubscriptExpr()
3751 isa<ConstantMatrixType>(BO->getLHS()->getType().getCanonicalType()) && in EmitDiv()
H A DCGExpr.cpp2239 const auto *const MatTy = LV.getType()->castAs<ConstantMatrixType>(); in EmitLoadOfLValue()
2402 const auto *const MatTy = Dst.getType()->castAs<ConstantMatrixType>(); in EmitStoreThroughLValue()
4367 E->getBase()->getType()->castAs<ConstantMatrixType>()->getNumRows()); in EmitMatrixSubscriptExpr()
H A DCGDebugInfo.cpp3300 llvm::DIType *CGDebugInfo::CreateType(const ConstantMatrixType *Ty, in CreateType()
3755 return CreateType(cast<ConstantMatrixType>(Ty), Unit); in CreateTypeNode()
H A DCGBuiltin.cpp3979 auto *MatrixTy = E->getArg(0)->getType()->castAs<ConstantMatrixType>(); in EmitBuiltinExpr()
3991 const auto *ResultTy = E->getType()->getAs<ConstantMatrixType>(); in EmitBuiltinExpr()
4013 const auto *MatrixTy = E->getArg(0)->getType()->getAs<ConstantMatrixType>(); in EmitBuiltinExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTypeNodes.td74 def ConstantMatrixType : TypeNode<MatrixType>;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp340 ConstantMatrixType::ConstantMatrixType(QualType matrixType, unsigned nRows, in ConstantMatrixType() function in ConstantMatrixType
342 : ConstantMatrixType(ConstantMatrix, matrixType, nRows, nColumns, in ConstantMatrixType()
345 ConstantMatrixType::ConstantMatrixType(TypeClass tc, QualType matrixType, in ConstantMatrixType() function in ConstantMatrixType
1097 QualType VisitConstantMatrixType(const ConstantMatrixType *T) { in VisitConstantMatrixType()
1974 Type *VisitConstantMatrixType(const ConstantMatrixType *T) { in VisitConstantMatrixType()
4547 return Cache::get(cast<ConstantMatrixType>(T)->getElementType()); in computeCachedProperties()
4637 cast<ConstantMatrixType>(T)->getElementType()); in computeTypeLinkageInfo()
H A DASTStructuralEquivalence.cpp1011 const ConstantMatrixType *Mat1 = cast<ConstantMatrixType>(T1); in IsStructurallyEquivalent()
1012 const ConstantMatrixType *Mat2 = cast<ConstantMatrixType>(T2); in IsStructurallyEquivalent()
H A DASTContext.cpp1993 const auto *MT = cast<ConstantMatrixType>(T); in getTypeInfoImpl()
4580 ConstantMatrixType::Profile(ID, ElementTy, NumRows, NumColumns, in getConstantMatrixType()
4585 assert(ConstantMatrixType::isDimensionValid(NumRows) && in getConstantMatrixType()
4586 ConstantMatrixType::isDimensionValid(NumColumns) && in getConstantMatrixType()
4589 if (ConstantMatrixType *MTP = MatrixTypes.FindNodeOrInsertPos(ID, InsertPos)) in getConstantMatrixType()
4597 ConstantMatrixType *NewIP = MatrixTypes.FindNodeOrInsertPos(ID, InsertPos); in getConstantMatrixType()
4602 auto *New = new (*this, alignof(ConstantMatrixType)) in getConstantMatrixType()
4603 ConstantMatrixType(ElementTy, NumRows, NumColumns, Canonical); in getConstantMatrixType()
9853 static bool areCompatMatrixTypes(const ConstantMatrixType *LHS, in areCompatMatrixTypes()
9854 const ConstantMatrixType *RHS) { in areCompatMatrixTypes()
[all …]
H A DTypePrinter.cpp846 void TypePrinter::printConstantMatrixBefore(const ConstantMatrixType *T, in printConstantMatrixBefore()
854 void TypePrinter::printConstantMatrixAfter(const ConstantMatrixType *T, in printConstantMatrixAfter()
H A DMicrosoftMangle.cpp3424 void MicrosoftCXXNameMangler::mangleType(const ConstantMatrixType *T, in mangleType()
H A DItaniumMangle.cpp4170 void CXXNameMangler::mangleType(const ConstantMatrixType *T) { in mangleType()
H A DASTImporter.cpp1784 const clang::ConstantMatrixType *T) { in VisitConstantMatrixType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2222 const auto *MP = P->castAs<ConstantMatrixType>(), in DeduceTemplateArgumentsByTypeMatch()
2223 *MA = A->getAs<ConstantMatrixType>(); in DeduceTemplateArgumentsByTypeMatch()
2255 unsigned (ConstantMatrixType::*GetArgDimension)() const, in DeduceTemplateArgumentsByTypeMatch()
2257 const auto *ACM = dyn_cast<ConstantMatrixType>(A); in DeduceTemplateArgumentsByTypeMatch()
2299 &ConstantMatrixType::getNumRows, in DeduceTemplateArgumentsByTypeMatch()
2305 &ConstantMatrixType::getNumColumns, in DeduceTemplateArgumentsByTypeMatch()
6450 const ConstantMatrixType *MatType = cast<ConstantMatrixType>(T); in MarkUsedTemplateParameters()
H A DSemaChecking.cpp1927 !ConstantMatrixType::isValidElementType(ArgTy)) { in checkMathBuiltinElementType()
14407 auto *MType = Matrix->getType()->getAs<ConstantMatrixType>(); in BuiltinMatrixTranspose()
14439 if (!ConstantMatrixType::isDimensionValid(Dim)) { in getAndVerifyMatrixDimension()
14441 << Name << ConstantMatrixType::getMaxElementsPerDimension(); in getAndVerifyMatrixDimension()
14487 if (!ConstantMatrixType::isValidElementType(ElementTy)) { in BuiltinMatrixColumnMajorLoad()
14587 auto *MatrixTy = MatrixExpr->getType()->getAs<ConstantMatrixType>(); in BuiltinMatrixColumnMajorStore()
H A DSemaExpr.cpp5031 auto *MTy = Base->getType()->getAs<ConstantMatrixType>(); in CreateBuiltinMatrixSubscriptExpr()
7463 const ConstantMatrixType *matSrcType = srcTy->getAs<ConstantMatrixType>(); in areMatrixTypesOfTheSameDimension()
7464 const ConstantMatrixType *matDestType = destTy->getAs<ConstantMatrixType>(); in areMatrixTypesOfTheSameDimension()
12889 auto *LHSMatType = LHS.get()->getType()->getAs<ConstantMatrixType>(); in CheckMatrixMultiplyOperands()
12890 auto *RHSMatType = RHS.get()->getType()->getAs<ConstantMatrixType>(); in CheckMatrixMultiplyOperands()
H A DSemaType.cpp2489 if (!ConstantMatrixType::isDimensionValid(MatrixRows)) { in BuildMatrixType()
2494 if (!ConstantMatrixType::isDimensionValid(MatrixColumns)) { in BuildMatrixType()
H A DSemaTemplate.cpp5712 const ConstantMatrixType *T) { in VisitConstantMatrixType()
H A DTreeTransform.h5725 const ConstantMatrixType *T = TL.getTypePtr(); in TransformConstantMatrixType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td259 let Class = ConstantMatrixType in {
H A DType.h4189 class ConstantMatrixType final : public MatrixType {
4199 ConstantMatrixType(QualType MatrixElementType, unsigned NRows,
4202 ConstantMatrixType(TypeClass typeClass, QualType MatrixType, unsigned NRows,
8130 return isa<ConstantMatrixType>(CanonicalType);
H A DRecursiveASTVisitor.h1058 DEF_TRAVERSE_TYPE(ConstantMatrixType,
1340 DEF_TRAVERSE_TYPELOC(ConstantMatrixType, {
H A DTypeLoc.h1962 ConstantMatrixType> {};
H A DASTContext.h211 mutable llvm::FoldingSet<ConstantMatrixType> MatrixTypes;