Searched refs:getConstantMatrixType (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 253 return ctx.getConstantMatrixType(elementType, numRows, numColumns);
|
| H A D | ASTContext.h | 1709 QualType getConstantMatrixType(QualType ElementType, unsigned NumRows,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 1154 return Ctx.getConstantMatrixType(elementType, T->getNumRows(), in VisitConstantMatrixType()
|
| H A D | ASTContext.cpp | 4803 QualType ASTContext::getConstantMatrixType(QualType ElementTy, unsigned NumRows, in getConstantMatrixType() function in ASTContext 4821 getConstantMatrixType(getCanonicalType(ElementTy), NumRows, NumColumns); in getConstantMatrixType() 14160 return Ctx.getConstantMatrixType(getCommonElementType(Ctx, MX, MY), in getCommonNonSugarTypeNode()
|
| H A D | ASTImporter.cpp | 2057 return Importer.getToContext().getConstantMatrixType( in VisitConstantMatrixType()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 15885 QualType ResultType = Context.getConstantMatrixType( in BuiltinMatrixTranspose() 16029 Context.getConstantMatrixType(ElementTy, *MaybeRows, *MaybeColumns)); in BuiltinMatrixColumnMajorLoad()
|
| H A D | SemaType.cpp | 2529 return Context.getConstantMatrixType(ElementTy, MatrixRows, MatrixColumns); in BuildMatrixType()
|
| H A D | TreeTransform.h | 17280 return SemaRef.Context.getConstantMatrixType(ElementType, NumRows, in RebuildConstantMatrixType()
|
| H A D | SemaExpr.cpp | 13273 return Context.getConstantMatrixType( in CheckMatrixMultiplyOperands()
|