Home
last modified time | relevance | path

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

123

/llvm-project/mlir/unittests/Analysis/Presburger/
H A DMatrixTest.cpp20 for (unsigned row = 0; row < 5; ++row) in TEST() local
23 for (unsigned row = 0; row < 5; ++row) in TEST() local
30 for (unsigned row = 0; row < 5; ++row) in TEST() local
34 for (unsigned row = 0; row < 5; ++row) in TEST() local
45 for (unsigned row = 0; row < 5; ++row) in TEST() local
52 for (unsigned row = 0; row < 5; ++row) in TEST() local
56 for (unsigned row = 0; row < 5; ++row) in TEST() local
67 for (unsigned row = 0; row < 5; ++row) in TEST() local
76 for (unsigned row = 0; row < 5; ++row) in TEST() local
84 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
H A DUtils.h58 for (unsigned row = 0; row < a.getNumRows(); row++) in EXPECT_EQ_INT_MATRIX() local
67 for (unsigned row = 0; row < a.getNumRows(); row++) in EXPECT_EQ_FRAC_MATRIX() local
/llvm-project/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/mlir/lib/Analysis/Presburger/
H A DMatrix.cpp73 unsigned row = appendExtraRow(); in appendExtraRow() local
82 for (unsigned row = 0; row < nRows; ++row) in transpose() local
110 void Matrix<T>::swapRows(unsigned row, unsigne argument
125 for (unsigned row = 0; row < nRows; row++) swapColumns() local
130 getRow(unsigned row) getRow() argument
140 setRow(unsigned row,ArrayRef<T> elems) setRow() argument
252 fillRow(unsigned row,const T & value) fillRow() argument
305 addToRow(unsigned row,ArrayRef<T> rowVec,const T & scale) addToRow() argument
313 scaleRow(unsigned row,const T & scale) scaleRow() argument
323 for (unsigned row = 0, e = getNumRows(); row < e; ++row) addToColumn() local
329 for (unsigned row = 0, e = getNumRows(); row < e; ++row) negateColumn() local
334 negateRow(unsigned row) negateRow() argument
341 for (unsigned row = 0; row < nRows; ++row) negateMatrix() local
362 for (unsigned row = 0, e = getNumRows(); row < e; row++) postMultiplyWithColumn() local
373 modEntryColumnOperation(Matrix<DynamicAPInt> & m,unsigned row,unsigned sourceCol,unsigned targetCol,Matrix<DynamicAPInt> & otherMatrix) modEntryColumnOperation() argument
401 for (unsigned row = 0; row < nRows; ++row) { print() local
469 for (unsigned row = 0; row < h.getNumRows(); ++row) { computeHermiteNormalForm() local
543 normalizeRow(unsigned row,unsigned cols) normalizeRow() argument
547 normalizeRow(unsigned row) normalizeRow() argument
[all...]
H A DSimplex.cpp99 unknownFromRow(unsigned row) unknownFromRow() argument
278 addCut(unsigned row) addCut() argument
296 unsigned row = u.pos; maybeGetNonIntegralVarRow() local
415 addSymbolicCut(unsigned row) addSymbolicCut() argument
499 for (unsigned row = 0, e = getNumRows(); row < e; ++row) maybeGetAlwaysViolatedRow() local
503 for (unsigned row = 0, e = getNumRows(); row < e; ++row) { maybeGetAlwaysViolatedRow() local
528 while (std::optional<unsigned> row = maybeGetAlwaysViolatedRow()) doNonBranchingPivots() local
630 if (std::optional<unsigned> row = maybeGetNonIntegralVarRow()) { computeSymbolicIntegerLexMin() local
694 for (unsigned row = 0, e = getNumRows(); row < e; ++row) maybeGetViolatedRow() local
774 moveRowUnknownToColumn(unsigned row) moveRowUnknownToColumn() argument
790 getLexMinPivotColumn(unsigned row,unsigned colA,unsigned colB) const getLexMinPivotColumn() argument
884 findPivot(int row,Direction direction) const findPivot() argument
911 swapRowWithCol(unsigned row,unsigned col) swapRowWithCol() argument
969 for (unsigned row = 0, numRows = getNumRows(); row < numRows; ++row) { pivot() local
1037 for (unsigned row = nRedundant, e = getNumRows(); row < e; ++row) { findPivotRow() local
1171 for (unsigned row = nRedundant, e = getNumRows(); row < e; ++row) findAnyPivotRow() local
1198 std::optional<unsigned> row = findAnyPivotRow(column); undoLastConstraint() local
1217 std::optional<unsigned> row = findAnyPivotRow(column); undoLastConstraint() local
1341 computeRowOptimum(Direction direction,unsigned row) computeRowOptimum() argument
1366 unsigned row = con[conIndex].pos; computeOptimum() local
1384 unsigned row = u.pos; computeOptimum() local
1452 unsigned row = u.pos; detectRedundant() local
1529 __anon545897610602(unsigned row) makeProduct() argument
1540 __anon545897610702(unsigned row) makeProduct() argument
1554 for (unsigned row = 0; row < a.nRedundant; ++row) makeProduct() local
1556 for (unsigned row = 0; row < b.nRedundant; ++row) makeProduct() local
1558 for (unsigned row = a.nRedundant, e = a.getNumRows(); row < e; ++row) makeProduct() local
1560 for (unsigned row = b.nRedundant, e = b.getNumRows(); row < e; ++row) makeProduct() local
1688 unsigned row = simplex.con[conIndex].pos; computeWidthAndDuals() local
2140 for (unsigned row = 0, e = getNumRows(); row < e; ++row) { print() local
2150 for (unsigned row = 0, numRows = getNumRows(); row < numRows; ++row) { print() local
[all...]
H A DLinearTransform.cpp31 for (unsigned row = 0, f = m.getNumRows(); row < f; ++row) { in makeTransformToColumnEchelon() local
/llvm-project/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/polly/lib/External/isl/
H A Disl_mat.c96 isl_int **row; in isl_mat_extend() local
148 __isl_give isl_mat *isl_mat_sub_alloc6(isl_ctx *ctx, isl_int **row, in isl_mat_sub_alloc6()
281 static isl_stat check_row(__isl_keep isl_mat *mat, int row) in check_row()
319 int isl_mat_get_element(__isl_keep isl_mat *mat, int row, int col, isl_int *v) in isl_mat_get_element()
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()
371 int row, int col, __isl_take isl_val *v) in isl_mat_set_element_val()
586 __isl_keep isl_mat **Q, unsigned row, unsigned i, unsigned j) in exchange()
600 __isl_keep isl_mat **Q, unsigned row, unsigned i, unsigned j, isl_int m) in subtract()
[all …]
H A Disl_tab.c707 int sgn, int *row, int *col) in find_pivot()
742 int isl_tab_row_is_redundant(struct isl_tab *tab, int row) in isl_tab_row_is_redundant()
956 int isl_tab_mark_redundant(struct isl_tab *tab, int row) in isl_tab_mark_redundant()
1044 static void update_row_sign(struct isl_tab *tab, int row, int col, int row_sgn) in update_row_sign()
1125 int isl_tab_pivot(struct isl_tab *tab, int row, int col) in isl_tab_pivot()
1266 int row, col; in sign_of_max() local
1298 static int row_is_neg(struct isl_tab *tab, int row) in row_is_neg()
1309 static int row_sgn(struct isl_tab *tab, int row) in row_sgn()
1326 int row, col; in restore_row() local
1347 int row, col; in at_least_zero() 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
842 static void get_row_parameter_line(struct isl_tab *tab, int row, isl_int *line) in get_row_parameter_line()
905 static struct isl_vec *get_row_parameter_ineq(struct isl_tab *tab, int row) in get_row_parameter_ineq()
955 static struct isl_vec *get_row_parameter_div(struct isl_tab *tab, int row) in get_row_parameter_div()
983 static struct isl_vec *get_row_split_div(struct isl_tab *tab, int row) in get_row_split_div()
1044 static struct isl_tab *set_row_cst_to_div(struct isl_tab *tab, int row, int div) in set_row_cst_to_div()
1081 static int is_obviously_neg(struct isl_tab *tab, int row) in is_obviously_neg()
1130 static int is_obviously_nonneg(struct isl_tab *tab, int row) in is_obviously_nonneg()
1188 int row, int col1, int col2, isl_int tmp) in lexmin_col_pair()
1256 static int row_is_parameter_var(struct isl_tab *tab, int row) in row_is_parameter_var()
[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/mlir/include/mlir/Analysis/Presburger/
H A DMatrix.h62 T &at(unsigned row, unsigned column) { in at()
68 T at(unsigned row, unsigned column) const { in at()
139 void fillRow(unsigned row, int64_t value) { fillRow(row, T(value)); } in fillRow()
/llvm-project/clang/test/CodeGen/X86/
H A Damx_api.c12 void test_api(int cond, short row, short col) { in test_api() argument
36 test_tile_loadd(short row,short col) test_tile_loadd() argument
44 test_tile_stream_loadd(short row,short col) test_tile_stream_loadd() argument
/llvm-project/lldb/test/API/lang/cpp/gmodules/pch-chain/
H A Dbase-pch.h5 unsigned row; member
/llvm-project/openmp/runtime/test/worksharing/for/
H A Domp_doacross.c33 int row, col; in test_doacross() local
/llvm-project/lldb/test/API/lang/cpp/gmodules/alignment/
H A Dpch.h7 unsigned row; member
/llvm-project/lldb/source/Plugins/ABI/MSP430/
H A DABISysV_msp430.cpp315 UnwindPlan::RowSP row(new UnwindPlan::Row); in CreateFunctionEntryUnwindPlan() local
334 UnwindPlan::RowSP row(new UnwindPlan::Row); in CreateDefaultUnwindPlan() local
[all...]
/llvm-project/clang/test/Analysis/
H A Ddead-stores.cpp87 class row : protected _Row_base<_Tp, _Number2> { class
91 explicit row(const pencil_type& __a = pencil_type()) : _Base(__a) {} in row() function in TestTemp::row
/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp95 Dump(Stream & s,const UnwindPlan * unwind_plan,const UnwindPlan::Row * row,Thread * thread,bool verbose) const Dump() argument
374 RowSP row = *it; InsertRow() local
386 RowSP row; GetRowForFunctionOffset() local
[all...]
/llvm-project/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.cpp1203 UnwindPlan::RowSP row(new UnwindPlan::Row); in CreateFunctionEntryUnwindPlan() local
1227 UnwindPlan::RowSP row(new UnwindPlan::Row); in CreateDefaultUnwindPlan() local
[all...]
/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp365 UnwindPlan::RowSP row(new UnwindPlan::Row); CreateFunctionEntryUnwindPlan() local
388 UnwindPlan::RowSP row(new UnwindPlan::Row); CreateDefaultUnwindPlan() local
[all...]

123