Home
last modified time | relevance | path

Searched refs:isl_id_alloc (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/mit/isl/dist/python/
H A Disl.py.top42 isl.isl_id_alloc.restype = c_void_p
43 isl.isl_id_alloc.argtypes = [Context, c_char_p, py_object]
/netbsd-src/external/mit/isl/dist/
H A Disl_id.c100 __isl_give isl_id *isl_id_alloc(isl_ctx *ctx, const char *name, void *user) in isl_id_alloc() function
280 id = isl_id_alloc(ctx, str, NULL); in isl_stream_read_id()
H A Disl_test.c5515 id = isl_id_alloc(ctx, "N", NULL); in test_upa()
6886 id = isl_id_alloc(ctx, "A", NULL); in test_aff_set_tuple_id()
8173 id = isl_id_alloc(ctx, "A", NULL); in test_union_set_contains()
9139 a = isl_id_alloc(ctx, "a", NULL); in test_list()
9140 b = isl_id_alloc(ctx, "b", NULL); in test_list()
9141 c = isl_id_alloc(ctx, "c", NULL); in test_list()
9142 d = isl_id_alloc(ctx, "d", NULL); in test_list()
9472 expr1 = isl_ast_expr_from_id(isl_id_alloc(ctx, "A", NULL)); in test_ast()
9473 expr2 = isl_ast_expr_from_id(isl_id_alloc(ctx, "B", NULL)); in test_ast()
9494 expr1 = isl_ast_expr_from_id(isl_id_alloc(ctx, "A", NULL)); in test_ast()
[all …]
H A Disl_schedule_read.c425 mark = isl_id_alloc(ctx, str, NULL); in read_mark()
H A Disl_space.c815 id = isl_id_alloc(space->ctx, s, NULL); in isl_space_set_tuple_name()
859 id = isl_id_alloc(space->ctx, s, NULL); in isl_space_set_dim_name()
948 id = isl_id_alloc(ctx, name, NULL); in isl_space_reset_user()
964 id = isl_id_alloc(ctx, name, NULL); in isl_space_reset_user()
H A Disl_ast_build.c110 return isl_id_alloc(ctx, name, NULL); in generate_name()
1655 id = isl_id_alloc(ctx, "", NULL); in isl_ast_build_insert_dim()
H A Disl_ast.c2176 return isl_id_alloc(ctx, "isl_ast_expr_op_type_names", NULL); in names_id()
2202 note_id = isl_id_alloc(ctx, NULL, note); in alloc_note()
3702 return isl_id_alloc(ctx, "isl_ast_expr_op_type_printed", NULL); in printed_id()
H A Disl_scheduler_clustering.c263 return isl_id_alloc(ctx, name, NULL); in cluster_id()
H A Disl_scheduler.c711 return isl_id_alloc(ctx, "compressed", node); in construct_compressed_id()
720 id = isl_id_alloc(ctx, id_name, node); in construct_compressed_id()
1143 id = isl_id_alloc(ctx, NULL, &dummy); in insert_dummy_tags()
H A Disl_ast_build_expr.c2614 id = isl_id_alloc(ctx, "", NULL); in isl_ast_build_from_multi_pw_aff_internal()
/netbsd-src/external/mit/isl/dist/include/isl/
H A Did.h23 __isl_give isl_id *isl_id_alloc(isl_ctx *ctx,
H A Dcpp-checked.h9142 auto res = isl_id_alloc(ctx.get(), str.c_str(), p); in id()
H A Dcpp.h11070 auto res = isl_id_alloc(ctx.get(), str.c_str(), p); in id()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgraphite-sese-to-poly.cc58 return isl_id_alloc (s->isl_context, name, pbb); in isl_id_for_pbb()
110 return isl_id_alloc (s->isl_context, name1, e); in isl_id_for_ssa_name()
121 return isl_id_alloc (s->isl_context, "", 0); in isl_id_for_dr()
727 isl_id *label = isl_id_alloc (scop->isl_context, name, NULL); in add_iter_domain_dimension()
1064 isl_id *label = isl_id_alloc (isl_schedule_get_ctx (schedule), in add_loop_schedule()
H A Dgraphite-isl-ast-to-gimple.cc1365 isl_id *id = isl_id_alloc (isl_ast_build_get_ctx (build), "", for_info); in ast_build_before_for()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgraphite-sese-to-poly.c67 return isl_id_alloc (s->isl_context, name, pbb); in isl_id_for_pbb()
119 return isl_id_alloc (s->isl_context, name1, e); in isl_id_for_ssa_name()
130 return isl_id_alloc (s->isl_context, "", 0); in isl_id_for_dr()
731 isl_id *label = isl_id_alloc (scop->isl_context, name, NULL); in add_iter_domain_dimension()
1068 isl_id *label = isl_id_alloc (isl_schedule_get_ctx (schedule), in add_loop_schedule()
H A Dgraphite-isl-ast-to-gimple.c1377 isl_id *id = isl_id_alloc (isl_ast_build_get_ctx (build), "", for_info); in ast_build_before_for()
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py43 isl.isl_id_alloc.restype = c_void_p
44 isl.isl_id_alloc.argtypes = [Context, c_char_p, py_object]
12940 self.ptr = isl.isl_id_alloc(self.ctx, name, args[1])
/netbsd-src/external/mit/isl/dist/doc/
H A Duser.pod1004 __isl_give isl_id *isl_id_alloc(isl_ctx *ctx,