/llvm-project/mlir/unittests/Analysis/Presburger/ |
H A D | MatrixTest.cpp | 20 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 D | LinearTransformTest.cpp | 25 for (unsigned row = 0, nRows = m.getNumRows(); row < nRows; ++row) { in testColumnEchelonForm() local
|
H A D | Utils.h | 58 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 D | TestDWARFCallFrameInfo.cpp | 44 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 D | Matrix.cpp | 73 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 D | Simplex.cpp | 99 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 D | LinearTransform.cpp | 31 for (unsigned row = 0, f = m.getNumRows(); row < f; ++row) { in makeTransformToColumnEchelon() local
|
/llvm-project/lldb/unittests/ObjectFile/PECOFF/ |
H A D | TestPECallFrameInfo.cpp | 213 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 D | isl_mat.c | 96 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 D | isl_tab.c | 707 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 D | basis_reduction_tab.c | 19 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 D | isl_tab_pip.c | 677 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 D | isl_mat_private.h | 18 isl_int **row; member
|
H A D | isl_affine_hull.c | 76 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 D | basis_reduction_templ.c | 57 int row; in isl_tab_compute_reduced_basis() local
|
/llvm-project/mlir/include/mlir/Analysis/Presburger/ |
H A D | Matrix.h | 62 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 D | amx_api.c | 12 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 D | base-pch.h | 5 unsigned row; member
|
/llvm-project/openmp/runtime/test/worksharing/for/ |
H A D | omp_doacross.c | 33 int row, col; in test_doacross() local
|
/llvm-project/lldb/test/API/lang/cpp/gmodules/alignment/ |
H A D | pch.h | 7 unsigned row; member
|
/llvm-project/lldb/source/Plugins/ABI/MSP430/ |
H A D | ABISysV_msp430.cpp | 315 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 D | dead-stores.cpp | 87 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 D | UnwindPlan.cpp | 95 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 D | ABISysV_hexagon.cpp | 1203 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 D | ABIMacOSX_i386.cpp | 365 UnwindPlan::RowSP row(new UnwindPlan::Row); CreateFunctionEntryUnwindPlan() local 388 UnwindPlan::RowSP row(new UnwindPlan::Row); CreateDefaultUnwindPlan() local [all...] |