Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/include/isl/
Dast_build.h122 __isl_give isl_ast_node *isl_ast_build_node_from_schedule_map(
Dcpp-checked.h3726 auto res = isl_ast_build_node_from_schedule_map(get(), schedule.release()); in node_from_schedule_map()
Disl-noexceptions.h4605 auto res = isl_ast_build_node_from_schedule_map(get(), schedule.release()); in node_from_schedule_map()
Dcpp.h4168 auto res = isl_ast_build_node_from_schedule_map(get(), schedule.release()); in node_from_schedule_map()
/external/llvm-project/polly/lib/External/isl/
Dcodegen.c132 tree = isl_ast_build_node_from_schedule_map(build, schedule); in construct_ast_from_union_map()
Disl_test.c9584 tree = isl_ast_build_node_from_schedule_map(build, schedule); in test_ast_gen1()
9618 tree = isl_ast_build_node_from_schedule_map(build, schedule); in test_ast_gen2()
9664 tree = isl_ast_build_node_from_schedule_map(build, schedule); in test_ast_gen3()
9700 tree = isl_ast_build_node_from_schedule_map(build, schedule); in test_ast_gen4()
9717 tree = isl_ast_build_node_from_schedule_map(build, schedule); in test_ast_gen4()
9752 tree = isl_ast_build_node_from_schedule_map(build, schedule); in create_leaf()
9795 tree = isl_ast_build_node_from_schedule_map(build, schedule); in test_ast_gen5()
Disl_ast_codegen.c5130 __isl_give isl_ast_node *isl_ast_build_node_from_schedule_map( in isl_ast_build_node_from_schedule_map() function
5156 return isl_ast_build_node_from_schedule_map(build, schedule); in isl_ast_build_ast_from_schedule()
/external/llvm-project/polly/lib/External/isl/doc/
Duser.pod237 renamed to C<isl_ast_build_node_from_schedule_map>.
10994 isl_ast_build_node_from_schedule_map(
11997 C<isl_ast_build_node_from_schedule_map>, the options
12011 to C<isl_ast_build_node_from_schedule_map>.
12187 C<isl_ast_build_node_from_schedule_map>,
12306 same C<isl_ast_build_node_from_schedule_map> function that is used to create
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py4174 res = isl.isl_ast_build_node_from_schedule_map(arg0.ptr, isl.isl_union_map_copy(arg1.ptr))
4205 isl.isl_ast_build_node_from_schedule_map.restype = c_void_p
4206 isl.isl_ast_build_node_from_schedule_map.argtypes = [c_void_p, c_void_p]