Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDTypeProperties.td268 return ctx.getConstantMatrixType(elementType, numRows, numColumns);
HDASTContext.h1590 QualType getConstantMatrixType(QualType ElementType, unsigned NumRows,
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp4577 QualType ASTContext::getConstantMatrixType(QualType ElementTy, unsigned NumRows, in getConstantMatrixType() function in ASTContext
4595 getConstantMatrixType(getCanonicalType(ElementTy), NumRows, NumColumns); in getConstantMatrixType()
13361 return Ctx.getConstantMatrixType(getCommonElementType(Ctx, MX, MY), in getCommonNonSugarTypeNode()
HDType.cpp1104 return Ctx.getConstantMatrixType(elementType, T->getNumRows(), in VisitConstantMatrixType()
HDASTImporter.cpp1789 return Importer.getToContext().getConstantMatrixType( in VisitConstantMatrixType()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp14416 QualType ResultType = Context.getConstantMatrixType( in BuiltinMatrixTranspose()
14559 Context.getConstantMatrixType(ElementTy, *MaybeRows, *MaybeColumns)); in BuiltinMatrixColumnMajorLoad()
HDSemaType.cpp2499 return Context.getConstantMatrixType(ElementTy, MatrixRows, MatrixColumns); in BuildMatrixType()
HDTreeTransform.h16142 return SemaRef.Context.getConstantMatrixType(ElementType, NumRows, in RebuildConstantMatrixType()
HDSemaExpr.cpp12907 return Context.getConstantMatrixType( in CheckMatrixMultiplyOperands()