reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/polly/lib/External/isl/include/isl/ctx.h
  116 void *isl_calloc_or_die(isl_ctx *ctx, size_t nmemb, size_t size);

References

tools/polly/lib/External/isl/basis_reduction_tab.c
  142 	lp = isl_calloc_type(tab->mat->ctx, struct tab_lp);
tools/polly/lib/External/isl/include/isl/hmap_templ.c
   39 	hmap = isl_calloc_type(ctx, ISL_HMAP);
tools/polly/lib/External/isl/isl_aff.c
   66 	aff = isl_calloc_type(v->ctx, struct isl_aff);
tools/polly/lib/External/isl/isl_ast.c
   36 	options = isl_calloc_type(ctx, isl_ast_print_options);
  378 	expr = isl_calloc_type(ctx, isl_ast_expr);
  388 	expr->u.op.args = isl_calloc_array(ctx, isl_ast_expr *, n_arg);
  407 	expr = isl_calloc_type(ctx, isl_ast_expr);
  429 	expr = isl_calloc_type(ctx, isl_ast_expr);
  458 	expr = isl_calloc_type(ctx, isl_ast_expr);
  804 	node = isl_calloc_type(ctx, isl_ast_node);
 1595 	return isl_calloc_type(ctx, struct isl_ast_op_names);
 2598 	return isl_calloc_type(ctx, struct isl_ast_op_printed);
tools/polly/lib/External/isl/isl_ast_build.c
  128 	build = isl_calloc_type(ctx, isl_ast_build);
  189 	dup = isl_calloc_type(ctx, isl_ast_build);
tools/polly/lib/External/isl/isl_ast_build_expr.c
 1658 	data->p = isl_calloc_array(ctx, struct isl_from_pw_aff_piece, n);
tools/polly/lib/External/isl/isl_ast_codegen.c
 4704 	data.domain = isl_calloc_array(ctx, struct isl_set_map_pair, n);
tools/polly/lib/External/isl/isl_ast_graft.c
   58 	graft = isl_calloc_type(ctx, isl_ast_graft);
tools/polly/lib/External/isl/isl_bernstein.c
  159 	c = isl_calloc_array(ctx, isl_qpolynomial *, n);
tools/polly/lib/External/isl/isl_coalesce.c
   69 	int *eq = isl_calloc_array(bmap_i->ctx, int, 2 * bmap_i->n_eq);
  100 	int *ineq = isl_calloc_array(bmap_i->ctx, int, bmap_i->n_ineq);
 1908 		relax = isl_calloc_array(ctx, int, 1 + n_cut);
 2942 	expanded = isl_calloc_array(ctx, struct isl_expanded, extra_var);
 3894 	info = isl_calloc_array(map->ctx, struct isl_coalesce_info, n);
tools/polly/lib/External/isl/isl_convex_hull.c
 1618 	constraints = isl_calloc_array(hull->ctx, struct max_constraint,
 2043 	data = isl_calloc(set->ctx, struct sh_data,
tools/polly/lib/External/isl/isl_ctx.c
  192 	ctx->stats = isl_calloc_type(ctx, struct isl_stats);
tools/polly/lib/External/isl/isl_flow.c
   56 	restr = isl_calloc_type(ctx, struct isl_restriction);
   97 	restr = isl_calloc_type(ctx, struct isl_restriction);
  125 	restr = isl_calloc_type(ctx, struct isl_restriction);
  226 	acc = isl_calloc(ctx, struct isl_access_info,
  440 	dep = isl_calloc_type(ctx, struct isl_flow);
  445 	dep->dep = isl_calloc_array(ctx, struct isl_labeled_map, n);
 1155 	must_rel = isl_calloc_array(ctx, struct isl_map *, acc->n_must);
 1156 	may_rel = isl_calloc_array(ctx, struct isl_map *, acc->n_must);
 1515 	return isl_calloc_type(ctx, isl_union_access_info);
 2492 	data->source_info = isl_calloc_array(ctx, struct isl_sched_info *,
 3121 	data.sink = isl_calloc_array(ctx, struct isl_scheduled_access, n);
tools/polly/lib/External/isl/isl_fold.c
   51 	fold = isl_calloc(dim->ctx, struct isl_qpolynomial_fold,
tools/polly/lib/External/isl/isl_hash.c
   56 	table->entries = isl_calloc_array(ctx, struct isl_hash_table_entry,
   88 	table->entries = isl_calloc_array(ctx, struct isl_hash_table_entry,
tools/polly/lib/External/isl/isl_id.c
   52 	id = isl_calloc_type(ctx, struct isl_id);
tools/polly/lib/External/isl/isl_input.c
   98 	var = isl_calloc_type(v->ctx, struct variable);
tools/polly/lib/External/isl/isl_local_space.c
   58 	ls = isl_calloc_type(ctx, struct isl_local_space);
 1306 	active = isl_calloc_array(ctx, int, total);
tools/polly/lib/External/isl/isl_map.c
 1196 	bmap = isl_calloc_type(dim->ctx, struct isl_basic_map);
 4298 	groups = isl_calloc_array(isl_basic_map_get_ctx(bmap), int, dim);
 5994 	map = isl_calloc(space->ctx, struct isl_map,
tools/polly/lib/External/isl/isl_map_simplify.c
  647 	ci->index = isl_calloc_array(ctx, isl_int **, ci->size);
  774 	elim_for = isl_calloc_array(ctx, int, bmap->n_div);
  776 	index = isl_calloc_array(ctx, int, size);
 2066 	return isl_calloc_array(ctx, int, dim);
 2349 	row = isl_calloc_array(ctx, int, bset->n_ineq);
 4718 	pairs = isl_calloc_array(bmap->ctx, int, bmap->n_div);
tools/polly/lib/External/isl/isl_map_subtract.c
  331 	index = isl_calloc_array(map->ctx, int *, map->n);
  332 	div_map = isl_calloc_array(map->ctx, int *, map->n);
tools/polly/lib/External/isl/isl_multi_templ.c
   76 		multi = isl_calloc(ctx, MULTI(BASE),
   79 		multi = isl_calloc(ctx, MULTI(BASE), sizeof(MULTI(BASE)));
tools/polly/lib/External/isl/isl_output.c
 1292 	split = isl_calloc_array(ctx, struct isl_aff_split, map->n);
tools/polly/lib/External/isl/isl_polynomial.c
  387 	rec = isl_calloc(ctx, struct isl_upoly_rec,
 1145 	qp = isl_calloc_type(dim->ctx, struct isl_qpolynomial);
 2549 	active = isl_calloc_array(qp->dim->ctx, int,
 2594 	active = isl_calloc_array(ctx, int, len);
 3738 	term = isl_calloc(dim->ctx, struct isl_term,
 4068 	active = isl_calloc_array(set->ctx, int, d);
 4183 	subs = isl_calloc_array(ctx, struct isl_upoly *, n_sub);
tools/polly/lib/External/isl/isl_printer.c
  218 	struct isl_printer *p = isl_calloc_type(ctx, struct isl_printer);
  241 	struct isl_printer *p = isl_calloc_type(ctx, struct isl_printer);
tools/polly/lib/External/isl/isl_schedule.c
   53 	schedule = isl_calloc_type(ctx, isl_schedule);
tools/polly/lib/External/isl/isl_schedule_band.c
   32 	band = isl_calloc_type(ctx, isl_schedule_band);
   64 	band->coincident = isl_calloc_array(ctx, int, band->n);
  407 		band->loop_type = isl_calloc_array(ctx,
  465 		band->isolate_loop_type = isl_calloc_array(ctx,
tools/polly/lib/External/isl/isl_schedule_constraints.c
   56 	sc_copy = isl_calloc_type(ctx, struct isl_schedule_constraints);
   81 	return isl_calloc_type(ctx, struct isl_schedule_constraints);
tools/polly/lib/External/isl/isl_schedule_node.c
   40 	node = isl_calloc_type(ctx, isl_schedule_node);
tools/polly/lib/External/isl/isl_schedule_tree.c
   55 	tree = isl_calloc_type(ctx, isl_schedule_tree);
tools/polly/lib/External/isl/isl_scheduler.c
  674 	graph->node = isl_calloc_array(ctx, struct isl_sched_node, graph->n);
  675 	graph->sorted = isl_calloc_array(ctx, int, graph->n);
  678 	graph->edge = isl_calloc_array(ctx,
 1020 	coincident = isl_calloc_array(ctx, int, graph->max_row);
 5761 	c->scc = isl_calloc_array(ctx, struct isl_sched_graph, c->n);
 5762 	c->cluster = isl_calloc_array(ctx, struct isl_sched_graph, c->n);
 5763 	c->scc_cluster = isl_calloc_array(ctx, int, c->n);
 5764 	c->scc_node = isl_calloc_array(ctx, int, c->n);
 5765 	c->scc_in_merge = isl_calloc_array(ctx, int, c->n);
tools/polly/lib/External/isl/isl_space.c
  171 		dim->ids = isl_calloc_array(dim->ctx,
  917 		ids = isl_calloc_array(space->ctx, isl_id *, n);
 1055 		ids = isl_calloc_array(ctx, isl_id *,
 1134 		ids = isl_calloc_array(space->ctx, isl_id *,
 1601 		ids = isl_calloc_array(space->ctx, isl_id *, n_id);
tools/polly/lib/External/isl/isl_stream.c
   55 	keyword = isl_calloc_type(s->ctx, struct isl_keyword);
  173 	isl_stream *s = isl_calloc_type(ctx, struct isl_stream);
tools/polly/lib/External/isl/isl_tab.c
   40 	tab = isl_calloc_type(ctx, struct isl_tab);
  233 	dup = isl_calloc_type(tab->mat->ctx, struct isl_tab);
  459 	prod = isl_calloc_type(tab1->mat->ctx, struct isl_tab);
tools/polly/lib/External/isl/isl_tab_pip.c
 2296 		tab->row_sign = isl_calloc_array(bmap->ctx,
 3584 	cgbr = isl_calloc_type(dom->ctx, struct isl_context_gbr);
 3674 	sol_map = isl_calloc_type(bmap->ctx, struct isl_sol_map);
 4443 	occurrences = isl_calloc_array(ctx, int, n);
 5211 	data->local = isl_calloc_array(ctx, struct isl_local_region,
 5540 	tl = isl_calloc_type(ctx, struct isl_tab_lexmin);
 5698 	sol_pma = isl_calloc_type(bmap->ctx, struct isl_sol_pma);
tools/polly/lib/External/isl/isl_tarjan.c
   33 	g = isl_calloc_type(ctx, struct isl_tarjan_graph);
tools/polly/lib/External/isl/isl_transitive_closure.c
 1320 	dom = isl_calloc_array(map->ctx, isl_set *, map->n);
 1321 	ran = isl_calloc_array(map->ctx, isl_set *, map->n);
 1322 	left = isl_calloc_array(map->ctx, int, map->n);
 1323 	right = isl_calloc_array(map->ctx, int, map->n);
 1589 	grid = isl_calloc_array(map->ctx, isl_map **, n);
 1593 		grid[i] = isl_calloc_array(map->ctx, isl_map *, n);
 1662 	*set = isl_calloc_array(ctx, isl_set *, 2 * n);
 2620 	grid = isl_calloc_array(ctx, isl_map **, n_group);
 2624 		grid[i] = isl_calloc_array(ctx, isl_map *, n_group);
 2700 	list = isl_calloc_array(ctx, isl_basic_map *, n);
 2757 	list = isl_calloc_array(ctx, isl_basic_map *, n);
tools/polly/lib/External/isl/isl_union_map.c
  110 	umap = isl_calloc_type(space->ctx, isl_union_map);
 2846 	v = isl_calloc_array(ctx, struct isl_fixed_map, n);
tools/polly/lib/External/isl/isl_union_multi.c
  148 	group = isl_calloc_type(ctx, S(UNION,group));
tools/polly/lib/External/isl/isl_union_templ.c
   76 	u = isl_calloc_type(dim->ctx, UNION);
tools/polly/lib/External/isl/isl_vertices.c
   92 	vertices = isl_calloc_type(bset->ctx, isl_vertices);
  133 	v = isl_calloc_type(tab->mat->ctx, struct isl_vertex_list);
  174 	vertices = isl_calloc_type(bset->ctx, isl_vertices);
  199 	vertices = isl_calloc_type(bset->ctx, isl_vertices);
  205 	vertices->v = isl_calloc_array(bset->ctx, struct isl_vertex, 1);
  214 	vertices->c = isl_calloc_array(bset->ctx, struct isl_chamber, 1);
  219 	vertices->c[0].vertices = isl_calloc_array(bset->ctx, int, 1);
  622 	c = isl_calloc_type(tab->mat->ctx, struct isl_chamber_list);
  697 	todo = isl_calloc_type(tab->mat->ctx, struct isl_facet_todo);
 1070 	cell = isl_calloc_type(dom->ctx, isl_cell);
 1385 	simplex = isl_calloc_type(ctx, struct isl_cell);
tools/polly/lib/External/ppcg/gpu.c
  352 	prog->array = isl_calloc_array(prog->ctx,
 1250 	kernel->var = isl_calloc_array(kernel->ctx, struct ppcg_kernel_var, n);
 1356 	kernel->array = isl_calloc_array(ctx,
 1858 	stmt = isl_calloc_type(ctx, struct ppcg_kernel_stmt);
 1937 	stmt = isl_calloc_type(kernel->ctx, struct ppcg_kernel_stmt);
 1985 	stmt = isl_calloc_type(kernel->ctx, struct ppcg_kernel_stmt);
 3851 	kernel = isl_calloc_type(gen->ctx, struct ppcg_kernel);
 5577 	stmts = isl_calloc_array(ctx, struct gpu_stmt, scop->pet->n_stmt);
 5797 	prog = isl_calloc_type(ctx, struct gpu_prog);
tools/polly/lib/External/ppcg/gpu_array_tile.c
   33 	tile = isl_calloc_type(ctx, struct gpu_array_tile);
tools/polly/lib/External/ppcg/gpu_group.c
  845 		group = isl_calloc_type(ctx, struct gpu_array_ref_group);
  913 	group = isl_calloc_type(ctx, struct gpu_array_ref_group);
 1452 	groups = isl_calloc_array(ctx, struct gpu_array_ref_group *,
tools/polly/lib/External/ppcg/grouping.c
  135 	leaves = isl_calloc_array(ctx, struct ppcg_grouping_leaf, n);
tools/polly/lib/External/ppcg/hybrid.c
  895 	tiling = isl_calloc_type(ctx, struct ppcg_ht_tiling);
 1391 	phase = isl_calloc_type(ctx, struct ppcg_ht_phase);
tools/polly/lib/External/ppcg/ppcg.c
  887 	ps = isl_calloc_type(ctx, struct ppcg_scop);