Lines Matching defs:ls

27 isl_ctx *isl_local_space_get_ctx(__isl_keep isl_local_space *ls)  in isl_local_space_get_ctx()
34 uint32_t isl_local_space_get_hash(__isl_keep isl_local_space *ls) in isl_local_space_get_hash()
54 isl_local_space *ls = NULL; in isl_local_space_alloc_div() local
101 __isl_give isl_local_space *isl_local_space_copy(__isl_keep isl_local_space *ls) in isl_local_space_copy()
110 __isl_give isl_local_space *isl_local_space_dup(__isl_keep isl_local_space *ls) in isl_local_space_dup()
120 __isl_give isl_local_space *isl_local_space_cow(__isl_take isl_local_space *ls) in isl_local_space_cow()
132 __isl_take isl_local_space *ls) in isl_local_space_free()
150 isl_bool isl_local_space_is_params(__isl_keep isl_local_space *ls) in isl_local_space_is_params()
159 isl_bool isl_local_space_is_set(__isl_keep isl_local_space *ls) in isl_local_space_is_set()
172 static isl_stat isl_local_space_check_has_space(__isl_keep isl_local_space *ls, in isl_local_space_check_has_space()
230 isl_size isl_local_space_dim(__isl_keep isl_local_space *ls, in isl_local_space_dim()
253 isl_size isl_local_space_var_offset(__isl_keep isl_local_space *ls, in isl_local_space_var_offset()
274 unsigned isl_local_space_offset(__isl_keep isl_local_space *ls, in isl_local_space_offset()
294 int isl_local_space_find_dim_by_name(__isl_keep isl_local_space *ls, in isl_local_space_find_dim_by_name()
306 isl_bool isl_local_space_has_dim_name(__isl_keep isl_local_space *ls, in isl_local_space_has_dim_name()
312 const char *isl_local_space_get_dim_name(__isl_keep isl_local_space *ls, in isl_local_space_get_dim_name()
318 isl_bool isl_local_space_has_dim_id(__isl_keep isl_local_space *ls, in isl_local_space_has_dim_id()
324 __isl_give isl_id *isl_local_space_get_dim_id(__isl_keep isl_local_space *ls, in isl_local_space_get_dim_id()
334 static __isl_give isl_aff *extract_div(__isl_keep isl_local_space *ls, int pos) in extract_div()
352 __isl_keep isl_local_space *ls, int pos) in drop_unknown_divs_and_extract_div()
385 __isl_give isl_aff *isl_local_space_get_div(__isl_keep isl_local_space *ls, in isl_local_space_get_div()
418 __isl_keep isl_space *isl_local_space_peek_space(__isl_keep isl_local_space *ls) in isl_local_space_peek_space()
426 __isl_give isl_space *isl_local_space_get_space(__isl_keep isl_local_space *ls) in isl_local_space_get_space()
440 __isl_give isl_space *isl_local_space_take_space(__isl_keep isl_local_space *ls) in isl_local_space_take_space()
459 __isl_take isl_local_space *ls, __isl_take isl_space *space) in isl_local_space_restore_space()
484 __isl_keep isl_local *isl_local_space_peek_local(__isl_keep isl_local_space *ls) in isl_local_space_peek_local()
491 __isl_give isl_local *isl_local_space_get_local(__isl_keep isl_local_space *ls) in isl_local_space_get_local()
506 __isl_keep isl_local_space *ls) in isl_local_space_take_local()
526 __isl_take isl_local_space *ls, __isl_take isl_local *local) in isl_local_space_restore_local()
552 __isl_take isl_local_space *ls, in isl_local_space_set_tuple_id()
568 __isl_take isl_local_space *ls, in isl_local_space_set_dim_name()
582 __isl_take isl_local_space *ls, in isl_local_space_set_dim_id()
601 __isl_take isl_local_space *ls) in isl_local_space_set_from_params()
613 __isl_take isl_local_space *ls, __isl_take isl_space *space) in isl_local_space_reset_space()
634 __isl_take isl_local_space *ls, __isl_take isl_reordering *r) in isl_local_space_realign()
649 __isl_take isl_local_space *ls, __isl_take isl_vec *div) in isl_local_space_add_div()
676 __isl_take isl_local_space *ls, __isl_take isl_mat *div) in isl_local_space_replace_divs()
856 __isl_take isl_local_space *ls, int a, int b) in isl_local_space_swap_div()
944 isl_bool isl_local_space_div_is_marked_unknown(__isl_keep isl_local_space *ls, in isl_local_space_div_is_marked_unknown()
954 isl_bool isl_local_space_div_is_known(__isl_keep isl_local_space *ls, int div) in isl_local_space_div_is_known()
963 isl_bool isl_local_space_divs_known(__isl_keep isl_local_space *ls) in isl_local_space_divs_known()
971 __isl_take isl_local_space *ls) in isl_local_space_domain()
989 __isl_take isl_local_space *ls) in isl_local_space_range()
1011 __isl_take isl_local_space *ls) in isl_local_space_from_domain()
1023 __isl_take isl_local_space *ls, enum isl_dim_type type, unsigned n) in isl_local_space_add_dims()
1038 __isl_take isl_local_space *ls, __isl_take isl_basic_set *bset) in isl_local_space_lift_basic_set()
1072 __isl_give isl_set *isl_local_space_lift_set(__isl_take isl_local_space *ls, in isl_local_space_lift_set()
1104 __isl_take isl_local_space *ls, int div) in normalize_div()
1131 __isl_take isl_local_space *ls, __isl_take isl_basic_set *eq) in isl_local_space_substitute_equalities()
1196 __isl_take isl_local_space *ls, in isl_local_space_substitute_seq()
1249 __isl_take isl_local_space *ls, in isl_local_space_substitute()
1273 isl_bool isl_local_space_is_named_or_nested(__isl_keep isl_local_space *ls, in isl_local_space_is_named_or_nested()
1282 __isl_take isl_local_space *ls, in isl_local_space_drop_dims()
1314 __isl_take isl_local_space *ls, in isl_local_space_insert_dims()
1356 static isl_bool is_linear_div_constraint(__isl_keep isl_local_space *ls, in is_linear_div_constraint()
1400 isl_bool isl_local_space_is_div_constraint(__isl_keep isl_local_space *ls, in isl_local_space_is_div_constraint()
1444 isl_bool isl_local_space_is_div_equality(__isl_keep isl_local_space *ls, in isl_local_space_is_div_equality()
1461 int *isl_local_space_get_active(__isl_keep isl_local_space *ls, isl_int *l) in isl_local_space_get_active()
1497 __isl_take isl_local_space *ls) in isl_local_space_lift()
1515 __isl_take isl_local_space *ls) in isl_local_space_lifting()
1557 __isl_take isl_local_space *ls, __isl_take isl_multi_aff *ma) in isl_local_space_preimage_multi_aff()
1632 __isl_take isl_local_space *ls, in isl_local_space_move_dims()
1691 __isl_take isl_local_space *ls) in isl_local_space_wrapped_reverse()
1721 __isl_take isl_local_space *ls) in isl_local_space_flatten_domain()
1745 __isl_take isl_local_space *ls) in isl_local_space_flatten_range()
1768 __isl_give isl_local_space *isl_local_space_wrap(__isl_take isl_local_space *ls) in isl_local_space_wrap()
1785 __isl_give isl_point *isl_local_space_lift_point(__isl_take isl_local_space *ls, in isl_local_space_lift_point()
1821 isl_bool isl_local_space_involves_dims(__isl_keep isl_local_space *ls, in isl_local_space_involves_dims()