Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/
H A Disl_schedule_read.c86 if (isl_stream_yaml_next(s) < 0) in read_context()
99 more = isl_stream_yaml_next(s); in read_context()
109 if (isl_stream_yaml_next(s) < 0) in read_context()
137 if (isl_stream_yaml_next(s) < 0) in read_domain()
150 more = isl_stream_yaml_next(s); in read_domain()
160 if (isl_stream_yaml_next(s) < 0) in read_domain()
190 if (isl_stream_yaml_next(s) < 0) in read_expansion()
225 } while ((more = isl_stream_yaml_next(s)) == isl_bool_true); in read_expansion()
263 if (isl_stream_yaml_next(s) < 0) in read_extension()
276 more = isl_stream_yaml_next(s); in read_extension()
[all …]
H A Dflow_cmp.c87 while ((more = isl_stream_yaml_next(s1)) == isl_bool_true) { in main()
92 more2 = isl_stream_yaml_next(s2); in main()
102 more = isl_stream_yaml_next(s1); in main()
103 more2 = isl_stream_yaml_next(s2); in main()
H A Disl_ast.c2680 if (isl_stream_yaml_next(s) < 0) in eat_key()
2705 if (isl_stream_yaml_next(s) < 0) in read_op()
2762 more = isl_stream_yaml_next(s); in isl_stream_read_ast_expr()
2773 if (isl_stream_yaml_next(s) < 0) in isl_stream_read_ast_expr()
3353 if (isl_stream_yaml_next(s) < 0) in read_body()
3380 if (isl_stream_yaml_next(s) < 0) in read_for()
3394 if (isl_stream_yaml_next(s) < 0) in read_for()
3397 if ((more = isl_stream_yaml_next(s)) < 0) in read_for()
3409 if (isl_stream_yaml_next(s) < 0) in read_for()
3414 if ((more = isl_stream_yaml_next(s)) < 0) in read_for()
[all …]
H A Disl_list_read_yaml_templ.c29 while ((more = isl_stream_yaml_next(s)) == isl_bool_true) { in LIST()
H A Disl_box.c587 while ((more = isl_stream_yaml_next(s)) == isl_bool_true) { in isl_stream_read_fixed_box()
591 if (isl_stream_yaml_next(s) < 0) in isl_stream_read_fixed_box()
H A Disl_schedule_constraints.c605 while ((more = isl_stream_yaml_next(s)) == isl_bool_true) { in isl_stream_read_schedule_constraints()
613 if (isl_stream_yaml_next(s) < 0) in isl_stream_read_schedule_constraints()
H A Disl_stream.c966 isl_bool isl_stream_yaml_next(__isl_keep isl_stream *s) in isl_stream_yaml_next() function
H A Disl_flow.c1911 while ((more = isl_stream_yaml_next(s)) == isl_bool_true) { in isl_stream_read_union_access_info()
1918 if (isl_stream_yaml_next(s) < 0) in isl_stream_read_union_access_info()
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dstream.h96 isl_bool isl_stream_yaml_next(__isl_keep isl_stream *s);