Home | History | Annotate | Download | only in dist

Lines Matching refs:isl_alloc_array

97 	vertices->v = isl_alloc_array(bset->ctx, struct isl_vertex, n_vertices);
481 selection = isl_alloc_array(copy->ctx, int, copy->n_ineq);
482 snap = isl_alloc_array(copy->ctx, struct isl_tab_undo *, copy->n_ineq);
601 vertices->c = isl_alloc_array(ctx, struct isl_chamber, n_chambers);
687 c->c.vertices = isl_alloc_array(tab->mat->ctx, int, n_vertices);
934 selection = isl_alloc_array(ctx, int, vertices->n_vertices);
1146 cell->ids = isl_alloc_array(dom->ctx, int, cell->n_vertices);
1470 simplex->ids = isl_alloc_array(ctx, int, simplex->n_vertices);
1550 ids = isl_alloc_array(ctx, int, n_other - 1);
1604 simplex_ids = isl_alloc_array(ctx, int, d + 1);