Searched refs:getConstantMatrixType (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | TypeProperties.td | 242 return ctx.getConstantMatrixType(elementType, numRows, numColumns);
|
H A D | ASTContext.h | 1421 QualType getConstantMatrixType(QualType ElementType, unsigned NumRows,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Type.cpp | 1018 return Ctx.getConstantMatrixType(elementType, T->getNumRows(), in VisitConstantMatrixType()
|
H A D | ASTContext.cpp | 4050 QualType ASTContext::getConstantMatrixType(QualType ElementTy, unsigned NumRows, in getConstantMatrixType() function in ASTContext 4068 getConstantMatrixType(getCanonicalType(ElementTy), NumRows, NumColumns); in getConstantMatrixType()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 16088 QualType ResultType = Context.getConstantMatrixType( in SemaBuiltinMatrixTranspose() 16230 Context.getConstantMatrixType(ElementTy, *MaybeRows, *MaybeColumns)); in SemaBuiltinMatrixColumnMajorLoad()
|
H A D | SemaType.cpp | 2723 return Context.getConstantMatrixType(ElementTy, MatrixRows, MatrixColumns); in BuildMatrixType()
|
H A D | TreeTransform.h | 14291 return SemaRef.Context.getConstantMatrixType(ElementType, NumRows, in RebuildConstantMatrixType()
|
H A D | SemaExpr.cpp | 12415 return Context.getConstantMatrixType(LHSMatType->getElementType(), in CheckMatrixMultiplyOperands()
|