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 D | space.h | 25 __isl_give isl_space *isl_space_alloc(isl_ctx *ctx,
|
| H A D | isl-noexceptions.h | 19579 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 D | isl_space.c | 28 __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 D | isl_morph.c | 629 space = isl_space_alloc(ctx, 0, n_col - 1, n_row - 1); in isl_multi_aff_from_aff_mat_anonymous()
|
| H A D | isl_test.c | 3443 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 D | isl_ast_build.c | 2374 space_sep = isl_space_alloc(ctx, 0, 1, 1); in isl_ast_build_get_separation_class()
|
| H A D | isl_input.c | 1387 space = isl_space_wrap(isl_space_alloc(s->ctx, 0, v->n, 0)); in read_tuple_var_def()
|
| H A D | isl_map.c | 1400 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 D | user.pod | 1011 __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
|