Home
last modified time | relevance | path

Searched refs:isl_ast_loop_atomic (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_schedule_band.c479 [isl_ast_loop_atomic] = "atomic",
644 for (type = isl_ast_loop_atomic; in is_loop_type_option()
679 for (type = isl_ast_loop_atomic; in is_isolate_loop_type_option()
718 for (type = isl_ast_loop_atomic; in extract_loop_type()
813 for (type = isl_ast_loop_atomic; in loop_types()
H A Dcodegen.c171 type = options->separate ? isl_ast_loop_separate : isl_ast_loop_atomic; in schedule_set_options()
H A Disl_ast_codegen.c2886 domain = isl_set_copy(domains->option[isl_ast_loop_atomic]); in compute_atomic_domain()
3075 for (type = isl_ast_loop_atomic; in compute_domains_init_options()
3078 for (type2 = isl_ast_loop_atomic; type2 < type; ++type2) in compute_domains_init_options()
3167 for (type = isl_ast_loop_atomic; type <= isl_ast_loop_separate; ++type) in compute_domains()
3389 if (outer_disjunction || type == isl_ast_loop_atomic) { in generate_shifted_component_tree_base()
H A Disl_ast_build.c1522 [isl_ast_loop_atomic] = "atomic",
1569 for (type = isl_ast_loop_atomic; in options_insert_dim()
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dast_type.h94 isl_ast_loop_atomic, enumerator
H A Dcpp-checked.h16442 auto res = isl_schedule_node_band_member_set_ast_loop_type(copy(), pos, isl_ast_loop_atomic); in member_set_ast_loop_atomic()
H A Dcpp.h22901 auto res = isl_schedule_node_band_member_set_ast_loop_type(copy(), pos, isl_ast_loop_atomic); in member_set_ast_loop_atomic()
/netbsd-src/external/mit/isl/dist/doc/
H A Duser.pod10546 C<isl_ast_loop_atomic>, C<isl_ast_loop_unroll> or C<isl_ast_loop_separate>.