| /llvm-project-15.0.7/polly/lib/Support/ |
| H A D | SCEVAffinator.cpp | 215 isl_space *Space = isl_space_set_alloc(Ctx.get(), 1, NumIterators); in visit() 263 isl_space *Space = isl_space_set_alloc(Ctx.get(), 0, NumIterators); in visitConstant() 408 isl_space *Space = isl_space_set_alloc(Ctx.get(), 0, NumIterators); in visitAddRecExpr()
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | codegen.c | 56 space = isl_space_set_alloc(ctx, 0, 1); in ISL_ARGS_START()
|
| H A D | isl_test.c | 243 space = isl_space_set_alloc(ctx, 0, 0); in test_parse_mpa() 250 space = isl_space_set_alloc(ctx, 1, 0); in test_parse_mpa() 313 space = isl_space_set_alloc(ctx, 0, 0); in test_parse_mupa() 320 space = isl_space_set_alloc(ctx, 1, 0); in test_parse_mupa() 326 space = isl_space_set_alloc(ctx, 1, 0); in test_parse_mupa() 594 space = isl_space_set_alloc(ctx, 1, 1); in test_construction_1() 626 space = isl_space_set_alloc(ctx, 0, 1); in test_construction_2() 1001 space = isl_space_set_alloc(ctx, 0, 3); in test_div() 1024 space = isl_space_set_alloc(ctx, 0, 3); in test_div() 1047 space = isl_space_set_alloc(ctx, 0, 3); in test_div() [all …]
|
| H A D | isl_farkas.c | 251 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 D | isl_space.c | 156 __isl_give isl_space *isl_space_set_alloc(isl_ctx *ctx, in isl_space_set_alloc() function 2808 wrap = isl_space_set_alloc(space->ctx, in isl_space_wrap()
|
| H A D | isl_input.c | 1504 space = isl_space_set_alloc(v->ctx, 0, v->n); in identity_tuple_el() 4385 space = isl_space_set_alloc(s->ctx, 0, 0); in read_multi_union_pw_aff_core()
|
| H A D | isl_scheduler.c | 2995 space = isl_space_set_alloc(ctx, 0, total); in setup_lp() 4428 space = isl_space_set_alloc(ctx, 0, total); in setup_carry_lp()
|
| H A D | isl_convex_hull.c | 1009 space = isl_space_set_alloc(bset1->ctx, 0, n); in valid_direction_lp()
|
| H A D | isl_union_map.c | 3420 space = isl_space_set_alloc(ctx, 0, 0); in isl_union_set_coefficients()
|
| H A D | isl_schedule_node.c | 3222 space = isl_space_set_alloc(ctx, 0, 0); in isl_schedule_node_group()
|
| H A D | isl_ast_codegen.c | 4225 mv = isl_multi_val_zero(isl_space_set_alloc(ctx, 0, n)); in generate_component()
|
| H A D | isl_map.c | 1353 space = isl_space_set_alloc(ctx, nparam, dim); in isl_basic_set_alloc() 7960 space = isl_space_set_alloc(bmap->ctx, in compute_divs()
|
| /llvm-project-15.0.7/polly/lib/External/isl/include/isl/ |
| H A D | space.h | 27 __isl_give isl_space *isl_space_set_alloc(isl_ctx *ctx,
|
| H A D | isl-noexceptions.h | 19585 auto res = isl_space_set_alloc(ctx.release(), nparam, dim); in space()
|
| /llvm-project-15.0.7/polly/lib/External/ppcg/ |
| H A D | gpu_tree.c | 322 space = isl_space_set_alloc(kernel->ctx, 0, 0); in create_sync_domain()
|
| H A D | hybrid.c | 642 s = isl_space_set_alloc(ctx, 0, 2); in construct_ts_space() 658 s = isl_space_set_alloc(ctx, 0, 2); in construct_local_ts_space()
|
| H A D | gpu.c | 4665 space = isl_space_set_alloc(ctx, 0, 0); in create_copy_filters() 4748 space = depth < 0 ? NULL : isl_space_set_alloc(ctx, 0, depth); in create_copy_device() 5251 space = isl_space_set_alloc(ctx, 0, 0); in add_init_clear_device() 5258 space = isl_space_set_alloc(ctx, 0, 0); in add_init_clear_device()
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopBuilder.cpp | 837 isl_set_universe(isl_space_set_alloc(scop->getIslCtx().get(), 0, LD + 1)); in buildDomains()
|
| /llvm-project-15.0.7/polly/lib/External/isl/doc/ |
| H A D | user.pod | 1015 __isl_give isl_space *isl_space_set_alloc(isl_ctx *ctx, 1023 needs to be created using C<isl_space_set_alloc>, while 1027 C<isl_space_set_alloc> and C<isl_space_alloc> is discouraged as they allow 2249 space = isl_space_set_alloc(ctx, 0, 2);
|