Searched refs:isl_local_space_get_ctx (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/polly/lib/External/isl/ |
D | isl_local_space.c | 25 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 …]
|
D | isl_constraint.c | 32 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()
|
D | isl_ast_build_expr.c | 187 isl_ctx *ctx = isl_local_space_get_ctx(ls); in var_div() 240 isl_ctx *ctx = isl_local_space_get_ctx(ls); in var()
|
D | isl_val.c | 1566 ctx = isl_local_space_get_ctx(ls); in isl_val_zero_on_domain()
|
D | isl_aff.c | 93 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/ |
D | local_space.h | 16 isl_ctx *isl_local_space_get_ctx(__isl_keep isl_local_space *ls);
|
D | isl-noexceptions.h | 7794 return ctx(isl_local_space_get_ctx(ptr)); in get_ctx()
|
/external/llvm-project/polly/lib/External/isl/doc/ |
D | user.pod | 566 isl_ctx *isl_local_space_get_ctx(
|