Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Dspace.h25 __isl_give isl_space *isl_space_alloc(isl_ctx *ctx,
H A Disl-noexceptions.h19579 auto res = isl_space_alloc(ctx.release(), nparam, n_in, n_out); in space()
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_space.c28 __isl_give isl_space *isl_space_alloc(isl_ctx *ctx, in isl_space_alloc() function
160 space = isl_space_alloc(ctx, nparam, 0, dim); in isl_space_set_alloc()
198 space = isl_space_alloc(ctx, nparam, 0, 0); in isl_space_params_alloc()
398 dup = isl_space_alloc(space->ctx, in isl_space_dup()
1517 space = isl_space_alloc(left->ctx, in isl_space_join()
H A Disl_morph.c629 space = isl_space_alloc(ctx, 0, n_col - 1, n_row - 1); in isl_multi_aff_from_aff_mat_anonymous()
H A Disl_test.c3443 space = isl_space_alloc(ctx, 0, 3, 3); in test_dep()
3473 space = isl_space_alloc(ctx, 0, 3, 3); in test_dep()
3502 space = isl_space_alloc(ctx, 0, 3, 3); in test_dep()
3532 space = isl_space_alloc(ctx, 0, 3, 3); in test_dep()
3562 space = isl_space_alloc(ctx, 0, 3, 3); in test_dep()
3590 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.c1400 space = isl_space_alloc(ctx, nparam, in, out); in isl_basic_map_alloc()
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Duser.pod1011 __isl_give isl_space *isl_space_alloc(isl_ctx *ctx,
1025 needs to be created using C<isl_space_alloc>.
1027 C<isl_space_set_alloc> and C<isl_space_alloc> is discouraged as they allow