Home
last modified time | relevance | path

Searched refs:isl_space_alloc (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dspace.h25 __isl_give isl_space *isl_space_alloc(isl_ctx *ctx,
/netbsd-src/external/mit/isl/dist/
H A Disl_space.c28 __isl_give isl_space *isl_space_alloc(isl_ctx *ctx, in isl_space_alloc() function
175 space = isl_space_alloc(ctx, nparam, 0, dim); in isl_space_set_alloc()
213 space = isl_space_alloc(ctx, nparam, 0, 0); in isl_space_params_alloc()
414 dup = isl_space_alloc(space->ctx, in isl_space_dup()
1532 space = isl_space_alloc(left->ctx, in isl_space_join()
H A Disl_morph.c633 space = isl_space_alloc(ctx, 0, n_col - 1, n_row - 1); in isl_multi_aff_from_aff_mat_anonymous()
H A Disl_test.c3511 space = isl_space_alloc(ctx, 0, 3, 3); in test_dep()
3541 space = isl_space_alloc(ctx, 0, 3, 3); in test_dep()
3570 space = isl_space_alloc(ctx, 0, 3, 3); in test_dep()
3600 space = isl_space_alloc(ctx, 0, 3, 3); in test_dep()
3630 space = isl_space_alloc(ctx, 0, 3, 3); in test_dep()
3658 space = isl_space_alloc(ctx, 0, 5, 5); in test_dep()
H A Disl_ast_build.c2374 space_sep = isl_space_alloc(ctx, 0, 1, 1); in isl_ast_build_get_separation_class()
H A Disl_input.c1387 space = isl_space_wrap(isl_space_alloc(s->ctx, 0, v->n, 0)); in read_tuple_var_def()
H A Disl_map.c1399 space = isl_space_alloc(ctx, nparam, in, out); in isl_basic_map_alloc()
/netbsd-src/external/mit/isl/dist/doc/
H A Duser.pod1049 __isl_give isl_space *isl_space_alloc(isl_ctx *ctx,
1063 needs to be created using C<isl_space_alloc>.
1065 C<isl_space_set_alloc> and C<isl_space_alloc> is discouraged as they allow