Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DMatrixUtils.h33 unsigned NumRows; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DMatrixBuilder.h151 Value *ColumnIdx, unsigned NumRows) { in CreateMatrixInsert()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp223 MatrixTy(unsigned NumRows, unsigned NumColumns, Type *EltTy) in MatrixTy()
339 unsigned NumRows; member
H A DLoopInterchange.cpp260 unsigned NumRows = DepMatrix.size(); in isLegalToInterChangeLoops() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp5195 ConstantInt *NumRows; in visitIntrinsicCall() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp3873 llvm::Value *NumRows = Builder.getIntN( in EmitMatrixSubscriptExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp2651 QualType Sema::BuildMatrixType(QualType ElementTy, Expr *NumRows, Expr *NumCols, in BuildMatrixType()
H A DTreeTransform.h14290 QualType ElementType, unsigned NumRows, unsigned NumColumns) { in RebuildConstantMatrixType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp4050 QualType ASTContext::getConstantMatrixType(QualType ElementTy, unsigned NumRows, in getConstantMatrixType()