Home
last modified time | relevance | path

Searched defs:col (Results 1 – 25 of 52) sorted by relevance

123

/llvm-project/mlir/unittests/Analysis/Presburger/
H A DMatrixTest.cpp21 for (unsigned col = 0; col < 5; ++col) in TEST() local
24 for (unsigned col = 0; col < 5; ++col) in TEST() local
31 for (unsigned col = 0; col < 5; ++col) in TEST() local
35 for (unsigned col = 0; col < 5; ++col) in TEST() local
46 for (unsigned col = 0; col < 5; ++col) in TEST() local
53 for (unsigned col = 0; col < 5; ++col) in TEST() local
57 for (unsigned col = 0; col < 5; ++col) in TEST() local
68 for (unsigned col = 0; col < 5; ++col) in TEST() local
77 for (unsigned col = 0; col < 5; ++col) in TEST() local
85 for (unsigned col = 0; col < 5; ++col) in TEST() local
[all …]
H A DLinearTransformTest.cpp28 for (unsigned col = lastAllowedNonZeroCol + 1, nCols = m.getNumColumns(); in testColumnEchelonForm() local
H A DUtils.h59 for (unsigned col = 0; col < a.getNumColumns(); col++) in EXPECT_EQ_INT_MATRIX() local
68 for (unsigned col = 0; col < a.getNumColumns(); col++) in EXPECT_EQ_FRAC_MATRIX() local
/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/mlir/include/mlir/Debug/BreakpointManagers/
H A DFileLineColLocBreakpointManager.h30 FileLineColLocBreakpoint(StringRef file, int64_t line, int64_t col) in FileLineColLocBreakpoint()
51 int64_t col; variable
/llvm-project/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp94 unknownFromColumn(unsigned col) unknownFromColumn() argument
172 for (unsigned col = 1, e = getNumColumns(); col < e; ++col) addRow() local
284 for (unsigned col = 3 + nSymbol, e = getNumColumns(); col < e; ++col) addCut() local
348 for (unsigned col = 3; col < 3 + nSymbol; ++col) getSymbolicSampleNumerator() local
428 for (unsigned col = 3; col < 3 + nSymbol; ++col) addSymbolicCut() local
445 for (unsigned col = 3; col < 3 + nSymbol - 1; ++col) addSymbolicCut() local
449 for (unsigned col = 3 + nSymbol, e = getNumColumns(); col < e; ++col) addSymbolicCut() local
776 for (unsigned col = 3 + nSymbol, e = getNumColumns(); col < e; ++col) { moveRowUnknownToColumn() local
837 __anon545897610302(unsigned col, const Unknown &u) getLexMinPivotColumn() argument
885 std::optional<unsigned> col; findPivot() local
911 swapRowWithCol(unsigned row,unsigned col) swapRowWithCol() argument
961 for (unsigned col = 1, e = getNumColumns(); col < e; ++col) { pivot() local
975 for (unsigned col = 1, numCols = getNumColumns(); col < numCols; ++col) { pivot() local
1170 findAnyPivotRow(unsigned col) findAnyPivotRow() argument
1265 for (unsigned col = getNumFixedCols(), e = getNumColumns(); col < e; undo() local
1531 for (unsigned col = 0, e = a.getNumColumns(); col < e; ++col) makeProduct() local
1546 for (unsigned col = 2, e = b.getNumColumns(); col < e; ++col) makeProduct() local
2147 for (unsigned col = 2, e = getNumColumns(); col < e; ++col) print() local
2151 for (unsigned col = 0, numCols = getNumColumns(); col < numCols; ++col) print() local
[all...]
H A DMatrix.cpp74 for (unsigned col = 0; col < nColumns; ++col) in appendExtraRow() local
83 for (unsigned col = 0; col < nColumns; ++col) in transpose() local
115 for (unsigned col = 0; col < nColumns; col++) swapRows() local
253 for (unsigned col = 0; col < nColumns; ++col) fillRow() local
308 for (unsigned col = 0; col < nColumns; ++col) addToRow() local
314 for (unsigned col = 0; col < nColumns; ++col) scaleRow() local
350 for (unsigned col = 0, e = getNumColumns(); col < e; ++col) preMultiplyWithRow() local
[all...]
H A DLinearTransform.cpp28 unsigned col, e; in makeTransformToColumnEchelon() local
/llvm-project/mlir/lib/Debug/BreakpointManagers/
H A DFileLineColLocBreakpointManager.cpp33 int64_t line = -1, col = -1; in parseFromString() local
/llvm-project/lldb/test/API/lang/cpp/gmodules/pch-chain/
H A Dbase-pch.h6 unsigned col; member
/llvm-project/polly/lib/External/isl/
H A Disl_mat.c269 static isl_stat check_col(__isl_keep isl_mat *mat, int col) in check_col()
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()
616 __isl_keep isl_mat **Q, unsigned row, unsigned col) in oppose()
645 int row, col; in isl_mat_left_hermite() local
725 static __isl_give isl_mat *eliminate(__isl_take isl_mat *mat, int row, int col) in eliminate()
839 int row, col; in hermite_first_zero_col() local
[all …]
H A Disl_stream_private.h11 int col; member
46 int col; member
H A Disl_tab.c707 int sgn, int *row, int *col) in find_pivot()
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
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
1456 int row, col; in isl_tab_min_at_most_neg_one() local
1515 int row, col; in at_least_one() local
1559 int isl_tab_kill_col(struct isl_tab *tab, int col) in isl_tab_kill_col()
[all …]
H A Disl_affine_hull.c76 unsigned row, unsigned col) in set_common_multiple()
119 unsigned row, unsigned col) in construct_column()
160 unsigned row, unsigned col) in transform_column()
207 int col; in affine_hull() local
H A Disl_stream.c71 int line, int col, unsigned on_new_line) in isl_token_new()
146 int col = tok ? tok->col : s->col; in isl_stream_error() local
391 int line, col; in next_token() local
H A Disl_tab_pip.c729 int col; in sol_add() local
737 int col; in sol_add() local
852 int col = tab->var[i].index; in get_row_parameter_line() local
860 int col = tab->var[tab->n_var - tab->n_div + i].index; in get_row_parameter_line() local
888 int col; in identical_parameter_line() local
1084 int col; in is_obviously_neg() local
1133 int col; in is_obviously_nonneg() local
1249 static int col_is_parameter_var(struct isl_tab *tab, int col) in col_is_parameter_var()
1270 int col = tab->n_col; in lexmin_pivot_col() local
1344 int col; in check_lexpos() local
[all …]
/llvm-project/openmp/runtime/test/worksharing/for/
H A Domp_doacross.c33 int row, col; in test_doacross() local
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_symbolize.cpp44 int *col) { in __tsan_symbolize_external()
95 int line, col; in SymbolizeCode() local
/llvm-project/compiler-rt/test/tsan/
H A Djava_symbolization_legacy.cpp12 char *file_buf, jptr file_siz, int *line, int *col) { in __tsan_symbolize_external()
/llvm-project/compiler-rt/test/tsan/Linux/
H A Ddouble_race.cpp21 unsigned long file_siz, int *line, int *col) { in __tsan_symbolize_external()
/llvm-project/lldb/test/API/lang/cpp/gmodules/alignment/
H A Dpch.h8 unsigned col; member
/llvm-project/mlir/lib/Dialect/LLVMIR/Transforms/
H A DDIScopeForLLVMFuncOp.cpp51 int64_t line = 1, col = 1; in addScopeToFunction() local
/llvm-project/openmp/runtime/src/
H A Dkmp_str.h98 int col; member
/llvm-project/mlir/lib/Dialect/AMX/IR/
H A DAMXDialect.cpp34 unsigned col = tp.getDimSize(1) * tp.getElementType().getIntOrFloatBitWidth(); verifyTileSize() local
/llvm-project/clang/lib/Analysis/
H A DIssueHash.cpp143 StringRef::size_type col = Str.find_first_not_of(Whitespaces); in NormalizeLine() local

123