HomeSort by: relevance | last modified time | path
    Searched refs:isl_stream (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/mit/isl/dist/include/isl/
stream.h 52 struct isl_stream;
53 typedef struct isl_stream isl_stream; typedef in typeref:struct:isl_stream
55 __isl_give isl_stream *isl_stream_new_file(isl_ctx *ctx, FILE *file);
56 __isl_give isl_stream *isl_stream_new_str(isl_ctx *ctx, const char *str);
57 void isl_stream_free(__isl_take isl_stream *s);
59 isl_ctx *isl_stream_get_ctx(__isl_keep isl_stream *s);
61 void isl_stream_error(__isl_keep isl_stream *s, struct isl_token *tok,
64 struct isl_token *isl_stream_next_token(__isl_keep isl_stream *s);
65 struct isl_token *isl_stream_next_token_on_same_line(__isl_keep isl_stream *s)
    [all...]
hmap_templ.c 531 __isl_give ISL_HMAP *ISL_FN(isl_stream_read,ISL_HMAP_SUFFIX)(isl_stream *s)
573 isl_stream *s;
  /src/external/mit/isl/dist/
extract_key.c 16 static KEY KEY_EXTRACT(__isl_keep isl_stream *s, struct isl_token *tok)
52 static KEY KEY_GET(__isl_keep isl_stream *s)
isl_stream.c 31 enum isl_token_type isl_stream_register_keyword(__isl_keep isl_stream *s,
142 void isl_stream_error(__isl_keep isl_stream *s, struct isl_token *tok,
188 static __isl_give isl_stream* isl_stream_new(struct isl_ctx *ctx)
191 isl_stream *s = isl_calloc_type(ctx, struct isl_stream);
219 __isl_give isl_stream* isl_stream_new_file(struct isl_ctx *ctx, FILE *file)
221 isl_stream *s = isl_stream_new(ctx);
228 __isl_give isl_stream* isl_stream_new_str(struct isl_ctx *ctx, const char *str)
230 isl_stream *s;
243 static int stream_getc(__isl_keep isl_stream *s
    [all...]
isl_read_from_str_templ.c 15 /* Read an object of type TYPE from "str" (using an isl_stream).
21 isl_stream *s = isl_stream_new_str(ctx, str);
isl_stream_read_pw_with_params_templ.c 16 __isl_keep isl_stream *s, __isl_keep isl_set *dom, struct vars *v)
isl_input.c 152 static struct isl_token *next_token(__isl_keep isl_stream *s)
191 __isl_give isl_val *isl_stream_read_val(__isl_keep isl_stream *s)
253 static isl_stat accept_cst_factor(__isl_keep isl_stream *s, isl_int *f)
285 static __isl_give isl_pw_aff *affine_mod(__isl_keep isl_stream *s,
312 static __isl_give isl_pw_aff *accept_affine(__isl_keep isl_stream *s,
314 static __isl_give isl_pw_aff_list *accept_affine_list(__isl_keep isl_stream *s,
317 static __isl_give isl_pw_aff *accept_minmax(__isl_keep isl_stream *s,
350 static __isl_give isl_pw_aff *pw_aff_div_by_cst(__isl_keep isl_stream *s,
372 static struct isl_token *next_signed_value_fn(__isl_keep isl_stream *s,
373 struct isl_token *(*next)(__isl_keep isl_stream *s), char *msg
    [all...]
isl_list_read_templ.c 19 __isl_give LIST(EL) *FN(isl_stream_read,LIST(EL_BASE))(isl_stream *s)
isl_list_read_yaml_templ.c 17 isl_stream *s)
isl_schedule_read.c 68 __isl_keep isl_stream *s);
72 static __isl_give isl_schedule_tree *read_context(__isl_keep isl_stream *s)
123 static __isl_give isl_schedule_tree *read_domain(__isl_keep isl_stream *s)
174 static __isl_give isl_schedule_tree *read_expansion(isl_stream *s)
249 static __isl_give isl_schedule_tree *read_extension(isl_stream *s)
300 static __isl_give isl_schedule_tree *read_filter(__isl_keep isl_stream *s)
351 static __isl_give isl_schedule_tree *read_guard(isl_stream *s)
402 static __isl_give isl_schedule_tree *read_mark(isl_stream *s)
460 static __isl_give isl_val_list *read_coincident(__isl_keep isl_stream *s)
495 static __isl_give isl_schedule_tree *read_band(isl_stream *s
    [all...]
isl_stream_private.h 41 struct isl_stream { struct
read_in_string_templ.c 17 static __isl_give TYPE *FN(read,BASE)(__isl_keep isl_stream *s)
isl_multi_read_no_explicit_domain_templ.c 19 static __isl_give isl_space *FN(read_el,BASE)(__isl_keep isl_stream *s,
39 __isl_keep isl_stream *s)
cat.c 42 isl_stream *s;
isl_stream_read_with_params_templ.c 20 __isl_give TYPE *FN(isl_stream_read,TYPE_BASE)(__isl_keep isl_stream *s)
isl_ast_private.h 46 __isl_give isl_ast_expr *isl_stream_read_ast_expr(__isl_keep isl_stream *s);
114 __isl_give isl_ast_node *isl_stream_read_ast_node(__isl_keep isl_stream *s);
isl_aff_private.h 105 __isl_give isl_aff *isl_stream_read_aff(__isl_keep isl_stream *s);
134 __isl_give isl_pw_aff *isl_stream_read_pw_aff(__isl_keep isl_stream *s);
193 __isl_keep isl_stream *s);
196 __isl_keep isl_stream *s);
flow_cmp.c 66 isl_stream *s1, *s2;
codegen.c 117 __isl_take isl_union_map *schedule, __isl_keep isl_stream *s)
206 isl_stream *s;
isl_ast_graft_private.h 106 __isl_give isl_ast_graft_list *isl_stream_read_ast_graft_list(isl_stream *s);
isl_id.c 261 __isl_give isl_id *isl_stream_read_id(__isl_keep isl_stream *s)
isl_space_private.h 104 __isl_give isl_space *isl_stream_read_space(__isl_keep isl_stream *s);
isl_ast.c 2642 static __isl_give char *next_key(__isl_keep isl_stream *s)
2664 static isl_stat eat_key(__isl_keep isl_stream *s, const char *expected)
2697 static __isl_give isl_ast_expr *read_op(__isl_keep isl_stream *s)
2718 static __isl_give isl_ast_expr *read_id(__isl_keep isl_stream *s)
2726 static __isl_give isl_ast_expr *read_int(__isl_keep isl_stream *s)
2754 __isl_give isl_ast_expr *isl_stream_read_ast_expr(__isl_keep isl_stream *s)
3288 static isl_bool next_is_sequence(__isl_keep isl_stream *s)
3311 static __isl_give isl_ast_node *read_block(__isl_keep isl_stream *s)
3347 static __isl_give isl_ast_node *read_body(__isl_keep isl_stream *s,
3366 static __isl_give isl_ast_node *read_for(__isl_keep isl_stream *s
    [all...]
isl_schedule_constraints.c 593 isl_stream *s)
665 struct isl_stream *s;
  /src/external/mit/isl/lib/libisl/
Makefile 153 isl_stream.c \

Completed in 32 milliseconds

1 2