/netbsd-src/external/mit/isl/dist/ |
H A D | isl_test.c | 247 space = isl_space_set_alloc(ctx, 0, 0); in test_parse_mpa() 254 space = isl_space_set_alloc(ctx, 1, 0); in test_parse_mpa() 317 space = isl_space_set_alloc(ctx, 0, 0); in test_parse_mupa() 324 space = isl_space_set_alloc(ctx, 1, 0); in test_parse_mupa() 330 space = isl_space_set_alloc(ctx, 1, 0); in test_parse_mupa() 626 space = isl_space_set_alloc(ctx, 1, 1); in test_construction_1() 658 space = isl_space_set_alloc(ctx, 0, 1); in test_construction_2() 1033 space = isl_space_set_alloc(ctx, 0, 3); in test_div() 1056 space = isl_space_set_alloc(ctx, 0, 3); in test_div() 1079 space = isl_space_set_alloc(ctx, 0, 3); in test_div() [all …]
|
H A D | codegen.c | 56 space = isl_space_set_alloc(ctx, 0, 1); in ISL_ARGS_START()
|
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 | 171 __isl_give isl_space *isl_space_set_alloc(isl_ctx *ctx, in isl_space_set_alloc() function 2916 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() 4201 space = isl_space_set_alloc(s->ctx, 0, 0); in read_multi_union_pw_aff_core()
|
H A D | isl_scheduler.c | 2791 space = isl_space_set_alloc(ctx, 0, total); in setup_lp() 4229 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_schedule_node.c | 3285 space = isl_space_set_alloc(ctx, 0, 0); in isl_schedule_node_group()
|
H A D | isl_union_map.c | 3513 space = isl_space_set_alloc(ctx, 0, 0); in isl_union_set_coefficients()
|
H A D | isl_ast_codegen.c | 4214 mv = isl_multi_val_zero(isl_space_set_alloc(ctx, 0, n)); in generate_component()
|
H A D | isl_map.c | 1352 space = isl_space_set_alloc(ctx, nparam, dim); in isl_basic_set_alloc() 7996 space = isl_space_set_alloc(bmap->ctx, in compute_divs()
|
/netbsd-src/external/mit/isl/dist/include/isl/ |
H A D | space.h | 27 __isl_give isl_space *isl_space_set_alloc(isl_ctx *ctx,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | graphite-sese-to-poly.cc | 633 isl_space *space = isl_space_set_alloc (scop->isl_context, 0, nb); in build_poly_dr() 898 isl_space *space = isl_space_set_alloc (scop->isl_context, nbp, 0); in build_scop_context()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | graphite-sese-to-poly.c | 637 isl_space *space = isl_space_set_alloc (scop->isl_context, 0, nb); in build_poly_dr() 902 isl_space *space = isl_space_set_alloc (scop->isl_context, nbp, 0); in build_scop_context()
|
/netbsd-src/external/mit/isl/dist/doc/ |
H A D | user.pod | 1053 __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);
|