Searched refs:isl_mat_left_hermite (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/polly/lib/External/isl/ |
D | isl_equalities.c | 91 M = isl_mat_left_hermite(M, 0, &U, NULL); in particular_solution() 192 A = isl_mat_left_hermite(A, 0, NULL, NULL); in parameter_compression_multi() 364 T = isl_mat_left_hermite(T, 0, NULL, NULL); in isl_mat_parameter_compression() 420 A = isl_mat_left_hermite(A, 0, NULL, NULL); in isl_mat_parameter_compression_ext() 550 H = isl_mat_left_hermite(H, 0, &U, T2); in isl_mat_final_variable_compression() 760 H = isl_mat_left_hermite(H, 0, &U, NULL); in isl_basic_set_dim_residue_class()
|
D | isl_sample.c | 209 eq = isl_mat_left_hermite(eq, 0, NULL, &Q); in initial_basis() 962 M = isl_mat_left_hermite(M, 0, &U, NULL); in isl_basic_set_sample_with_cone() 1109 eq = isl_mat_left_hermite(eq, 0, &U, &Q); in isl_tab_set_initial_basis_with_cone()
|
D | basis_reduction_templ.c | 339 eq = isl_mat_left_hermite(eq, 0, NULL, &tab->basis); in isl_basic_set_reduced_basis()
|
D | isl_mat.c | 639 __isl_give isl_mat *isl_mat_left_hermite(__isl_take isl_mat *M, int neg, in isl_mat_left_hermite() function 853 H = isl_mat_left_hermite(isl_mat_copy(mat), 0, NULL, NULL); in isl_mat_rank() 869 mat = isl_mat_left_hermite(mat, 0, &U, NULL); in isl_mat_right_kernel() 1741 H = isl_mat_left_hermite(isl_mat_copy(M), 0, NULL, &Q); in isl_mat_unimodular_complete() 2055 H = isl_mat_left_hermite(H, 0, NULL, &Q); in isl_mat_row_basis_extension()
|
D | isl_factorization.c | 292 H = isl_mat_left_hermite(H, 0, &U, &Q); in isl_basic_set_factorizer()
|
D | isl_affine_hull.c | 745 M = isl_mat_left_hermite(M, 0, &U, &Q); in affine_hull_with_cone() 1126 A = isl_mat_left_hermite(A, 0, NULL, NULL); in isl_basic_map_make_strides_explicit()
|
D | isl_convex_hull.c | 961 M = isl_mat_left_hermite(M, 0, &U, &Q); in modulo_lineality()
|
D | isl_scheduler.c | 2491 H = isl_mat_left_hermite(H, 0, &U, &Q); in node_update_vmap()
|
/external/llvm-project/polly/lib/External/isl/include/isl/ |
D | mat.h | 60 __isl_give isl_mat *isl_mat_left_hermite(__isl_take isl_mat *M, int neg,
|