| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_sample.c | 31 vec = isl_vec_alloc(bset->ctx, 0); in empty_sample() 48 sample = isl_vec_alloc(bset->ctx, 1 + dim); in zero_sample() 74 sample = isl_vec_alloc(bset->ctx, 2); in interval_sample() 395 return isl_vec_alloc(tab->mat->ctx, 0); in isl_tab_sample() 422 min = isl_vec_alloc(ctx, dim); in isl_tab_sample() 423 max = isl_vec_alloc(ctx, dim); in isl_tab_sample() 517 sample = isl_vec_alloc(ctx, 0); in isl_tab_sample() 591 data.sample = isl_vec_alloc(ctx, 1 + total); in factored_sample() 658 sample = isl_vec_alloc(isl_basic_set_get_ctx(bset), 0); in sample_bounded() 889 vec = isl_vec_alloc(vec1->ctx, vec1->size + vec2->size - 1); in vec_concat() [all …]
|
| H A D | pip.c | 197 opt = isl_vec_alloc(ctx, 0); in opt_at() 202 opt = isl_vec_alloc(ctx, 1 + dim); in opt_at() 205 obj = isl_vec_alloc(ctx, 1 + dim); in opt_at() 234 opt = isl_vec_alloc(ctx, 0); in opt_at()
|
| H A D | isl_scan.c | 73 sample = isl_vec_alloc(bset->ctx, 1); in scan_0D() 124 min = isl_vec_alloc(bset->ctx, dim); in isl_basic_set_scan() 125 max = isl_vec_alloc(bset->ctx, dim); in isl_basic_set_scan()
|
| H A D | isl_vec.c | 32 __isl_give isl_vec *isl_vec_alloc(struct isl_ctx *ctx, unsigned size) in isl_vec_alloc() function 134 vec = isl_vec_alloc(ctx, size); in isl_vec_zero() 212 vec2 = isl_vec_alloc(vec->ctx, vec->size); in isl_vec_dup() 573 ext = isl_vec_alloc(vec->ctx, vec->size + n); in isl_vec_insert_els() 633 res = isl_vec_alloc(vec->ctx, vec->size); in isl_vec_move_els()
|
| H A D | polyhedron_minimize.c | 30 aff = isl_vec_alloc(vec->ctx, 1 + vec->size); in isl_vec_lin_to_aff()
|
| H A D | isl_map_subtract.c | 72 v = isl_vec_alloc(bmap->ctx, 1 + tab_total); in tab_add_constraints() 133 v = isl_vec_alloc(bmap->ctx, 1 + tab_total); in tab_add_constraint() 192 vec = isl_vec_alloc(bmap->ctx, 2 + total + bmap->n_div); in tab_add_divs() 758 point = isl_vec_alloc(bmap->ctx, 1 + dim); in singleton_extract_point()
|
| H A D | isl_tab_lexopt_templ.c | 75 var = isl_vec_alloc(ctx, n_out); in SF()
|
| H A D | isl_tab_pip.c | 1022 ineq = isl_vec_alloc(bset->ctx, 1 + total); in ineq_for_div() 2726 ineq = isl_vec_alloc(tab->mat->ctx, 1 + context_tab->n_var); in tab_detect_nonnegative_parameters() 2926 cst = isl_vec_alloc(cgbr->tab->mat->ctx, bset->n_ineq); in gbr_init_shifted() 2961 return isl_vec_alloc(cgbr->tab->mat->ctx, 0); in gbr_get_shifted_sample() 3340 eq = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_var); in propagate_equalities() 4266 eq = isl_vec_alloc(tab->mat->ctx, 1+tab->n_param+tab->n_div); in find_solutions_main() 4989 v = isl_vec_alloc(ctx, len); in extract_sample_sequence() 5134 v = isl_vec_alloc(ctx, 1 + tab->n_var); in force_better_solution() 5247 data->v = isl_vec_alloc(ctx, 1 + data->tab->n_var); in init_lexmin_data() 5255 data->sol = isl_vec_alloc(ctx, 0); in init_lexmin_data() [all …]
|
| H A D | isl_point.c | 100 vec = isl_vec_alloc(space->ctx, 1 + dim); in isl_point_zero() 163 return isl_point_alloc(space, isl_vec_alloc(space->ctx, 0)); in isl_point_void()
|
| H A D | isl_lp.c | 114 v = isl_vec_alloc(map->ctx, 1 + total + max_div); in isl_map_solve_lp()
|
| H A D | basis_reduction_templ.c | 106 b_tmp = isl_vec_alloc(ctx, dim); in isl_tab_compute_reduced_basis()
|
| H A D | isl_vertices.c | 761 todo->constraint = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_var); in create_todo() 1198 c = isl_vec_alloc(bset->ctx, 1 + 1 + total); in tab_for_shifted_cone() 1606 v = isl_vec_alloc(ctx, 1 + total); in isl_cell_foreach_simplex()
|
| H A D | basis_reduction_tab.c | 158 lp->row = isl_vec_alloc(lp->ctx, 1 + 2 * lp->dim); in init_lp()
|
| H A D | isl_coalesce.c | 1014 v = isl_vec_alloc(ctx, 1 + total); in tighten_on_relaxed_facet() 1653 bound = isl_vec_alloc(ctx, 1 + total); in is_adj_ineq_extension() 1778 bound = isl_vec_alloc(ctx, 1 + total); in can_wrap_in_facet() 2323 bound = isl_vec_alloc(ctx, 1 + total); in check_eq_adj_eq() 3065 ineq = isl_vec_alloc(isl_tab_get_ctx(info->tab), 1 + info->tab->n_var); in fix_constant_divs() 3768 sub = isl_vec_alloc(ctx, 1 + dim + n); in add_sub_equalities()
|
| H A D | isl_affine_hull.c | 279 sample = isl_vec_alloc(ctx, 1 + dim); in outside_point() 648 sample = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_var); in isl_tab_detect_equalities()
|
| H A D | isl_mat.c | 461 prod = isl_vec_alloc(mat->ctx, mat->n_row); in isl_mat_vec_product() 494 vec = isl_vec_alloc(vec_mat->ctx, vec_mat->n_row); in isl_mat_vec_inverse_product() 517 prod = isl_vec_alloc(mat->ctx, mat->n_col); in isl_vec_mat_product() 1850 v = isl_vec_alloc(isl_mat_get_ctx(mat), mat->n_col); in isl_mat_get_row()
|
| H A D | isl_constraint.c | 83 v = isl_vec_alloc(ctx, 1 + dim); in isl_constraint_alloc() 108 v = isl_vec_alloc(ctx, 1 + dim); in isl_basic_map_constraint()
|
| H A D | isl_bernstein.c | 182 multinom = isl_vec_alloc(ctx, n); in extract_coefficients()
|
| H A D | isl_scheduler.c | 841 node->max = isl_vec_alloc(ctx, node->nvar); in set_max_coefficient() 872 v = isl_vec_alloc(ctx, node->nvar); in compute_max_coefficient() 2788 ineq = isl_vec_alloc(ctx, 1 + total); in node_add_coefficient_constraints() 3154 csol = isl_vec_alloc(isl_vec_get_ctx(sol), node->nvar); in extract_var_coef() 4687 eq = isl_vec_alloc(ctx, 1 + dim); in zero_out_node_coef() 4810 prev = isl_vec_alloc(ctx, 0); in non_neg_lexmin() 5337 return isl_vec_alloc(ctx, 0); in compute_carrying_sol()
|
| H A D | isl_ilp.c | 279 v = isl_vec_alloc(bset->ctx, 1 + dim); in solve_ilp_with_eq()
|
| H A D | isl_tab.c | 2213 ineq = isl_vec_alloc(bmap->ctx, 1 + total); in ineq_for_div() 2547 vec = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_var); in extract_integer_sample() 2574 vec = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_var); in isl_tab_get_sample_value() 3386 tab->dual = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_con); in isl_tab_min() 3576 eq = isl_vec_alloc(isl_tab_get_ctx(tab), 1 + tab->n_var); in detect_constant_with_tmp()
|
| H A D | isl_equalities.c | 424 d = isl_vec_alloc(ctx, n_row); in isl_mat_parameter_compression_ext()
|
| H A D | isl_map_simplify.c | 1012 d = isl_vec_alloc(bmap->ctx, div_eq); in normalize_divs() 3830 v = isl_vec_alloc(bmap1->ctx, 1 + total); in isl_basic_map_plain_is_disjoint() 4410 data.v = isl_vec_alloc(ctx, off + n_div); in drop_more_redundant_divs() 5152 v = isl_vec_alloc(ctx, n); in preimage() 5438 v = isl_vec_alloc(ctx, 1 + total); in isl_basic_map_reduce_coefficients()
|
| H A D | isl_ast_build.c | 70 strides = isl_vec_alloc(ctx, dim); in isl_ast_build_init_derived() 1870 strides = isl_vec_alloc(ctx, space_dim); in isl_ast_build_product()
|
| /llvm-project-15.0.7/polly/lib/External/isl/include/isl/ |
| H A D | vec.h | 26 __isl_give isl_vec *isl_vec_alloc(isl_ctx *ctx, unsigned size);
|