Searched refs:isl_ctx_alloc_with_options (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/mit/isl/dist/ |
H A D | flow.c | 29 ctx = isl_ctx_alloc_with_options(&isl_options_args, options); in main()
|
H A D | schedule.c | 28 ctx = isl_ctx_alloc_with_options(&isl_options_args, options); in main()
|
H A D | polyhedron_remove_redundant_equalities.c | 30 ctx = isl_ctx_alloc_with_options(&isl_options_args, options); in main()
|
H A D | closure.c | 17 ctx = isl_ctx_alloc_with_options(&isl_options_args, options); in main()
|
H A D | schedule_cmp.c | 64 ctx = isl_ctx_alloc_with_options(&options_args, options); in main()
|
H A D | cat.c | 51 ctx = isl_ctx_alloc_with_options(&cat_options_args, options); in ISL_ARGS_START()
|
H A D | isl_ctx.c | 196 isl_ctx *isl_ctx_alloc_with_options(struct isl_args *args, void *user_opt) in isl_ctx_alloc_with_options() function 267 return isl_ctx_alloc_with_options(&isl_options_args, opt); in isl_ctx_alloc()
|
H A D | flow_cmp.c | 72 ctx = isl_ctx_alloc_with_options(&options_args, options); in main()
|
H A D | codegen.c | 215 ctx = isl_ctx_alloc_with_options(&options_args, options); in main()
|
H A D | bound.c | 253 ctx = isl_ctx_alloc_with_options(&bound_options_args, options); in main()
|
H A D | isl_test2.cc | 642 ctx = isl_ctx_alloc_with_options(&isl_options_args, options); in main()
|
H A D | pip.c | 355 ctx = isl_ctx_alloc_with_options(&options_args, options); in main()
|
H A D | isl_test.c | 10993 ctx = isl_ctx_alloc_with_options(&isl_options_args, options); in main()
|
/netbsd-src/external/mit/isl/dist/include/isl/ |
H A D | ctx.h | 161 isl_ctx *isl_ctx_alloc_with_options(struct isl_args *args,
|