Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DMatrixUtils.h33 unsigned NumRows; member
/external/llvm-project/llvm/include/llvm/IR/
DMatrixBuilder.h151 Value *ColumnIdx, unsigned NumRows) { in CreateMatrixInsert()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp86 unsigned NumRows, Type *EltType, in computeColumnAddr()
177 unsigned NumRows; member
DLoopInterchange.cpp261 unsigned NumRows = DepMatrix.size(); in isLegalToInterChangeLoops() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp228 MatrixTy(unsigned NumRows, unsigned NumColumns, Type *EltTy) in MatrixTy()
345 unsigned NumRows; member
DLoopInterchange.cpp263 unsigned NumRows = DepMatrix.size(); in isLegalToInterChangeLoops() local
/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp265 unsigned NumRows = DepMatrix.size(); in isLegalToInterChangeLoops() local
/external/llvm-project/llvm/lib/IR/
DVerifier.cpp5074 ConstantInt *NumRows; in visitIntrinsicCall() local
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp3863 llvm::Value *NumRows = Builder.getIntN( in EmitMatrixSubscriptExpr() local
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp2642 QualType Sema::BuildMatrixType(QualType ElementTy, Expr *NumRows, Expr *NumCols, in BuildMatrixType()
DTreeTransform.h14043 QualType ElementType, unsigned NumRows, unsigned NumColumns) { in RebuildConstantMatrixType()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp3980 QualType ASTContext::getConstantMatrixType(QualType ElementTy, unsigned NumRows, in getConstantMatrixType()