Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/include/isl/
Dast_build.h56 __isl_give isl_union_map *isl_ast_build_get_schedule(
Dcpp-checked.h3709 auto res = isl_ast_build_get_schedule(get()); in schedule()
Disl-noexceptions.h4587 auto res = isl_ast_build_get_schedule(get()); in get_schedule()
Dcpp.h4129 auto res = isl_ast_build_get_schedule(get()); in schedule()
/external/llvm-project/polly/lib/External/ppcg/
Dcpu.c133 schedule = isl_ast_build_get_schedule(build); in ast_schedule_dim_is_parallel()
412 map = isl_map_from_union_map(isl_ast_build_get_schedule(build)); in at_each_domain()
Dgpu.c1862 schedule = isl_ast_build_get_schedule(build); in create_domain_leaf()
1941 access = isl_map_from_union_map(isl_ast_build_get_schedule(build)); in create_access_leaf()
/external/llvm-project/polly/lib/CodeGen/
DIslAst.cpp212 isl_union_map *Schedule = isl_ast_build_get_schedule(Build); in astScheduleDimIsParallel()
646 return Payload ? isl_ast_build_get_schedule(Payload->Build) : nullptr; in getSchedule()
DIslNodeBuilder.cpp861 auto Schedule = isl_ast_build_get_schedule(Build); in createNewAccesses()
/external/llvm-project/polly/lib/External/isl/
Disl_ast_build.c1265 __isl_give isl_union_map *isl_ast_build_get_schedule( in isl_ast_build_get_schedule() function
Disl_test.c9490 schedule = isl_ast_build_get_schedule(build); in before_for()
9748 schedule = isl_ast_build_get_schedule(build); in create_leaf()
/external/llvm-project/polly/lib/External/isl/doc/
Duser.pod12314 C<isl_ast_build_get_schedule> below.
12322 __isl_give isl_union_map *isl_ast_build_get_schedule(
12330 The C<isl_ast_build_get_schedule> function returns a (partial)
12347 C<isl_ast_build_get_schedule> having any particular value.
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py4140 res = isl.isl_ast_build_get_schedule(arg0.ptr)
4201 isl.isl_ast_build_get_schedule.restype = c_void_p
4202 isl.isl_ast_build_get_schedule.argtypes = [c_void_p]