Polly 19.0.0git
Typedefs | Functions
local_space.h File Reference
#include <isl/aff_type.h>
#include <isl/space_type.h>
#include <isl/printer.h>
#include <isl/map_type.h>

Go to the source code of this file.

Typedefs

typedef struct isl_local_space isl_local_space
 

Functions

isl_ctxisl_local_space_get_ctx (__isl_keep isl_local_space *ls)
 
__isl_give isl_local_spaceisl_local_space_from_space (__isl_take isl_space *space)
 
__isl_give isl_local_spaceisl_local_space_copy (__isl_keep isl_local_space *ls)
 
__isl_null isl_local_spaceisl_local_space_free (__isl_take isl_local_space *ls)
 
isl_bool isl_local_space_is_params (__isl_keep isl_local_space *ls)
 
isl_bool isl_local_space_is_set (__isl_keep isl_local_space *ls)
 
__isl_give isl_local_spaceisl_local_space_set_tuple_id (__isl_take isl_local_space *ls, enum isl_dim_type type, __isl_take isl_id *id)
 
isl_size isl_local_space_dim (__isl_keep isl_local_space *ls, enum isl_dim_type type)
 
isl_bool isl_local_space_has_dim_name (__isl_keep isl_local_space *ls, enum isl_dim_type type, unsigned pos)
 
const char * isl_local_space_get_dim_name (__isl_keep isl_local_space *ls, enum isl_dim_type type, unsigned pos)
 
__isl_give isl_local_spaceisl_local_space_set_dim_name (__isl_take isl_local_space *ls, enum isl_dim_type type, unsigned pos, const char *s)
 
isl_bool isl_local_space_has_dim_id (__isl_keep isl_local_space *ls, enum isl_dim_type type, unsigned pos)
 
__isl_give isl_idisl_local_space_get_dim_id (__isl_keep isl_local_space *ls, enum isl_dim_type type, unsigned pos)
 
__isl_give isl_local_spaceisl_local_space_set_dim_id (__isl_take isl_local_space *ls, enum isl_dim_type type, unsigned pos, __isl_take isl_id *id)
 
__isl_give isl_spaceisl_local_space_get_space (__isl_keep isl_local_space *ls)
 
__isl_give isl_affisl_local_space_get_div (__isl_keep isl_local_space *ls, int pos)
 
int isl_local_space_find_dim_by_name (__isl_keep isl_local_space *ls, enum isl_dim_type type, const char *name)
 
__isl_give isl_local_spaceisl_local_space_domain (__isl_take isl_local_space *ls)
 
__isl_give isl_local_spaceisl_local_space_range (__isl_take isl_local_space *ls)
 
__isl_give isl_local_spaceisl_local_space_from_domain (__isl_take isl_local_space *ls)
 
__isl_give isl_local_spaceisl_local_space_add_dims (__isl_take isl_local_space *ls, enum isl_dim_type type, unsigned n)
 
__isl_give isl_local_spaceisl_local_space_drop_dims (__isl_take isl_local_space *ls, enum isl_dim_type type, unsigned first, unsigned n)
 
__isl_give isl_local_spaceisl_local_space_insert_dims (__isl_take isl_local_space *ls, enum isl_dim_type type, unsigned first, unsigned n)
 
__isl_give isl_local_spaceisl_local_space_set_from_params (__isl_take isl_local_space *ls)
 
__isl_give isl_local_spaceisl_local_space_intersect (__isl_take isl_local_space *ls1, __isl_take isl_local_space *ls2)
 
__isl_give isl_local_spaceisl_local_space_wrap (__isl_take isl_local_space *ls)
 
isl_bool isl_local_space_is_equal (__isl_keep isl_local_space *ls1, __isl_keep isl_local_space *ls2)
 
__isl_give isl_basic_mapisl_local_space_lifting (__isl_take isl_local_space *ls)
 
__isl_give isl_local_spaceisl_local_space_flatten_domain (__isl_take isl_local_space *ls)
 
__isl_give isl_local_spaceisl_local_space_flatten_range (__isl_take isl_local_space *ls)
 
__isl_give isl_printerisl_printer_print_local_space (__isl_take isl_printer *p, __isl_keep isl_local_space *ls)
 
void isl_local_space_dump (__isl_keep isl_local_space *ls)
 

Typedef Documentation

◆ isl_local_space

Definition at line 14 of file local_space.h.

Function Documentation

◆ isl_local_space_add_dims()

__isl_give isl_local_space * isl_local_space_add_dims ( __isl_take isl_local_space ls,
enum isl_dim_type  type,
unsigned  n 
)

◆ isl_local_space_copy()

__isl_give isl_local_space * isl_local_space_copy ( __isl_keep isl_local_space ls)

◆ isl_local_space_dim()

isl_size isl_local_space_dim ( __isl_keep isl_local_space ls,
enum isl_dim_type  type 
)

◆ isl_local_space_domain()

__isl_give isl_local_space * isl_local_space_domain ( __isl_take isl_local_space ls)

◆ isl_local_space_drop_dims()

__isl_give isl_local_space * isl_local_space_drop_dims ( __isl_take isl_local_space ls,
enum isl_dim_type  type,
unsigned  first,
unsigned  n 
)

◆ isl_local_space_dump()

void isl_local_space_dump ( __isl_keep isl_local_space ls)

◆ isl_local_space_find_dim_by_name()

int isl_local_space_find_dim_by_name ( __isl_keep isl_local_space ls,
enum isl_dim_type  type,
const char *  name 
)

Definition at line 294 of file isl_local_space.c.

References isl_dim_div, isl_space_find_dim_by_name(), name, and type.

Referenced by isl_aff_find_dim_by_name().

◆ isl_local_space_flatten_domain()

__isl_give isl_local_space * isl_local_space_flatten_domain ( __isl_take isl_local_space ls)

◆ isl_local_space_flatten_range()

__isl_give isl_local_space * isl_local_space_flatten_range ( __isl_take isl_local_space ls)

◆ isl_local_space_free()

__isl_null isl_local_space * isl_local_space_free ( __isl_take isl_local_space ls)

Definition at line 129 of file isl_local_space.c.

References isl_mat_free(), and isl_space_free().

Referenced by basic_replace_space_by_local_space(), drop_unknown_divs_and_extract_div(), extract_aff_from_equality(), extract_rational(), harmonize_divs_with_hulls(), isl_aff_alloc(), isl_aff_alloc_vec(), isl_aff_alloc_vec_validated(), isl_aff_free(), isl_aff_restore_domain_local_space(), isl_aff_val_on_domain(), isl_aff_var_on_domain(), isl_ast_expr_from_aff(), isl_ast_expr_from_constraint_no_stride(), isl_basic_map_constraint(), isl_basic_map_from_local_space(), isl_basic_map_get_div(), isl_constraint_alloc(), isl_constraint_alloc_vec(), isl_constraint_free(), isl_local_space_add_dims(), isl_local_space_add_div(), isl_local_space_alloc_div(), isl_local_space_domain(), isl_local_space_drop_dims(), isl_local_space_flatten_domain(), isl_local_space_flatten_range(), isl_local_space_from_domain(), isl_local_space_insert_dims(), isl_local_space_intersect(), isl_local_space_lift(), isl_local_space_lift_basic_set(), isl_local_space_lift_point(), isl_local_space_lift_set(), isl_local_space_lifting(), isl_local_space_move_dims(), isl_local_space_preimage_multi_aff(), isl_local_space_range(), isl_local_space_replace_divs(), isl_local_space_reset_space(), isl_local_space_restore_local(), isl_local_space_restore_space(), isl_local_space_set_dim_id(), isl_local_space_set_dim_name(), isl_local_space_set_tuple_id(), isl_local_space_substitute(), isl_local_space_substitute_equalities(), isl_local_space_substitute_seq(), isl_local_space_swap_div(), isl_local_space_wrap(), isl_morph_get_var_multi_aff(), isl_multi_aff_domain_map(), isl_multi_aff_from_aff_mat(), isl_multi_aff_multi_val_on_domain_space(), isl_multi_aff_project_out_map(), isl_multi_aff_range_map(), isl_printer_print_constraint(), isl_sched_node_extract_partial_schedule_multi_aff(), isl_val_zero_on_domain(), MULTI(), plug_in_integral_divs(), print_basic_set_c(), range_map(), replace_space_by_local_space(), set_from_affine_matrix(), set_ma_divs(), set_minimum_pa(), set_up_substitutions(), swap_div(), test_construction_1(), test_div(), and isl::local_space::~local_space().

◆ isl_local_space_from_domain()

__isl_give isl_local_space * isl_local_space_from_domain ( __isl_take isl_local_space ls)

◆ isl_local_space_from_space()

__isl_give isl_local_space * isl_local_space_from_space ( __isl_take isl_space space)

◆ isl_local_space_get_ctx()

isl_ctx * isl_local_space_get_ctx ( __isl_keep isl_local_space ls)

◆ isl_local_space_get_dim_id()

__isl_give isl_id * isl_local_space_get_dim_id ( __isl_keep isl_local_space ls,
enum isl_dim_type  type,
unsigned  pos 
)

Definition at line 324 of file isl_local_space.c.

References isl_space_get_dim_id(), pos(), and type.

Referenced by var().

◆ isl_local_space_get_dim_name()

const char * isl_local_space_get_dim_name ( __isl_keep isl_local_space ls,
enum isl_dim_type  type,
unsigned  pos 
)

Definition at line 312 of file isl_local_space.c.

References isl_space_get_dim_name(), pos(), and type.

Referenced by isl_aff_get_dim_name(), and isl_constraint_get_dim_name().

◆ isl_local_space_get_div()

__isl_give isl_aff * isl_local_space_get_div ( __isl_keep isl_local_space ls,
int  pos 
)

◆ isl_local_space_get_space()

__isl_give isl_space * isl_local_space_get_space ( __isl_keep isl_local_space ls)

◆ isl_local_space_has_dim_id()

isl_bool isl_local_space_has_dim_id ( __isl_keep isl_local_space ls,
enum isl_dim_type  type,
unsigned  pos 
)

Definition at line 318 of file isl_local_space.c.

References isl_bool_error, isl_space_has_dim_id(), pos(), and type.

Referenced by var().

◆ isl_local_space_has_dim_name()

isl_bool isl_local_space_has_dim_name ( __isl_keep isl_local_space ls,
enum isl_dim_type  type,
unsigned  pos 
)

Definition at line 306 of file isl_local_space.c.

References isl_bool_error, isl_space_has_dim_name(), pos(), and type.

◆ isl_local_space_insert_dims()

__isl_give isl_local_space * isl_local_space_insert_dims ( __isl_take isl_local_space ls,
enum isl_dim_type  type,
unsigned  first,
unsigned  n 
)

◆ isl_local_space_intersect()

__isl_give isl_local_space * isl_local_space_intersect ( __isl_take isl_local_space ls1,
__isl_take isl_local_space ls2 
)

◆ isl_local_space_is_equal()

isl_bool isl_local_space_is_equal ( __isl_keep isl_local_space ls1,
__isl_keep isl_local_space ls2 
)

◆ isl_local_space_is_params()

isl_bool isl_local_space_is_params ( __isl_keep isl_local_space ls)

Definition at line 148 of file isl_local_space.c.

References isl_bool_error, and isl_space_is_params().

◆ isl_local_space_is_set()

isl_bool isl_local_space_is_set ( __isl_keep isl_local_space ls)

◆ isl_local_space_lifting()

__isl_give isl_basic_map * isl_local_space_lifting ( __isl_take isl_local_space ls)

◆ isl_local_space_range()

__isl_give isl_local_space * isl_local_space_range ( __isl_take isl_local_space ls)

◆ isl_local_space_set_dim_id()

__isl_give isl_local_space * isl_local_space_set_dim_id ( __isl_take isl_local_space ls,
enum isl_dim_type  type,
unsigned  pos,
__isl_take isl_id id 
)

◆ isl_local_space_set_dim_name()

__isl_give isl_local_space * isl_local_space_set_dim_name ( __isl_take isl_local_space ls,
enum isl_dim_type  type,
unsigned  pos,
const char *  s 
)

◆ isl_local_space_set_from_params()

__isl_give isl_local_space * isl_local_space_set_from_params ( __isl_take isl_local_space ls)

◆ isl_local_space_set_tuple_id()

__isl_give isl_local_space * isl_local_space_set_tuple_id ( __isl_take isl_local_space ls,
enum isl_dim_type  type,
__isl_take isl_id id 
)

◆ isl_local_space_wrap()

__isl_give isl_local_space * isl_local_space_wrap ( __isl_take isl_local_space ls)

◆ isl_printer_print_local_space()

__isl_give isl_printer * isl_printer_print_local_space ( __isl_take isl_printer p,
__isl_keep isl_local_space ls 
)