Home
last modified time | relevance | path

Searched defs:row (Results 1 – 25 of 64) sorted by relevance

123

/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DMatrixTest.cpp18 for (unsigned row = 0; row < 5; ++row) in TEST() local
21 for (unsigned row = 0; row < 5; ++row) in TEST() local
28 for (unsigned row = 0; row < 5; ++row) in TEST() local
32 for (unsigned row = 0; row < 5; ++row) in TEST() local
43 for (unsigned row = 0; row < 5; ++row) in TEST() local
50 for (unsigned row = 0; row < 5; ++row) in TEST() local
54 for (unsigned row = 0; row < 5; ++row) in TEST() local
65 for (unsigned row = 0; row < 5; ++row) in TEST() local
74 for (unsigned row = 0; row < 5; ++row) in TEST() local
82 for (unsigned row = 0; row < 3; ++row) in TEST() local
[all …]
H A DLinearTransformTest.cpp25 for (unsigned row = 0, nRows = m.getNumRows(); row < nRows; ++row) { in testColumnEchelonForm() local
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DMatrix.cpp46 unsigned row = appendExtraRow(); in appendExtraRow() local
69 void Matrix::swapRows(unsigned row, unsigned otherRow) { in swapRows()
83 for (unsigned row = 0; row < nRows; row++) in swapColumns() local
87 MutableArrayRef<int64_t> Matrix::getRow(unsigned row) { in getRow()
95 void Matrix::setRow(unsigned row, ArrayRef<int64_t> elems) { in setRow()
189 void Matrix::fillRow(unsigned row, int64_t value) { in fillRow()
205 for (unsigned row = 0, e = getNumRows(); row < e; ++row) in addToColumn() local
210 for (unsigned row = 0, e = getNumRows(); row < e; ++row) in negateColumn() local
214 void Matrix::negateRow(unsigned row) { in negateRow()
223 int64_t Matrix::normalizeRow(unsigned row) { in normalizeRow()
[all …]
H A DSimplex.cpp262 LogicalResult LexSimplexBase::addCut(unsigned row) { in addCut()
280 unsigned row = u.pos; in maybeGetNonIntegralVarRow() local
1188 Optional<unsigned> row = findAnyPivotRow(column); in undoLastConstraint() local
1337 unsigned row = con[conIndex].pos; in computeOptimum() local
1355 unsigned row = u.pos; in computeOptimum() local
1422 unsigned row = u.pos; in detectRedundant() local
1499 auto appendRowFromA = [&](unsigned row) { in makeProduct()
1510 auto appendRowFromB = [&](unsigned row) { in makeProduct()
1524 for (unsigned row = 0; row < a.nRedundant; ++row) in makeProduct() local
1526 for (unsigned row = 0; row < b.nRedundant; ++row) in makeProduct() local
[all …]
H A DLinearTransform.cpp23 static void modEntryColumnOperation(Matrix &m, unsigned row, unsigned sourceCol, in modEntryColumnOperation()
46 for (unsigned row = 0; row < m.getNumRows(); ++row) { in makeTransformToColumnEchelon() local
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestDWARFCallFrameInfo.cpp44 static std::ostream &operator<<(std::ostream &OS, const UnwindPlan::Row &row) { in operator <<()
52 UnwindPlan::Row row; in GetExpectedRow0() local
60 UnwindPlan::Row row; in GetExpectedRow1() local
69 UnwindPlan::Row row; in GetExpectedRow2() local
/llvm-project-15.0.7/lldb/unittests/ObjectFile/PECOFF/
H A DTestPECallFrameInfo.cpp213 UnwindPlan::Row row; in TEST_F() local
255 UnwindPlan::Row row; in TEST_F() local
277 UnwindPlan::Row row; in TEST_F() local
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_mat.c96 isl_int **row; in isl_mat_extend() local
332 int row, int col) in isl_mat_get_element_val()
345 int row, int col, isl_int v) in isl_mat_set_element()
357 int row, int col, int v) in isl_mat_set_element_si()
645 int row, col; in isl_mat_left_hermite() local
764 int k, row, last; in isl_mat_reverse_gauss() local
839 int row, col; in hermite_first_zero_col() local
1011 int row; in isl_mat_inverse_product() local
1127 int row; in isl_mat_right_inverse() local
1527 unsigned row, unsigned n) in isl_mat_drop_rows()
[all …]
H A Disl_tab.c1266 int row, col; in sign_of_max() local
1326 int row, col; in restore_row() local
1347 int row, col; in at_least_zero() local
1380 int row, col; in sign_of_min() local
2113 int row; in isl_tab_add_eq() local
2531 int row; in isl_tab_sample_is_integer() local
2582 int row; in isl_tab_get_sample_value() local
3317 int row; in isl_tab_is_equality() local
3450 int row; in is_constant() local
3919 int row; in restore_basis() local
[all …]
H A Dbasis_reduction_tab.c19 struct isl_vec *row; member
107 #define GBR_lp_add_row(lp, row, dim) add_lp_row(lp, row, dim) argument
108 #define GBR_lp_get_alpha(lp, row, alpha) get_alpha(lp, row, alpha) argument
118 static struct isl_tab *gbr_tab(struct isl_tab *tab, struct isl_vec *row) in gbr_tab()
174 static void set_lp_obj(struct tab_lp *lp, isl_int *row, int dim) in set_lp_obj()
220 static int cut_lp_to_hyperplane(struct tab_lp *lp, isl_int *row) in cut_lp_to_hyperplane()
268 static int add_lp_row(struct tab_lp *lp, isl_int *row, int dim) in add_lp_row()
282 static void get_alpha(struct tab_lp* lp, int row, GBR_type *alpha) in get_alpha()
H A Disl_tab_pip.c677 int row; in sol_add() local
1308 int row; in first_neg() local
1346 int row; in check_lexpos() local
1582 int row; in add_lexmin_eq() local
1768 int row; in next_non_integer_var() local
1880 int row; in cut_to_integer_lexmin() local
1962 int row; in sample_is_finite() local
2405 int row; in best_split() local
3988 int row; in reset_any_to_unknown() local
4109 int row; in find_solutions() local
[all …]
H A Disl_mat_private.h18 isl_int **row; member
H A Disl_affine_hull.c76 unsigned row, unsigned col) in set_common_multiple()
96 static void delete_row(__isl_keep isl_basic_set *bset, unsigned row) in delete_row()
119 unsigned row, unsigned col) in construct_column()
160 unsigned row, unsigned col) in transform_column()
208 int row; in affine_hull() local
H A Dbasis_reduction_templ.c57 int row; in isl_tab_compute_reduced_basis() local
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DMatrix.h51 int64_t &at(unsigned row, unsigned column) { in at()
57 int64_t at(unsigned row, unsigned column) const { in at()
/llvm-project-15.0.7/clang/test/CodeGen/X86/
H A Damx_api.c12 void test_api(int cond, short row, short col) { in test_api()
36 void test_tile_loadd(short row, short col) { in test_tile_loadd()
44 void test_tile_stream_loadd(short row, short col) { in test_tile_stream_loadd()
/llvm-project-15.0.7/openmp/runtime/test/worksharing/for/
H A Domp_doacross.c33 int row, col; in test_doacross() local
/llvm-project-15.0.7/clang/test/Analysis/
H A Ddead-stores.cpp69 class row : protected _Row_base<_Tp, _Number2> { class
73 explicit row(const pencil_type& __a = pencil_type()) : _Base(__a) {} in row() function in TestTemp::row
/llvm-project-15.0.7/lldb/source/Symbol/
H A DUnwindPlan.cpp94 const UnwindPlan::Row *row, in Dump()
374 RowSP row = *it; in InsertRow() local
386 RowSP row; in GetRowForFunctionOffset() local
/llvm-project-15.0.7/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.cpp1118 UnwindPlan::RowSP row(new UnwindPlan::Row); in CreateFunctionEntryUnwindPlan() local
1142 UnwindPlan::RowSP row(new UnwindPlan::Row); in CreateDefaultUnwindPlan() local
/llvm-project-15.0.7/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp364 UnwindPlan::RowSP row(new UnwindPlan::Row); in CreateFunctionEntryUnwindPlan() local
387 UnwindPlan::RowSP row(new UnwindPlan::Row); in CreateDefaultUnwindPlan() local
H A DABISysV_i386.cpp627 UnwindPlan::RowSP row(new UnwindPlan::Row); in CreateFunctionEntryUnwindPlan() local
650 UnwindPlan::RowSP row(new UnwindPlan::Row); in CreateDefaultUnwindPlan() local
/llvm-project-15.0.7/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1693 UnwindPlan::RowSP row(new UnwindPlan::Row); in CreateFunctionEntryUnwindPlan() local
1718 UnwindPlan::RowSP row(new UnwindPlan::Row); in CreateDefaultUnwindPlan() local
/llvm-project-15.0.7/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp358 UnwindPlan::RowSP row(new UnwindPlan::Row); in CreateFunctionEntryUnwindPlan() local
383 UnwindPlan::RowSP row(new UnwindPlan::Row); in CreateDefaultUnwindPlan() local
/llvm-project-15.0.7/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp928 UnwindPlan::RowSP row(new UnwindPlan::Row); in CreateFunctionEntryUnwindPlan() local
949 UnwindPlan::RowSP row(new UnwindPlan::Row); in CreateDefaultUnwindPlan() local

123