Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dast_build.h122 __isl_give isl_ast_node *isl_ast_build_node_from_schedule_map(
H A Dcpp-checked.h5745 auto res = isl_ast_build_node_from_schedule_map(get(), schedule.release()); in node_from_schedule_map()
H A Dcpp.h6505 auto res = isl_ast_build_node_from_schedule_map(get(), schedule.release()); in node_from_schedule_map()
/netbsd-src/external/mit/isl/dist/
H A Dcodegen.c132 tree = isl_ast_build_node_from_schedule_map(build, schedule); in construct_ast_from_union_map()
H A Disl_test.c9724 tree = isl_ast_build_node_from_schedule_map(build, schedule); in test_ast_gen1()
9775 tree = isl_ast_build_node_from_schedule_map(build, schedule); in test_ast_gen2()
9821 tree = isl_ast_build_node_from_schedule_map(build, schedule); in test_ast_gen3()
9857 tree = isl_ast_build_node_from_schedule_map(build, schedule); in test_ast_gen4()
9874 tree = isl_ast_build_node_from_schedule_map(build, schedule); in test_ast_gen4()
9909 tree = isl_ast_build_node_from_schedule_map(build, schedule); in create_leaf()
9952 tree = isl_ast_build_node_from_schedule_map(build, schedule); in test_ast_gen5()
H A Disl_ast_codegen.c5149 __isl_give isl_ast_node *isl_ast_build_node_from_schedule_map( in isl_ast_build_node_from_schedule_map() function
5175 return isl_ast_build_node_from_schedule_map(build, schedule); in isl_ast_build_ast_from_schedule()
/netbsd-src/external/mit/isl/dist/doc/
H A Duser.pod237 renamed to C<isl_ast_build_node_from_schedule_map>.
11674 isl_ast_build_node_from_schedule_map(
12693 C<isl_ast_build_node_from_schedule_map>, the options
12707 to C<isl_ast_build_node_from_schedule_map>.
12883 C<isl_ast_build_node_from_schedule_map>,
13015 same C<isl_ast_build_node_from_schedule_map> function that is used to create
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py5587 res = isl.isl_ast_build_node_from_schedule_map(arg0.ptr, isl.isl_union_map_copy(arg1.ptr))
5633 isl.isl_ast_build_node_from_schedule_map.restype = c_void_p
5634 isl.isl_ast_build_node_from_schedule_map.argtypes = [c_void_p, c_void_p]