|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/polly/lib/External/isl/include/isl/space.h 25 __isl_give isl_space *isl_space_set_alloc(isl_ctx *ctx,
References
tools/polly/lib/Analysis/ScopBuilder.cpp 832 isl_set_universe(isl_space_set_alloc(scop->getIslCtx().get(), 0, LD + 1));
tools/polly/lib/External/isl/include/isl/isl-noexceptions.h15548 auto res = isl_space_set_alloc(ctx.release(), nparam, dim);
tools/polly/lib/External/isl/isl_ast_codegen.c 4155 mv = isl_multi_val_zero(isl_space_set_alloc(ctx, 0, n));
tools/polly/lib/External/isl/isl_convex_hull.c 1025 dim = isl_space_set_alloc(bset1->ctx, 0, n);
tools/polly/lib/External/isl/isl_input.c 1118 space = isl_space_set_alloc(s->ctx, 0, v->n);
1234 space = isl_space_set_alloc(v->ctx, 0, v->n);
4116 space = isl_space_set_alloc(s->ctx, 0, 0);
tools/polly/lib/External/isl/isl_map.c 1167 space = isl_space_set_alloc(ctx, nparam, dim);
7473 dim = isl_space_set_alloc(bmap->ctx,
tools/polly/lib/External/isl/isl_schedule_node.c 3137 space = isl_space_set_alloc(ctx, 0, 0);
tools/polly/lib/External/isl/isl_scheduler.c 2774 space = isl_space_set_alloc(ctx, 0, total);
4197 dim = isl_space_set_alloc(ctx, 0, total);
tools/polly/lib/External/isl/isl_space.c 2187 wrap = isl_space_set_alloc(dim->ctx,
tools/polly/lib/External/isl/isl_test.c 180 space = isl_space_set_alloc(ctx, 0, 0);
187 space = isl_space_set_alloc(ctx, 1, 0);
270 space = isl_space_set_alloc(ctx, 0, 0);
277 space = isl_space_set_alloc(ctx, 1, 0);
283 space = isl_space_set_alloc(ctx, 1, 0);
536 dim = isl_space_set_alloc(ctx, 1, 1);
568 space = isl_space_set_alloc(ctx, 0, 1);
935 dim = isl_space_set_alloc(ctx, 0, 3);
958 dim = isl_space_set_alloc(ctx, 0, 3);
981 dim = isl_space_set_alloc(ctx, 0, 3);
1004 dim = isl_space_set_alloc(ctx, 0, 3);
1027 dim = isl_space_set_alloc(ctx, 0, 3);
1048 dim = isl_space_set_alloc(ctx, 0, 3);
1078 dim = isl_space_set_alloc(ctx, 0, 4);
1099 dim = isl_space_set_alloc(ctx, 0, 5);
1126 dim = isl_space_set_alloc(ctx, 0, 4);
1152 dim = isl_space_set_alloc(ctx, 0, 3);
2582 dim = isl_space_set_alloc(ctx, 0, 0);
6294 space = isl_space_set_alloc(ctx, 0, 1);
tools/polly/lib/External/isl/isl_union_map.c 3152 dim = isl_space_set_alloc(ctx, 0, 0);
tools/polly/lib/External/ppcg/gpu.c 4665 space = isl_space_set_alloc(ctx, 0, 0);
4748 space = depth < 0 ? NULL : isl_space_set_alloc(ctx, 0, depth);
5251 space = isl_space_set_alloc(ctx, 0, 0);
5258 space = isl_space_set_alloc(ctx, 0, 0);
tools/polly/lib/External/ppcg/gpu_tree.c 322 space = isl_space_set_alloc(kernel->ctx, 0, 0);
tools/polly/lib/External/ppcg/hybrid.c 642 s = isl_space_set_alloc(ctx, 0, 2);
658 s = isl_space_set_alloc(ctx, 0, 2);
tools/polly/lib/Support/SCEVAffinator.cpp 209 isl_space *Space = isl_space_set_alloc(Ctx.get(), 1, NumIterators);
257 isl_space *Space = isl_space_set_alloc(Ctx.get(), 0, NumIterators);
398 isl_space *Space = isl_space_set_alloc(Ctx.get(), 0, NumIterators);