Home
last modified time | relevance | path

Searched defs:NumRows (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DMatrixUtils.h33 unsigned NumRows; member
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMatrixBuilder.h147 Value *ColumnIdx, unsigned NumRows) { in CreateMatrixInsert()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp199 unsigned NumRows = DepMatrix.size(); in isLegalToInterChangeLoops() local
H A DLowerMatrixIntrinsics.cpp198 unsigned NumRows; member
367 MatrixTy(unsigned NumRows, unsigned NumColumns, Type *EltTy) in MatrixTy()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2002 unsigned NumRows = MatrixTy->getNumRows(); in VisitMatrixSubscriptExpr() local
H A DCGExpr.cpp4365 llvm::Value *NumRows = Builder.getIntN( in EmitMatrixSubscriptExpr() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5998 ConstantInt *NumRows; in visitIntrinsicCall() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2426 QualType Sema::BuildMatrixType(QualType ElementTy, Expr *NumRows, Expr *NumCols, in BuildMatrixType()
H A DTreeTransform.h16141 QualType ElementType, unsigned NumRows, unsigned NumColumns) { in RebuildConstantMatrixType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4577 QualType ASTContext::getConstantMatrixType(QualType ElementTy, unsigned NumRows, in getConstantMatrixType()