Searched refs:isl_space_alloc (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/mit/isl/dist/include/isl/ |
H A D | space.h | 25 __isl_give isl_space *isl_space_alloc(isl_ctx *ctx,
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_space.c | 28 __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 D | isl_morph.c | 633 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 | 3511 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 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 | 1399 space = isl_space_alloc(ctx, nparam, in, out); in isl_basic_map_alloc()
|
/netbsd-src/external/mit/isl/dist/doc/ |
H A D | user.pod | 1049 __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
|