Searched defs:NumRows (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | MatrixUtils.h | 33 unsigned NumRows; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | MatrixBuilder.h | 147 Value *ColumnIdx, unsigned NumRows) { in CreateMatrixInsert()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopInterchange.cpp | 199 unsigned NumRows = DepMatrix.size(); in isLegalToInterChangeLoops() local
|
H A D | LowerMatrixIntrinsics.cpp | 198 unsigned NumRows; member 367 MatrixTy(unsigned NumRows, unsigned NumColumns, Type *EltTy) in MatrixTy()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 2002 unsigned NumRows = MatrixTy->getNumRows(); in VisitMatrixSubscriptExpr() local
|
H A D | CGExpr.cpp | 4365 llvm::Value *NumRows = Builder.getIntN( in EmitMatrixSubscriptExpr() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 5998 ConstantInt *NumRows; in visitIntrinsicCall() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 2426 QualType Sema::BuildMatrixType(QualType ElementTy, Expr *NumRows, Expr *NumCols, in BuildMatrixType()
|
H A D | TreeTransform.h | 16141 QualType ElementType, unsigned NumRows, unsigned NumColumns) { in RebuildConstantMatrixType()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 4577 QualType ASTContext::getConstantMatrixType(QualType ElementTy, unsigned NumRows, in getConstantMatrixType()
|