Home
last modified time | relevance | path

Searched defs:rows (Results 1 – 20 of 20) sorted by relevance

/llvm-project/flang/runtime/
H A Dmatmul-transpose.cpp98 product, rows, cols, x, y, n); in MatrixTransposedTimesMatrixHelper() argument
64 MatrixTransposedTimesMatrix(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue rows,SubscriptValue cols,const XT * RESTRICT x,const YT * RESTRICT y,SubscriptValue n,std::size_t xColumnByteStride=0,std::size_t yColumnByteStride=0) MatrixTransposedTimesMatrix() argument
141 MatrixTransposedTimesVector(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue rows,SubscriptValue n,const XT * RESTRICT x,const YT * RESTRICT y,std::size_t xColumnByteStride=0) MatrixTransposedTimesVector() argument
165 MatrixTransposedTimesVectorHelper(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue rows,SubscriptValue n,const XT * RESTRICT x,const YT * RESTRICT y,Fortran::common::optional<std::size_t> xColumnByteStride) MatrixTransposedTimesVectorHelper() argument
226 const SubscriptValue rows{extent[0]}; DoMatmulTranspose() local
[all...]
H A Dmatmul.cpp84 std::memset(product, 0, rows * cols * sizeof *product); in MatrixTimesMatrix() argument
119 product, rows, cols, x, y, n); in MatrixTimesMatrixHelper() argument
162 MatrixTimesVector(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue rows,SubscriptValue n,const XT * RESTRICT x,const YT * RESTRICT y,std::size_t xColumnByteStride=0) MatrixTimesVector() argument
186 MatrixTimesVectorHelper(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue rows,SubscriptValue n,const XT * RESTRICT x,const YT * RESTRICT y,Fortran::common::optional<std::size_t> xColumnByteStride) MatrixTimesVectorHelper() argument
[all...]
/llvm-project/mlir/unittests/Analysis/Presburger/
H A DUtilsTest.cpp22 for (unsigned i = 0, rows = dividends.size(); i < rows; ++i) in parseDivisionRepr() local
30 for (unsigned i = 0, rows = a.getNumDivs(); i < rows; ++i) { in checkEqual() local
H A DMatrixTest.cpp202 for (unsigned row = 0, rows = m1.getNumRows(); row < rows; ++row) in checkMatEqual() local
/llvm-project/clang/test/SemaObjCXX/
H A Dtypo-correction.mm58 struct Mat2 { int rows; }; field
/llvm-project/mlir/lib/ExecutionEngine/
H A DCudaRuntimeWrappers.cpp630 CUSPARSE_REPORT_IF_ERROR(cusparseCreateCsr(&mat, rows, cols, nnz, rowPos, in mgpuCreateCsc() argument
574 mgpuCreateDnMat(intptr_t rows,intptr_t cols,void * values,int32_t dtp,CUstream) mgpuCreateDnMat() argument
590 mgpuCreateCoo(intptr_t rows,intptr_t cols,intptr_t nnz,void * rowIdxs,void * colIdxs,void * values,int32_t itp,int32_t dtp,CUstream) mgpuCreateCoo() argument
604 mgpuCreateCooAoS(intptr_t rows,intptr_t cols,intptr_t nnz,void * idxs,void * values,int32_t itp,int32_t dtp,CUstream) mgpuCreateCooAoS() argument
616 mgpuCreateCsr(intptr_t rows,intptr_t cols,intptr_t nnz,void * rowPos,void * colIdxs,void * values,int32_t ptp,int32_t itp,int32_t dtp,CUstream) mgpuCreateCsr() argument
836 int64_t *rows = reinterpret_cast<int64_t *>(r); mgpuSpMatGetSize() local
894 mgpuCreateCuSparseLtDnMat(void * dh,intptr_t rows,intptr_t cols,void * values,int32_t dtp,CUstream) mgpuCreateCuSparseLtDnMat() argument
914 mgpuCusparseLtCreate2To4SpMat(void * sh,intptr_t rows,intptr_t cols,void * values,int32_t dtp,CUstream) mgpuCusparseLtCreate2To4SpMat() argument
[all...]
/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_sse2.c264 __m128i rows[4]; in blake3_compress_in_place_sse2() local
274 __m128i rows[4]; in blake3_compress_xof_sse2() local
H A Dblake3_sse41.c258 __m128i rows[4]; in blake3_compress_in_place_sse41() local
268 __m128i rows[4]; in blake3_compress_xof_sse41() local
H A Dblake3_avx512.c291 __m128i rows[4]; in blake3_compress_xof_avx512() local
303 __m128i rows[4]; in blake3_compress_in_place_avx512() local
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp222 uint32_t rows; global() member
229 get(Type elementType,uint32_t rows,uint32_t columns,Scope scope,CooperativeMatrixUseKHR use) get() argument
292 unsigned rows; global() member
299 get(Type elementType,Scope scope,unsigned rows,unsigned columns,MatrixLayout matrixLayout) get() argument
/llvm-project/mlir/lib/Analysis/Presburger/
H A DMatrix.cpp22 Matrix<T>::Matrix(unsigned rows, unsigned columns, unsigned reservedRows, in Matrix() argument
60 void Matrix<T>::reserveRows(unsigned rows) { in reserveRows() argument
H A DBarvinok.cpp47 unsigned rows = cone.getNumRows(); in getDual() local
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
H A DPECallFrameInfo.cpp480 std::vector<UnwindPlan::RowSP> rows; in GetUnwindPlan() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorTranspose.cpp348 auto rows = rewriter.getI32IntegerAttr(resType.getShape()[0]); in matchAndRewrite() local
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp1001 unsigned rows = getConstantInt(operands[3]).getInt(); processCooperativeMatrixTypeKHR() local
1045 unsigned rows = getConstantInt(operands[2]).getInt(); processJointMatrixType() local
/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h595 TVRowPair rows = getConditionIndependencePair(Condition); getConditionCoverageString() local
/llvm-project/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp1629 auto rows = rewriter.create<LLVM::LoadOp>(loc, llvmInt64Type, rowsPtr); matchAndRewrite() local
/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5820 void DisplayRows(Window &window, std::vector<Row> &rows, in DisplayRows() argument
5859 CalculateTotalNumberRows(std::vector<Row> & rows) CalculateTotalNumberRows() argument
5869 GetRowForRowIndexImpl(std::vector<Row> & rows,size_t & row_index) GetRowForRowIndexImpl() argument
[all...]
/llvm-project/polly/lib/External/isl/
H A Disl_tab_pip.c253 isl_size rows, cols; in check_final_columns_are_zero() local
/llvm-project/clang/lib/Sema/
H A DTreeTransform.h5775 Expr *rows = rowResult.get(); TransformDependentSizedMatrixType() local