Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeProperties.td242 return ctx.getConstantMatrixType(elementType, numRows, numColumns);
H A DASTContext.h1535 QualType getConstantMatrixType(QualType ElementType, unsigned NumRows,
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp1024 return Ctx.getConstantMatrixType(elementType, T->getNumRows(), in VisitConstantMatrixType()
H A DASTContext.cpp4151 QualType ASTContext::getConstantMatrixType(QualType ElementTy, unsigned NumRows, in getConstantMatrixType() function in ASTContext
4169 getConstantMatrixType(getCanonicalType(ElementTy), NumRows, NumColumns); in getConstantMatrixType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp17615 QualType ResultType = Context.getConstantMatrixType( in SemaBuiltinMatrixTranspose()
17758 Context.getConstantMatrixType(ElementTy, *MaybeRows, *MaybeColumns)); in SemaBuiltinMatrixColumnMajorLoad()
H A DSemaType.cpp2802 return Context.getConstantMatrixType(ElementTy, MatrixRows, MatrixColumns); in BuildMatrixType()
H A DTreeTransform.h14651 return SemaRef.Context.getConstantMatrixType(ElementType, NumRows, in RebuildConstantMatrixType()
H A DSemaExpr.cpp13203 return Context.getConstantMatrixType(LHSMatType->getElementType(), in CheckMatrixMultiplyOperands()