HomeSort by: relevance | last modified time | path
    Searched refs:isl_vec_alloc (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/external/mit/isl/dist/
isl_vec.c 33 __isl_give isl_vec *isl_vec_alloc(struct isl_ctx *ctx, unsigned size) function
135 vec = isl_vec_alloc(ctx, size);
213 vec2 = isl_vec_alloc(vec->ctx, vec->size);
574 ext = isl_vec_alloc(vec->ctx, vec->size + n);
634 res = isl_vec_alloc(vec->ctx, vec->size);
670 res = isl_vec_alloc(vec->ctx, offset + r->dst_len);
isl_scan.c 73 sample = isl_vec_alloc(bset->ctx, 1);
124 min = isl_vec_alloc(bset->ctx, dim);
125 max = isl_vec_alloc(bset->ctx, dim);
pip.c 196 opt = isl_vec_alloc(ctx, 0);
201 opt = isl_vec_alloc(ctx, 1 + dim);
204 obj = isl_vec_alloc(ctx, 1 + dim);
233 opt = isl_vec_alloc(ctx, 0);
polyhedron_minimize.c 30 aff = isl_vec_alloc(vec->ctx, 1 + vec->size);
isl_sample.c 34 vec = isl_vec_alloc(bset->ctx, 0);
51 sample = isl_vec_alloc(bset->ctx, 1 + dim);
77 sample = isl_vec_alloc(bset->ctx, 2);
398 return isl_vec_alloc(tab->mat->ctx, 0);
425 min = isl_vec_alloc(ctx, dim);
426 max = isl_vec_alloc(ctx, dim);
520 sample = isl_vec_alloc(ctx, 0);
594 data.sample = isl_vec_alloc(ctx, 1 + total);
661 sample = isl_vec_alloc(isl_basic_set_get_ctx(bset), 0);
892 vec = isl_vec_alloc(vec1->ctx, vec1->size + vec2->size - 1)
    [all...]
isl_map_subtract.c 72 v = isl_vec_alloc(bmap->ctx, 1 + tab_total);
133 v = isl_vec_alloc(bmap->ctx, 1 + tab_total);
192 vec = isl_vec_alloc(bmap->ctx, 2 + total + bmap->n_div);
758 point = isl_vec_alloc(bmap->ctx, 1 + dim);
isl_tab_lexopt_templ.c 75 var = isl_vec_alloc(ctx, n_out);
basis_reduction_templ.c 106 b_tmp = isl_vec_alloc(ctx, dim);
isl_tab_pip.c 935 ineq = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_param + tab->n_div);
985 div = isl_vec_alloc(tab->mat->ctx, 1 + 1 + tab->n_param + tab->n_div);
1013 div = isl_vec_alloc(tab->mat->ctx, 1 + 1 + tab->n_param + tab->n_div);
1048 ineq = isl_vec_alloc(bset->ctx, 1 + total);
2752 ineq = isl_vec_alloc(tab->mat->ctx, 1 + context_tab->n_var);
2952 cst = isl_vec_alloc(cgbr->tab->mat->ctx, bset->n_ineq);
2987 return isl_vec_alloc(cgbr->tab->mat->ctx, 0);
3366 eq = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_var);
4292 eq = isl_vec_alloc(tab->mat->ctx, 1+tab->n_param+tab->n_div);
5015 v = isl_vec_alloc(ctx, len)
    [all...]
basis_reduction_tab.c 158 lp->row = isl_vec_alloc(lp->ctx, 1 + 2 * lp->dim);
isl_lp.c 114 v = isl_vec_alloc(map->ctx, 1 + total + max_div);
isl_point.c 106 vec = isl_vec_alloc(space->ctx, 1 + dim);
169 return isl_point_alloc(space, isl_vec_alloc(space->ctx, 0));
isl_vertices.c 763 todo->constraint = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_var);
1200 c = isl_vec_alloc(bset->ctx, 1 + 1 + total);
1608 v = isl_vec_alloc(ctx, 1 + total);
isl_bernstein.c 182 multinom = isl_vec_alloc(ctx, n);
isl_mat.c 461 prod = isl_vec_alloc(mat->ctx, mat->n_row);
494 vec = isl_vec_alloc(vec_mat->ctx, vec_mat->n_row);
517 prod = isl_vec_alloc(mat->ctx, mat->n_col);
1850 v = isl_vec_alloc(isl_mat_get_ctx(mat), mat->n_col);
isl_affine_hull.c 279 sample = isl_vec_alloc(ctx, 1 + dim);
648 sample = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_var);
isl_constraint.c 83 v = isl_vec_alloc(ctx, 1 + dim);
108 v = isl_vec_alloc(ctx, 1 + dim);
isl_coalesce.c 1014 v = isl_vec_alloc(ctx, 1 + total);
1655 bound = isl_vec_alloc(ctx, 1 + total);
1780 bound = isl_vec_alloc(ctx, 1 + total);
2325 bound = isl_vec_alloc(ctx, 1 + total);
3067 ineq = isl_vec_alloc(isl_tab_get_ctx(info->tab), 1 + info->tab->n_var);
3770 sub = isl_vec_alloc(ctx, 1 + dim + n);
isl_scheduler.c 620 node->max = isl_vec_alloc(ctx, node->nvar);
651 v = isl_vec_alloc(ctx, node->nvar);
2584 ineq = isl_vec_alloc(ctx, 1 + total);
2950 csol = isl_vec_alloc(isl_vec_get_ctx(sol), node->nvar);
4488 eq = isl_vec_alloc(ctx, 1 + dim);
4611 prev = isl_vec_alloc(ctx, 0);
5138 return isl_vec_alloc(ctx, 0);
isl_tab.c 2213 ineq = isl_vec_alloc(bmap->ctx, 1 + total);
2547 vec = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_var);
2574 vec = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_var);
3386 tab->dual = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_con);
3576 eq = isl_vec_alloc(isl_tab_get_ctx(tab), 1 + tab->n_var);
isl_equalities.c 424 d = isl_vec_alloc(ctx, n_row);
isl_ilp.c 279 v = isl_vec_alloc(bset->ctx, 1 + dim);
isl_map_simplify.c 1012 d = isl_vec_alloc(bmap->ctx, div_eq);
3830 v = isl_vec_alloc(bmap1->ctx, 1 + total);
4410 data.v = isl_vec_alloc(ctx, off + n_div);
5152 v = isl_vec_alloc(ctx, n);
5438 v = isl_vec_alloc(ctx, 1 + total);
isl_ast_build.c 70 strides = isl_vec_alloc(ctx, dim);
1870 strides = isl_vec_alloc(ctx, space_dim);
  /src/external/mit/isl/dist/include/isl/
vec.h 26 __isl_give isl_vec *isl_vec_alloc(isl_ctx *ctx, unsigned size);

Completed in 39 milliseconds

1 2