Polly 19.0.0git
local_space.h
Go to the documentation of this file.
1#ifndef ISL_LOCAL_SPACE_H
2#define ISL_LOCAL_SPACE_H
3
4#include <isl/aff_type.h>
5#include <isl/space_type.h>
6#include <isl/printer.h>
7#include <isl/map_type.h>
8
9#if defined(__cplusplus)
10extern "C" {
11#endif
12
13struct isl_local_space;
15
17
19 __isl_take isl_space *space);
20
25
28
32
34 enum isl_dim_type type);
36 enum isl_dim_type type, unsigned pos);
38 enum isl_dim_type type, unsigned pos);
41 enum isl_dim_type type, unsigned pos, const char *s);
43 enum isl_dim_type type, unsigned pos);
45 enum isl_dim_type type, unsigned pos);
48 enum isl_dim_type type, unsigned pos, __isl_take isl_id *id);
51 int pos);
52
54 enum isl_dim_type type, const char *name);
55
63 __isl_take isl_local_space *ls, enum isl_dim_type type, unsigned n);
66 enum isl_dim_type type, unsigned first, unsigned n);
69 enum isl_dim_type type, unsigned first, unsigned n);
72
75
78
81
84
89
93
94#if defined(__cplusplus)
95}
96#endif
97
98#endif
#define __isl_take
Definition: ctx.h:22
#define __isl_give
Definition: ctx.h:19
#define __isl_null
Definition: ctx.h:28
#define __isl_keep
Definition: ctx.h:25
int isl_size
Definition: ctx.h:96
isl_bool
Definition: ctx.h:89
static unsigned pos(__isl_keep isl_space *space, enum isl_dim_type type)
Definition: isl_map.c:70
enum isl_fold type
Definition: isl_test.c:4017
const char * p
Definition: isl_test.c:8643
const char * name
Definition: isl_test.c:10938
__isl_give isl_aff * isl_local_space_get_div(__isl_keep isl_local_space *ls, int pos)
__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)
void isl_local_space_dump(__isl_keep isl_local_space *ls)
isl_bool isl_local_space_is_set(__isl_keep isl_local_space *ls)
__isl_give isl_local_space * isl_local_space_from_space(__isl_take isl_space *space)
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_space * isl_local_space_drop_dims(__isl_take isl_local_space *ls, enum isl_dim_type type, unsigned first, unsigned n)
__isl_give isl_printer * isl_printer_print_local_space(__isl_take isl_printer *p, __isl_keep isl_local_space *ls)
Definition: isl_output.c:2476
__isl_give isl_local_space * isl_local_space_set_from_params(__isl_take isl_local_space *ls)
__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_give isl_local_space * isl_local_space_flatten_range(__isl_take isl_local_space *ls)
__isl_give isl_local_space * isl_local_space_add_dims(__isl_take isl_local_space *ls, enum isl_dim_type type, unsigned n)
__isl_give isl_local_space * isl_local_space_domain(__isl_take isl_local_space *ls)
__isl_give isl_basic_map * isl_local_space_lifting(__isl_take isl_local_space *ls)
__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_bool isl_local_space_is_params(__isl_keep isl_local_space *ls)
isl_ctx * isl_local_space_get_ctx(__isl_keep 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_local_space * isl_local_space_range(__isl_take isl_local_space *ls)
int isl_local_space_find_dim_by_name(__isl_keep isl_local_space *ls, enum isl_dim_type type, const char *name)
isl_size isl_local_space_dim(__isl_keep isl_local_space *ls, enum isl_dim_type type)
__isl_give isl_local_space * isl_local_space_from_domain(__isl_take isl_local_space *ls)
__isl_give isl_local_space * isl_local_space_flatten_domain(__isl_take isl_local_space *ls)
isl_bool isl_local_space_has_dim_name(__isl_keep isl_local_space *ls, enum isl_dim_type type, unsigned pos)
__isl_null isl_local_space * isl_local_space_free(__isl_take isl_local_space *ls)
__isl_give isl_local_space * isl_local_space_copy(__isl_keep isl_local_space *ls)
__isl_give isl_local_space * isl_local_space_wrap(__isl_take isl_local_space *ls)
__isl_give isl_local_space * isl_local_space_intersect(__isl_take isl_local_space *ls1, __isl_take isl_local_space *ls2)
__isl_give isl_space * isl_local_space_get_space(__isl_keep isl_local_space *ls)
__isl_give isl_id * isl_local_space_get_dim_id(__isl_keep isl_local_space *ls, enum isl_dim_type type, unsigned pos)
isl_bool isl_local_space_has_dim_id(__isl_keep isl_local_space *ls, enum isl_dim_type type, unsigned pos)
__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_dim_type
Definition: space_type.h:13
n
Definition: youcefn.c:8