Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/ppcg/
Dprint.c54 id = isl_id_alloc(ctx, note_name, NULL); in printed_before()
77 id = isl_id_alloc(ctx, note_name, NULL); in mark_printed()
159 id = isl_id_alloc(ctx, ppcg_macros, NULL); in ppcg_set_macros()
160 macros_id = isl_id_alloc(ctx, NULL, macros); in ppcg_set_macros()
182 id = isl_id_alloc(isl_printer_get_ctx(p), ppcg_macros, NULL); in get_macros()
Dgpu_hybrid.c92 id = isl_id_alloc(ctx, "thread", NULL); in update_phase()
97 id = isl_id_alloc(ctx, "shared", NULL); in update_phase()
Dgpu_tree.c90 id = isl_id_alloc(ctx, "shared", NULL); in insert_shared()
324 id = isl_id_alloc(kernel->ctx, name, kernel); in create_sync_domain()
Dcpu.c222 id = isl_id_alloc(isl_ast_build_get_ctx(build), "", node_info); in ast_build_before_for()
419 id = isl_id_alloc(isl_ast_node_get_ctx(node), NULL, stmt); in at_each_domain()
Dppcg.c176 id = isl_id_alloc(ctx, name, NULL); in generate_name()
182 id = isl_id_alloc(ctx, name, NULL); in generate_name()
Dgpu.c1885 id = isl_id_alloc(ctx, "user", stmt); in create_domain_leaf()
1970 id = isl_id_alloc(kernel->ctx, "copy", stmt); in create_access_leaf()
1990 id = isl_id_alloc(kernel->ctx, "sync", stmt); in create_sync_leaf()
3240 id = isl_id_alloc(ctx, read ? "read" : "write", group); in create_from_access()
3769 id = isl_id_alloc(isl_schedule_node_get_ctx(node), buffer, NULL); in group_statements()
3888 id = isl_id_alloc(gen->ctx, "kernel", kernel); in gpu_create_kernel()
4133 id = isl_id_alloc(gen->ctx, "thread", NULL); in mark_outer_permutable()
4663 id = name ? isl_id_alloc(ctx, name, array) : NULL; in create_copy_filters()
Dgrouping.c397 id = isl_id_alloc(ctx, buffer, NULL); in construct_group_id()
Dhybrid.c1683 id = isl_id_alloc(ctx, ppcg_phase_name, phase); in insert_phase()
/external/llvm-project/polly/lib/External/isl/include/isl/
Did.h22 __isl_give isl_id *isl_id_alloc(isl_ctx *ctx,
Disl-noexceptions.h7440 auto res = isl_id_alloc(ctx.release(), name.c_str(), user); in alloc()
/external/llvm-project/polly/lib/External/isl/
Disl_id.c99 __isl_give isl_id *isl_id_alloc(isl_ctx *ctx, const char *name, void *user) in isl_id_alloc() function
269 id = isl_id_alloc(ctx, str, NULL); in isl_stream_read_id()
Disl_test.c5357 id = isl_id_alloc(ctx, "N", NULL); in test_upa()
6708 id = isl_id_alloc(ctx, "A", NULL); in test_aff_set_tuple_id()
8024 id = isl_id_alloc(ctx, "A", NULL); in test_union_set_contains()
8916 a = isl_id_alloc(ctx, "a", NULL); in test_list()
8917 b = isl_id_alloc(ctx, "b", NULL); in test_list()
8918 c = isl_id_alloc(ctx, "c", NULL); in test_list()
8919 d = isl_id_alloc(ctx, "d", NULL); in test_list()
9376 expr1 = isl_ast_expr_from_id(isl_id_alloc(ctx, "A", NULL)); in test_ast()
9377 expr2 = isl_ast_expr_from_id(isl_id_alloc(ctx, "B", NULL)); in test_ast()
9398 expr1 = isl_ast_expr_from_id(isl_id_alloc(ctx, "A", NULL)); in test_ast()
[all …]
Disl_schedule_read.c419 mark = isl_id_alloc(ctx, str, NULL); in read_mark()
Disl_space.c722 id = isl_id_alloc(space->ctx, s, NULL); in isl_space_set_tuple_name()
766 id = isl_id_alloc(space->ctx, s, NULL); in isl_space_set_dim_name()
855 id = isl_id_alloc(ctx, name, NULL); in isl_space_reset_user()
871 id = isl_id_alloc(ctx, name, NULL); in isl_space_reset_user()
Disl_ast.c1704 return isl_id_alloc(ctx, "isl_ast_expr_op_type_names", NULL); in names_id()
1730 note_id = isl_id_alloc(ctx, NULL, note); in alloc_note()
2734 return isl_id_alloc(ctx, "isl_ast_expr_op_type_printed", NULL); in printed_id()
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()
Disl_scheduler.c932 return isl_id_alloc(ctx, "compressed", node); in construct_compressed_id()
941 id = isl_id_alloc(ctx, id_name, node); in construct_compressed_id()
1362 id = isl_id_alloc(ctx, NULL, &dummy); in insert_dummy_tags()
6209 return isl_id_alloc(ctx, name, NULL); in cluster_id()
Disl_ast_build_expr.c2453 id = isl_id_alloc(ctx, "", NULL); in isl_ast_build_from_multi_pw_aff_internal()
/external/llvm-project/polly/lib/CodeGen/
DIslAst.cpp264 isl_id *Id = isl_id_alloc(isl_ast_build_get_ctx(Build), "", Payload); in astBuildBeforeFor()
339 isl_id *Id = isl_id_alloc(isl_ast_build_get_ctx(Build), "", Payload); in AtEachDomain()
DPPCGCodeGeneration.cpp2259 Id = isl_id_alloc(S.getIslCtx().get(), Var.name, nullptr); in createKernelVariables()
/external/llvm-project/polly/lib/Transform/
DSimplify.cpp399 isl::id Id = isl::manage(isl_id_alloc(Ctx, Name.c_str(), V)); in removeRedundantWrites()
DZoneAlgo.cpp774 auto ScevId = isl::manage(isl_id_alloc( in makeValInst()
/external/llvm-project/polly/lib/External/isl/doc/
Duser.pod969 __isl_give isl_id *isl_id_alloc(isl_ctx *ctx,