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

References

tools/polly/lib/External/isl/isl_coalesce.c
 3894 	info = isl_calloc_array(map->ctx, struct isl_coalesce_info, n);
tools/polly/lib/External/isl/isl_convex_hull.c
  133 				0, c, set->ctx->one, &opt, &opt_denom, NULL);
  241 	lp = isl_basic_set_alloc(set->ctx, 0, dim * set->n, 0, n_eq, n_ineq);
  346 	ctx = set->ctx;
  421 	isl_assert(set->ctx, set->n > 0, goto error);
  422 	bounds = isl_mat_alloc(set->ctx, 1, 1 + dim);
  431 	isl_assert(set->ctx, is_bound, goto error);
  432 	isl_seq_normalize(set->ctx, bounds->row[0], 1 + dim);
  450 		isl_assert(set->ctx, i < face->n_eq, goto error);
  453 		isl_seq_normalize(set->ctx, bounds->row[0], bounds->n_col);
  511 	ctx = set->ctx;
  514 	m = isl_mat_alloc(set->ctx, 2, 1 + dim);
  570 	isl_assert(set->ctx, set->n > 0, goto error);
  638 	isl_assert(set->ctx, set->n > 0, goto error);
  639 	c = isl_mat_alloc(set->ctx, 2, 2);
  644 		isl_assert(set->ctx, set->p[0]->n_eq == 1, goto error);
  719 	hull = isl_basic_set_alloc(set->ctx, 0, 1, 0, 0, 2);
  978 	M = isl_mat_sub_alloc6(set->ctx, lin->eq, 0, lin->n_eq, 1, total);
 1505 	isl_assert(set->ctx, 1 + dim == bounds->n_col, goto error);
 1778 	if (bounded && set->ctx->opt->convex == ISL_CONVEX_HULL_WRAP)
 2043 	data = isl_calloc(set->ctx, struct sh_data,
 2048 	data->ctx = set->ctx;
 2050 	data->hull_table = isl_hash_table_alloc(set->ctx, n_ineq);
 2054 		data->p[i].table = isl_hash_table_alloc(set->ctx,
tools/polly/lib/External/isl/isl_fold.c
  361 	v = isl_vec_alloc(set->ctx, 2 + d);
tools/polly/lib/External/isl/isl_lp.c
  111 		v = isl_vec_alloc(map->ctx, 1 + total + max_div);
tools/polly/lib/External/isl/isl_map.c
  343 	return map ? map->ctx : NULL;
  348 	return set ? set->ctx : NULL;
 3378 	isl_assert(map->ctx, n >= 0, goto error);
 3676 	isl_assert(map1->ctx, map1->n == 1, goto error);
 3677 	isl_assert(map2->ctx, map1->n == 1, goto error);
 3678 	isl_assert(map1->ctx, map1->p[0]->n_div == 0, goto error);
 3679 	isl_assert(map2->ctx, map1->p[0]->n_div == 0, goto error);
 3762 		isl_assert(map1->ctx,
 4017 	isl_assert(set->ctx, type != isl_dim_in, goto error);
 4134 	isl_assert(set->ctx, dst_type != isl_dim_in, goto error);
 4160 	isl_assert(map->ctx, dst_type != src_type, goto error);
 4641 	isl_assert(map1->ctx, isl_space_is_equal(map1->dim, map2->dim), goto error);
 5480 		isl_assert(map->ctx, map->p[0]->n_div == map->p[i]->n_div,
 6000 	map->ctx = space->ctx;
 6001 	isl_ctx_ref(map->ctx);
 6132 	isl_assert(map->ctx, isl_space_is_equal(map->dim, bmap->dim), goto error);
 6133 	isl_assert(map->ctx, map->n < map->size, goto error);
 6157 	isl_ctx_deref(map->ctx);
 6353 	isl_assert(map->ctx, pos < isl_map_dim(map, type), goto error);
 6382 	isl_assert(map->ctx, pos < isl_map_dim(map, type), goto error);
 6510 	isl_assert(map->ctx, pos < isl_map_dim(map, type), goto error);
 6594 		isl_die(map->ctx, isl_error_invalid,
 7904 		isl_die(set->ctx, isl_error_invalid,
 7929 		isl_die(set->ctx, isl_error_invalid,
 8118 	isl_assert(map->ctx, isl_space_tuple_is_equal(map->dim, isl_dim_in,
 8195 		isl_die(map->ctx, isl_error_invalid,
 8362 	isl_assert(set->ctx, first + n <= isl_set_dim(set, type), goto error);
 8434 	signs = isl_alloc_array(set->ctx, int, nparam + nvar);
12155 		isl_die(map->ctx, isl_error_invalid, "map cannot be zipped",
12395 		isl_die(map->ctx, isl_error_invalid,
12398 		isl_die(map->ctx, isl_error_invalid,
13178 		isl_die(map->ctx, isl_error_invalid,
tools/polly/lib/External/isl/isl_map_lexopt_templ.c
  186 		isl_die(map->ctx, isl_error_invalid,
tools/polly/lib/External/isl/isl_map_simplify.c
 3125 	isl_assert(map->ctx, isl_space_is_equal(map->dim, context->dim), goto error);
tools/polly/lib/External/isl/isl_map_subtract.c
  327 	ctx = map->ctx;
  328 	snap = isl_alloc_array(map->ctx, struct isl_tab_undo *, map->n);
  329 	k = isl_alloc_array(map->ctx, int, map->n);
  330 	n = isl_alloc_array(map->ctx, int, map->n);
  331 	index = isl_calloc_array(map->ctx, int *, map->n);
  332 	div_map = isl_calloc_array(map->ctx, int *, map->n);
  533 	isl_assert(map1->ctx, isl_space_is_equal(map1->dim, map2->dim), goto error);
tools/polly/lib/External/isl/isl_morph.c
  713 	isl_assert(set->ctx, isl_space_is_equal(set->dim, morph->dom->dim), goto error);
tools/polly/lib/External/isl/isl_output.c
 1536 	isl_assert(set->ctx, 0, goto error);
 1558 	isl_assert(map->ctx, 0, goto error);
tools/polly/lib/External/isl/isl_polynomial.c
 4068 	active = isl_calloc_array(set->ctx, int, d);
 4445 					  set->ctx->one, &min, NULL, NULL);
 4453 					  set->ctx->one, &max, NULL, NULL);
tools/polly/lib/External/isl/isl_scan.c
  306 	return isl_set_count_upto(set, set->ctx->zero, count);
tools/polly/lib/External/isl/isl_test.c
 2873 	map2 = isl_map_read_from_str(map->ctx, str);
tools/polly/lib/External/isl/isl_transitive_closure.c
  769 	steps = isl_mat_alloc(map->ctx, map->n, d);
 1164 	isl_assert(map->ctx, left || right, goto error);
 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);
 1726 	group = setup_groups(map->ctx, map->p, map->n, &set, &n);
 1871 	g = isl_tarjan_graph_init(map->ctx, map->n, &basic_map_follows, &data);
 2003 	isl_assert(map->ctx,
 2198 	obj = isl_vec_alloc(map->ctx, 1 + nparam + d);
 2207 		res = isl_set_solve_lp(delta, 0, obj->el, map->ctx->one, &opt,
 2222 		res = isl_set_solve_lp(delta, 1, obj->el, map->ctx->one, &opt,
 2544 	if (map->ctx->opt->closure == ISL_CLOSURE_BOX)