| /src/external/mit/isl/dist/include/isl/ |
| id.h | 23 __isl_give isl_id *isl_id_alloc(isl_ctx *ctx,
|
| cpp-checked.h | 9142 auto res = isl_id_alloc(ctx.get(), str.c_str(), p);
|
| cpp.h | 11070 auto res = isl_id_alloc(ctx.get(), str.c_str(), p);
|
| /src/external/mit/isl/dist/ |
| isl_id.c | 100 __isl_give isl_id *isl_id_alloc(isl_ctx *ctx, const char *name, void *user) function 280 id = isl_id_alloc(ctx, str, NULL);
|
| isl_test.c | 5515 id = isl_id_alloc(ctx, "N", NULL); 6886 id = isl_id_alloc(ctx, "A", NULL); 8173 id = isl_id_alloc(ctx, "A", NULL); 9139 a = isl_id_alloc(ctx, "a", NULL); 9140 b = isl_id_alloc(ctx, "b", NULL); 9141 c = isl_id_alloc(ctx, "c", NULL); 9142 d = isl_id_alloc(ctx, "d", NULL); 9472 expr1 = isl_ast_expr_from_id(isl_id_alloc(ctx, "A", NULL)); 9473 expr2 = isl_ast_expr_from_id(isl_id_alloc(ctx, "B", NULL)); 9494 expr1 = isl_ast_expr_from_id(isl_id_alloc(ctx, "A", NULL)) [all...] |
| isl_schedule_read.c | 425 mark = isl_id_alloc(ctx, str, NULL);
|
| isl_space.c | 815 id = isl_id_alloc(space->ctx, s, NULL); 859 id = isl_id_alloc(space->ctx, s, NULL); 948 id = isl_id_alloc(ctx, name, NULL); 964 id = isl_id_alloc(ctx, name, NULL);
|
| isl_ast_build.c | 110 return isl_id_alloc(ctx, name, NULL); 1655 id = isl_id_alloc(ctx, "", NULL);
|
| isl_scheduler_clustering.c | 263 return isl_id_alloc(ctx, name, NULL);
|
| isl_ast.c | 2176 return isl_id_alloc(ctx, "isl_ast_expr_op_type_names", NULL); 2202 note_id = isl_id_alloc(ctx, NULL, note); 3702 return isl_id_alloc(ctx, "isl_ast_expr_op_type_printed", NULL);
|
| isl_scheduler.c | 711 return isl_id_alloc(ctx, "compressed", node); 720 id = isl_id_alloc(ctx, id_name, node); 1143 id = isl_id_alloc(ctx, NULL, &dummy);
|
| isl_ast_build_expr.c | 2614 id = isl_id_alloc(ctx, "", NULL);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| graphite-sese-to-poly.cc | 58 return isl_id_alloc (s->isl_context, name, pbb); 111 return isl_id_alloc (s->isl_context, name, p); 122 return isl_id_alloc (s->isl_context, "", 0); 729 isl_id *label = isl_id_alloc (scop->isl_context, name, NULL); 1066 isl_id *label = isl_id_alloc (isl_schedule_get_ctx (schedule),
|
| graphite-isl-ast-to-gimple.cc | 1365 isl_id *id = isl_id_alloc (isl_ast_build_get_ctx (build), "", for_info);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| graphite-sese-to-poly.cc | 58 return isl_id_alloc (s->isl_context, name, pbb); 110 return isl_id_alloc (s->isl_context, name1, e); 121 return isl_id_alloc (s->isl_context, "", 0); 727 isl_id *label = isl_id_alloc (scop->isl_context, name, NULL); 1064 isl_id *label = isl_id_alloc (isl_schedule_get_ctx (schedule),
|
| graphite-isl-ast-to-gimple.cc | 1365 isl_id *id = isl_id_alloc (isl_ast_build_get_ctx (build), "", for_info);
|
| /src/external/mit/isl/dist/interface/ |
| 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])
|