/llvm-project/openmp/runtime/test/tasking/ |
H A D | omp_task_depend_iterator.cpp | 31 int cols[] = {1, 2, 3, 4, 5, 5, 6, 6, 7, 7, 8}; in test_omp_task_depend_iterator() local
|
/llvm-project/flang/runtime/ |
H A D | matmul.cpp | 85 MatrixTimesMatrix(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) MatrixTimesMatrix() argument 120 MatrixTimesMatrixHelper(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue rows,SubscriptValue cols,const XT * RESTRICT x,const YT * RESTRICT y,SubscriptValue n,Fortran::common::optional<std::size_t> xColumnByteStride,Fortran::common::optional<std::size_t> yColumnByteStride) MatrixTimesMatrixHelper() argument 218 VectorTimesMatrix(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue n,SubscriptValue cols,const XT * RESTRICT x,const YT * RESTRICT y,std::size_t yColumnByteStride=0) VectorTimesMatrix() argument 244 VectorTimesMatrixHelper(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue n,SubscriptValue cols,const XT * RESTRICT x,const YT * RESTRICT y,Fortran::common::optional<std::size_t> yColumnByteStride) VectorTimesMatrixHelper() argument [all...] |
H A D | matmul-transpose.cpp | 65 std::memset(product, 0, rows * cols * sizeof *product); in MatrixTransposedTimesMatrix() argument 99 MatrixTransposedTimesMatrixHelper(CppTypeFor<RCAT,RKIND> * RESTRICT product,SubscriptValue rows,SubscriptValue cols,const XT * RESTRICT x,const YT * RESTRICT y,SubscriptValue n,Fortran::common::optional<std::size_t> xColumnByteStride,Fortran::common::optional<std::size_t> yColumnByteStride) MatrixTransposedTimesMatrixHelper() argument 227 const SubscriptValue cols{extent[1]}; DoMatmulTranspose() local [all...] |
/llvm-project/polly/lib/External/isl/ |
H A D | isl_local.c | 72 isl_size cols = isl_mat_cols(mat); in isl_local_dim() local 130 isl_size n, cols; in isl_local_div_is_known() local
|
H A D | isl_map_simplify.c | 2059 isl_size n_ineq, cols; in mark_shifted_constraints() local
|
H A D | isl_tab_pip.c | 253 isl_size rows, cols; in check_final_columns_are_zero() local
|
H A D | isl_scheduler.c | 4304 isl_size cols = isl_mat_cols(node->sched); in split_scaled() local
|
H A D | isl_map.c | 486 unsigned cols; in isl_basic_map_get_divs() local
|
/llvm-project/mlir/lib/ExecutionEngine/ |
H A D | CudaRuntimeWrappers.cpp | 630 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 837 int64_t *cols = reinterpret_cast<int64_t *>(c); 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/mlir/unittests/Analysis/Presburger/ |
H A D | MatrixTest.cpp | 203 for (unsigned col = 0, cols = m1.getNumColumns(); col < cols; ++col) in checkMatEqual() local
|
/llvm-project/mlir/lib/Analysis/Presburger/ |
H A D | Matrix.cpp | 543 normalizeRow(unsigned row,unsigned cols) normalizeRow() argument
|
H A D | IntegerRelation.cpp | 117 unsigned cols = getNumCols(); isObviouslyEqual() local 2360 unsigned ineqs = getNumInequalities(), cols = getNumCols(); removeDuplicateConstraints() local
|
/llvm-project/mlir/lib/Conversion/GPUCommon/ |
H A D | GPUToLLVMConversion.cpp | 1630 auto cols = rewriter.create<LLVM::LoadOp>(loc, llvmInt64Type, colsPtr); matchAndRewrite() local
|