HomeSort by: relevance | last modified time | path
    Searched refs:isl_space_set_alloc (Results 1 - 14 of 14) sorted by relevancy

  /src/external/mit/isl/dist/
codegen.c 56 space = isl_space_set_alloc(ctx, 0, 1);
isl_test.c 247 space = isl_space_set_alloc(ctx, 0, 0);
254 space = isl_space_set_alloc(ctx, 1, 0);
317 space = isl_space_set_alloc(ctx, 0, 0);
324 space = isl_space_set_alloc(ctx, 1, 0);
330 space = isl_space_set_alloc(ctx, 1, 0);
626 space = isl_space_set_alloc(ctx, 1, 1);
658 space = isl_space_set_alloc(ctx, 0, 1);
1033 space = isl_space_set_alloc(ctx, 0, 3);
1056 space = isl_space_set_alloc(ctx, 0, 3);
1079 space = isl_space_set_alloc(ctx, 0, 3)
    [all...]
isl_farkas.c 251 space = isl_space_set_alloc(ctx, 0, total + shift);
697 space = isl_space_set_alloc(ctx, 0, 1 + total);
isl_input.c 1504 space = isl_space_set_alloc(v->ctx, 0, v->n);
4201 space = isl_space_set_alloc(s->ctx, 0, 0);
isl_space.c 171 __isl_give isl_space *isl_space_set_alloc(isl_ctx *ctx, function
2916 wrap = isl_space_set_alloc(space->ctx,
isl_scheduler.c 2791 space = isl_space_set_alloc(ctx, 0, total);
4229 space = isl_space_set_alloc(ctx, 0, total);
isl_convex_hull.c 1009 space = isl_space_set_alloc(bset1->ctx, 0, n);
isl_schedule_node.c 3285 space = isl_space_set_alloc(ctx, 0, 0);
isl_union_map.c 3513 space = isl_space_set_alloc(ctx, 0, 0);
isl_ast_codegen.c 4214 mv = isl_multi_val_zero(isl_space_set_alloc(ctx, 0, n));
isl_map.c 1352 space = isl_space_set_alloc(ctx, nparam, dim);
7996 space = isl_space_set_alloc(bmap->ctx,
  /src/external/mit/isl/dist/include/isl/
space.h 27 __isl_give isl_space *isl_space_set_alloc(isl_ctx *ctx,
  /src/external/gpl3/gcc/dist/gcc/
graphite-sese-to-poly.cc 635 isl_space *space = isl_space_set_alloc (scop->isl_context, 0, nb);
900 isl_space *space = isl_space_set_alloc (scop->isl_context, nbp, 0);
  /src/external/gpl3/gcc.old/dist/gcc/
graphite-sese-to-poly.cc 633 isl_space *space = isl_space_set_alloc (scop->isl_context, 0, nb);
898 isl_space *space = isl_space_set_alloc (scop->isl_context, nbp, 0);

Completed in 46 milliseconds