Home
last modified time | relevance | path

Searched refs:isl_schedule_get_root (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/polly/lib/External/isl/
Disl_schedule.c212 __isl_give isl_schedule_node *isl_schedule_get_root( in isl_schedule_get_root() function
258 node = isl_schedule_get_root(sched); in isl_schedule_foreach_schedule_node_top_down()
279 node = isl_schedule_get_root(schedule); in isl_schedule_map_schedule_node_bottom_up()
377 node = isl_schedule_get_root(expansion); in isl_schedule_expand()
383 node = isl_schedule_get_root(schedule); in isl_schedule_expand()
409 node = isl_schedule_get_root(schedule); in isl_schedule_intersect_domain()
439 node = isl_schedule_get_root(schedule); in isl_schedule_gist_domain_params()
470 node = isl_schedule_get_root(sched); in isl_schedule_get_map()
492 node = isl_schedule_get_root(schedule); in isl_schedule_insert_partial_schedule()
529 node = isl_schedule_get_root(schedule); in isl_schedule_insert_context()
[all …]
Disl_schedule_node.c72 node = isl_schedule_get_root(schedule); in isl_schedule_node_from_domain()
95 node = isl_schedule_get_root(schedule); in isl_schedule_node_from_extension()
Disl_ast_codegen.c5878 node = isl_schedule_get_root(schedule); in isl_ast_build_node_from_schedule()
Disl_test.c4799 node = isl_schedule_get_root(schedule); in test_conditional_schedule_constraints()
/external/llvm-project/polly/lib/External/isl/include/isl/
Dschedule.h145 __isl_give isl_schedule_node *isl_schedule_get_root(
Dcpp-checked.h9042 auto res = isl_schedule_get_root(get()); in root()
Disl-noexceptions.h13777 auto res = isl_schedule_get_root(get()); in get_root()
Dcpp.h12381 auto res = isl_schedule_get_root(get()); in root()
/external/llvm-project/polly/lib/External/ppcg/
Dgrouping.c358 node = isl_schedule_get_root(schedule); in schedule_from_domain_and_list()
Dgpu.c2573 root = isl_schedule_get_root(schedule); in has_any_permutable_node()
5302 node = isl_schedule_get_root(schedule); in map_to_device()
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py11473 res = isl.isl_schedule_get_root(arg0.ptr)
11492 isl.isl_schedule_get_root.restype = c_void_p
11493 isl.isl_schedule_get_root.argtypes = [c_void_p]
/external/llvm-project/polly/lib/External/isl/doc/
Duser.pod9575 __isl_give isl_schedule_node *isl_schedule_get_root(