Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DTypeProperties.td242 return ctx.getConstantMatrixType(elementType, numRows, numColumns);
DASTContext.h1509 QualType getConstantMatrixType(QualType ElementType, unsigned NumRows,
/openbsd/src/gnu/llvm/clang/lib/AST/
DType.cpp1028 return Ctx.getConstantMatrixType(elementType, T->getNumRows(), in VisitConstantMatrixType()
DASTContext.cpp4189 QualType ASTContext::getConstantMatrixType(QualType ElementTy, unsigned NumRows, in getConstantMatrixType() function in ASTContext
4207 getConstantMatrixType(getCanonicalType(ElementTy), NumRows, NumColumns); in getConstantMatrixType()
12716 return Ctx.getConstantMatrixType(getCommonElementType(Ctx, MX, MY), in getCommonNonSugarTypeNode()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaChecking.cpp17881 QualType ResultType = Context.getConstantMatrixType( in SemaBuiltinMatrixTranspose()
18024 Context.getConstantMatrixType(ElementTy, *MaybeRows, *MaybeColumns)); in SemaBuiltinMatrixColumnMajorLoad()
DSemaType.cpp2865 return Context.getConstantMatrixType(ElementTy, MatrixRows, MatrixColumns); in BuildMatrixType()
DTreeTransform.h14838 return SemaRef.Context.getConstantMatrixType(ElementType, NumRows, in RebuildConstantMatrixType()
DSemaExpr.cpp13490 return Context.getConstantMatrixType( in CheckMatrixMultiplyOperands()