Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td242 return ctx.getConstantMatrixType(elementType, numRows, numColumns);
H A DASTContext.h1528 QualType getConstantMatrixType(QualType ElementType, unsigned NumRows,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4166 QualType ASTContext::getConstantMatrixType(QualType ElementTy, unsigned NumRows, in getConstantMatrixType() function in ASTContext
4184 getConstantMatrixType(getCanonicalType(ElementTy), NumRows, NumColumns); in getConstantMatrixType()
12857 return Ctx.getConstantMatrixType(getCommonElementType(Ctx, MX, MY), in getCommonNonSugarTypeNode()
H A DType.cpp1050 return Ctx.getConstantMatrixType(elementType, T->getNumRows(), in VisitConstantMatrixType()
H A DASTImporter.cpp1741 return Importer.getToContext().getConstantMatrixType( in VisitConstantMatrixType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp19726 QualType ResultType = Context.getConstantMatrixType( in SemaBuiltinMatrixTranspose()
19869 Context.getConstantMatrixType(ElementTy, *MaybeRows, *MaybeColumns)); in SemaBuiltinMatrixColumnMajorLoad()
H A DSemaType.cpp2955 return Context.getConstantMatrixType(ElementTy, MatrixRows, MatrixColumns); in BuildMatrixType()
H A DTreeTransform.h15109 return SemaRef.Context.getConstantMatrixType(ElementType, NumRows, in RebuildConstantMatrixType()
H A DSemaExpr.cpp13935 return Context.getConstantMatrixType( in CheckMatrixMultiplyOperands()