| /netbsd-src/external/mit/isl/dist/python/ |
| H A D | isl.py.top | 42 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 D | isl_id.c | 100 __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 D | isl_test.c | 5515 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 D | isl_schedule_read.c | 425 mark = isl_id_alloc(ctx, str, NULL); in read_mark()
|
| H A D | isl_space.c | 815 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 D | isl_ast_build.c | 110 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 D | isl_ast.c | 2176 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 D | isl_scheduler_clustering.c | 263 return isl_id_alloc(ctx, name, NULL); in cluster_id()
|
| H A D | isl_scheduler.c | 711 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 D | isl_ast_build_expr.c | 2614 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 D | id.h | 23 __isl_give isl_id *isl_id_alloc(isl_ctx *ctx,
|
| H A D | cpp-checked.h | 9142 auto res = isl_id_alloc(ctx.get(), str.c_str(), p); in id()
|
| H A D | cpp.h | 11070 auto res = isl_id_alloc(ctx.get(), str.c_str(), p); in id()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | graphite-sese-to-poly.cc | 58 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 D | graphite-isl-ast-to-gimple.cc | 1365 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 D | graphite-sese-to-poly.c | 67 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 D | graphite-isl-ast-to-gimple.c | 1377 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 D | isl.py | 43 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 D | user.pod | 1004 __isl_give isl_id *isl_id_alloc(isl_ctx *ctx,
|