Searched refs:isl_space_set_alloc (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/isl/
H A Dcodegen.c47 space = isl_space_set_alloc(ctx, 0, 1);
H A Disl_test.c280 dim = isl_space_set_alloc(ctx, 1, 1);
565 dim = isl_space_set_alloc(ctx, 0, 3);
594 dim = isl_space_set_alloc(ctx, 0, 3);
623 dim = isl_space_set_alloc(ctx, 0, 3);
652 dim = isl_space_set_alloc(ctx, 0, 3);
681 dim = isl_space_set_alloc(ctx, 0, 3);
706 dim = isl_space_set_alloc(ctx, 0, 3);
740 dim = isl_space_set_alloc(ctx, 0, 4);
765 dim = isl_space_set_alloc(ctx, 0, 5);
799 dim = isl_space_set_alloc(ct
[all...]
H A Disl_dim.c20 return isl_space_set_alloc(ctx, nparam, dim);
H A Disl_space.c87 __isl_give isl_space *isl_space_set_alloc(isl_ctx *ctx, function
1606 wrap = isl_space_set_alloc(dim->ctx,
H A Disl_schedule.c1345 dim = isl_space_set_alloc(ctx, 0, total);
2410 dim = isl_space_set_alloc(ctx, 0, total);
H A Disl_ast_codegen.c3255 mv = isl_multi_val_zero(isl_space_set_alloc(ctx, 0, n));
H A Disl_convex_hull.c1090 dim = isl_space_set_alloc(bset1->ctx, 0, n);
H A Disl_union_map.c2479 dim = isl_space_set_alloc(ctx, 0, 0);
H A Disl_input.c1019 space = isl_space_set_alloc(s->ctx, 0, v->n);
H A Disl_map.c860 space = isl_space_set_alloc(ctx, nparam, dim);
6870 dim = isl_space_set_alloc(bmap->ctx,
/haiku-buildtools/isl/include/isl/
H A Dspace.h37 __isl_give isl_space *isl_space_set_alloc(isl_ctx *ctx,
/haiku-buildtools/cloog/source/isl/
H A Ddomain.c543 dim = isl_space_set_alloc(ctx, nparam, nvariables);
685 dims = isl_space_set_alloc(state->backend->ctx, 0, dim);
/haiku-buildtools/gcc/gcc/
H A Dgraphite-isl-ast-to-gimple.c988 isl_space *range_space = isl_space_set_alloc (ctx, 0, 1);
H A Dgraphite-sese-to-poly.c1003 isl_space *space = isl_space_set_alloc (scop->ctx, nbp, 0);
1613 isl_space *space = isl_space_set_alloc (scop->ctx, 0, nb);

Completed in 136 milliseconds