Home
last modified time | relevance | path

Searched refs:isl_local_space_get_ctx (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/polly/lib/External/isl/
Disl_local_space.c25 isl_ctx *isl_local_space_get_ctx(__isl_keep isl_local_space *ls) in isl_local_space_get_ctx() function
186 isl_die(isl_local_space_get_ctx(ls), isl_error_invalid, in isl_local_space_check_has_space()
379 isl_die(isl_local_space_get_ctx(ls), isl_error_invalid, in isl_local_space_get_div()
386 isl_die(isl_local_space_get_ctx(ls), isl_error_invalid, in isl_local_space_get_div()
389 isl_die(isl_local_space_get_ctx(ls), isl_error_invalid, in isl_local_space_get_div()
587 isl_die(isl_local_space_get_ctx(ls), isl_error_invalid, in isl_local_space_add_div()
795 isl_die(isl_local_space_get_ctx(ls), isl_error_invalid, in isl_local_space_swap_div()
820 ctx = isl_local_space_get_ctx(ls1); in isl_local_space_intersect()
1076 isl_die(isl_local_space_get_ctx(ls), isl_error_invalid, in isl_local_space_substitute_equalities()
1144 isl_die(isl_local_space_get_ctx(ls), isl_error_invalid, in isl_local_space_substitute_seq()
[all …]
Disl_constraint.c32 return c ? isl_local_space_get_ctx(c->ls) : NULL; in isl_constraint_get_ctx()
82 ctx = isl_local_space_get_ctx(ls); in isl_constraint_alloc()
Disl_ast_build_expr.c187 isl_ctx *ctx = isl_local_space_get_ctx(ls); in var_div()
240 isl_ctx *ctx = isl_local_space_get_ctx(ls); in var()
Disl_val.c1566 ctx = isl_local_space_get_ctx(ls); in isl_val_zero_on_domain()
Disl_aff.c93 ctx = isl_local_space_get_ctx(ls); in isl_aff_alloc()
336 return aff ? isl_local_space_get_ctx(aff->ls) : NULL; in isl_aff_get_ctx()
/external/llvm-project/polly/lib/External/isl/include/isl/
Dlocal_space.h16 isl_ctx *isl_local_space_get_ctx(__isl_keep isl_local_space *ls);
Disl-noexceptions.h7794 return ctx(isl_local_space_get_ctx(ptr)); in get_ctx()
/external/llvm-project/polly/lib/External/isl/doc/
Duser.pod566 isl_ctx *isl_local_space_get_ctx(