Home
last modified time | relevance | path

Searched refs:isl_space_set_alloc (Results 1 – 16 of 16) sorted by relevance

/llvm-project/polly/lib/Support/
H A DSCEVAffinator.cpp216 isl_space *Space = isl_space_set_alloc(Ctx.get(), 1, NumIterators); in visit()
264 isl_space *Space = isl_space_set_alloc(Ctx.get(), 0, NumIterators); in visitConstant()
413 isl_space *Space = isl_space_set_alloc(Ctx.get(), 0, NumIterators); in visitAddRecExpr()
/llvm-project/polly/lib/External/isl/
H A Dcodegen.c56 space = isl_space_set_alloc(ctx, 0, 1); in ISL_ARGS_START()
H A Disl_test.c246 space = isl_space_set_alloc(ctx, 0, 0); in test_parse_mpa()
253 space = isl_space_set_alloc(ctx, 1, 0); in test_parse_mpa()
316 space = isl_space_set_alloc(ctx, 0, 0); in test_parse_mupa()
323 space = isl_space_set_alloc(ctx, 1, 0); in test_parse_mupa()
329 space = isl_space_set_alloc(ctx, 1, 0); in test_parse_mupa()
625 space = isl_space_set_alloc(ctx, 1, 1); in test_construction_1()
657 space = isl_space_set_alloc(ctx, 0, 1); in test_construction_2()
1032 space = isl_space_set_alloc(ctx, 0, 3); in test_div()
1055 space = isl_space_set_alloc(ctx, 0, 3); in test_div()
1078 space = isl_space_set_alloc(ctx, 0, 3); in test_div()
[all …]
H A Disl_farkas.c251 space = isl_space_set_alloc(ctx, 0, total + shift); in farkas()
697 space = isl_space_set_alloc(ctx, 0, 1 + total); in construct_product()
H A Disl_space.c156 __isl_give isl_space *isl_space_set_alloc(isl_ctx *ctx, in isl_space_set_alloc() function
2839 wrap = isl_space_set_alloc(space->ctx, in isl_space_wrap()
H A Disl_input.c1504 space = isl_space_set_alloc(v->ctx, 0, v->n); in identity_tuple_el()
4197 space = isl_space_set_alloc(s->ctx, 0, 0); in read_multi_union_pw_aff_core()
H A Disl_scheduler.c2780 space = isl_space_set_alloc(ctx, 0, total); in setup_lp()
4218 space = isl_space_set_alloc(ctx, 0, total); in setup_carry_lp()
H A Disl_convex_hull.c1009 space = isl_space_set_alloc(bset1->ctx, 0, n); in valid_direction_lp()
H A Disl_union_map.c3465 space = isl_space_set_alloc(ctx, 0, 0); in isl_union_set_coefficients()
H A Disl_schedule_node.c3285 space = isl_space_set_alloc(ctx, 0, 0); in isl_schedule_node_group()
H A Disl_ast_codegen.c4214 mv = isl_multi_val_zero(isl_space_set_alloc(ctx, 0, n)); in generate_component()
H A Disl_map.c1353 space = isl_space_set_alloc(ctx, nparam, dim); in isl_basic_set_alloc()
7928 space = isl_space_set_alloc(bmap->ctx, in compute_divs()
/llvm-project/polly/lib/External/isl/include/isl/
H A Dspace.h27 __isl_give isl_space *isl_space_set_alloc(isl_ctx *ctx,
H A Disl-noexceptions.h19585 auto res = isl_space_set_alloc(ctx.release(), nparam, dim); in space()
/llvm-project/polly/lib/Analysis/
H A DScopBuilder.cpp838 isl_set_universe(isl_space_set_alloc(scop->getIslCtx().get(), 0, LD + 1)); in buildDomains()
/llvm-project/polly/lib/External/isl/doc/
H A Duser.pod1053 __isl_give isl_space *isl_space_set_alloc(isl_ctx *ctx,
1061 needs to be created using C<isl_space_set_alloc>, while
1065 C<isl_space_set_alloc> and C<isl_space_alloc> is discouraged as they allow
2287 space = isl_space_set_alloc(ctx, 0, 2);