Polly 19.0.0git
Classes | Typedefs | Functions
isl_schedule_band.h File Reference
#include <isl/aff.h>
#include <isl/ast_type.h>
#include <isl/union_map.h>

Go to the source code of this file.

Classes

struct  isl_schedule_band
 

Typedefs

typedef struct isl_schedule_band isl_schedule_band
 

Functions

__isl_give isl_schedule_bandisl_schedule_band_from_multi_union_pw_aff (__isl_take isl_multi_union_pw_aff *mupa)
 
__isl_give isl_schedule_bandisl_schedule_band_copy (__isl_keep isl_schedule_band *band)
 
__isl_null isl_schedule_bandisl_schedule_band_free (__isl_take isl_schedule_band *band)
 
isl_ctxisl_schedule_band_get_ctx (__isl_keep isl_schedule_band *band)
 
isl_bool isl_schedule_band_plain_is_equal (__isl_keep isl_schedule_band *band1, __isl_keep isl_schedule_band *band2)
 
int isl_schedule_band_is_anchored (__isl_keep isl_schedule_band *band)
 
__isl_give isl_spaceisl_schedule_band_get_space (__isl_keep isl_schedule_band *band)
 
__isl_give isl_schedule_bandisl_schedule_band_intersect_domain (__isl_take isl_schedule_band *band, __isl_take isl_union_set *domain)
 
__isl_give isl_multi_union_pw_affisl_schedule_band_get_partial_schedule (__isl_keep isl_schedule_band *band)
 
__isl_give isl_schedule_bandisl_schedule_band_set_partial_schedule (__isl_take isl_schedule_band *band, __isl_take isl_multi_union_pw_aff *schedule)
 
enum isl_ast_loop_type isl_schedule_band_member_get_ast_loop_type (__isl_keep isl_schedule_band *band, int pos)
 
__isl_give isl_schedule_bandisl_schedule_band_member_set_ast_loop_type (__isl_take isl_schedule_band *band, int pos, enum isl_ast_loop_type type)
 
enum isl_ast_loop_type isl_schedule_band_member_get_isolate_ast_loop_type (__isl_keep isl_schedule_band *band, int pos)
 
__isl_give isl_schedule_bandisl_schedule_band_member_set_isolate_ast_loop_type (__isl_take isl_schedule_band *band, int pos, enum isl_ast_loop_type type)
 
__isl_give isl_union_setisl_schedule_band_get_ast_build_options (__isl_keep isl_schedule_band *band)
 
__isl_give isl_schedule_bandisl_schedule_band_set_ast_build_options (__isl_take isl_schedule_band *band, __isl_take isl_union_set *options)
 
__isl_give isl_setisl_schedule_band_get_ast_isolate_option (__isl_keep isl_schedule_band *band, int depth)
 
__isl_give isl_schedule_bandisl_schedule_band_replace_ast_build_option (__isl_take isl_schedule_band *band, __isl_take isl_set *drop, __isl_take isl_set *add)
 
isl_size isl_schedule_band_n_member (__isl_keep isl_schedule_band *band)
 
isl_bool isl_schedule_band_member_get_coincident (__isl_keep isl_schedule_band *band, int pos)
 
__isl_give isl_schedule_bandisl_schedule_band_member_set_coincident (__isl_take isl_schedule_band *band, int pos, int coincident)
 
isl_bool isl_schedule_band_get_permutable (__isl_keep isl_schedule_band *band)
 
__isl_give isl_schedule_bandisl_schedule_band_set_permutable (__isl_take isl_schedule_band *band, int permutable)
 
__isl_give isl_schedule_bandisl_schedule_band_scale (__isl_take isl_schedule_band *band, __isl_take isl_multi_val *mv)
 
__isl_give isl_schedule_bandisl_schedule_band_scale_down (__isl_take isl_schedule_band *band, __isl_take isl_multi_val *mv)
 
__isl_give isl_schedule_bandisl_schedule_band_mod (__isl_take isl_schedule_band *band, __isl_take isl_multi_val *mv)
 
__isl_give isl_schedule_bandisl_schedule_band_tile (__isl_take isl_schedule_band *band, __isl_take isl_multi_val *sizes)
 
__isl_give isl_schedule_bandisl_schedule_band_point (__isl_take isl_schedule_band *band, __isl_keep isl_schedule_band *tile, __isl_take isl_multi_val *sizes)
 
__isl_give isl_schedule_bandisl_schedule_band_shift (__isl_take isl_schedule_band *band, __isl_take isl_multi_union_pw_aff *shift)
 
__isl_give isl_schedule_bandisl_schedule_band_drop (__isl_take isl_schedule_band *band, int pos, int n)
 
__isl_give isl_schedule_bandisl_schedule_band_gist (__isl_take isl_schedule_band *band, __isl_take isl_union_set *context)
 
__isl_give isl_schedule_bandisl_schedule_band_reset_user (__isl_take isl_schedule_band *band)
 
__isl_give isl_schedule_bandisl_schedule_band_align_params (__isl_take isl_schedule_band *band, __isl_take isl_space *space)
 
__isl_give isl_schedule_bandisl_schedule_band_pullback_union_pw_multi_aff (__isl_take isl_schedule_band *band, __isl_take isl_union_pw_multi_aff *upma)
 

Typedef Documentation

◆ isl_schedule_band

Definition at line 43 of file isl_schedule_band.h.

Function Documentation

◆ isl_schedule_band_align_params()

__isl_give isl_schedule_band * isl_schedule_band_align_params ( __isl_take isl_schedule_band band,
__isl_take isl_space space 
)

◆ isl_schedule_band_copy()

__isl_give isl_schedule_band * isl_schedule_band_copy ( __isl_keep isl_schedule_band band)

Definition at line 149 of file isl_schedule_band.c.

References isl_schedule_band::ref.

Referenced by isl_schedule_tree_dup().

◆ isl_schedule_band_drop()

__isl_give isl_schedule_band * isl_schedule_band_drop ( __isl_take isl_schedule_band band,
int  pos,
int  n 
)

◆ isl_schedule_band_free()

__isl_null isl_schedule_band * isl_schedule_band_free ( __isl_take isl_schedule_band band)

◆ isl_schedule_band_from_multi_union_pw_aff()

__isl_give isl_schedule_band * isl_schedule_band_from_multi_union_pw_aff ( __isl_take isl_multi_union_pw_aff mupa)

◆ isl_schedule_band_get_ast_build_options()

__isl_give isl_union_set * isl_schedule_band_get_ast_build_options ( __isl_keep isl_schedule_band band)

◆ isl_schedule_band_get_ast_isolate_option()

__isl_give isl_set * isl_schedule_band_get_ast_isolate_option ( __isl_keep isl_schedule_band band,
int  depth 
)

◆ isl_schedule_band_get_ctx()

isl_ctx * isl_schedule_band_get_ctx ( __isl_keep isl_schedule_band band)

◆ isl_schedule_band_get_partial_schedule()

__isl_give isl_multi_union_pw_aff * isl_schedule_band_get_partial_schedule ( __isl_keep isl_schedule_band band)

◆ isl_schedule_band_get_permutable()

isl_bool isl_schedule_band_get_permutable ( __isl_keep isl_schedule_band band)

Definition at line 273 of file isl_schedule_band.c.

References isl_bool_error, and isl_bool_ok().

Referenced by isl_schedule_tree_band_get_permutable(), and print_tree_band().

◆ isl_schedule_band_get_space()

__isl_give isl_space * isl_schedule_band_get_space ( __isl_keep isl_schedule_band band)

◆ isl_schedule_band_gist()

__isl_give isl_schedule_band * isl_schedule_band_gist ( __isl_take isl_schedule_band band,
__isl_take isl_union_set context 
)

◆ isl_schedule_band_intersect_domain()

__isl_give isl_schedule_band * isl_schedule_band_intersect_domain ( __isl_take isl_schedule_band band,
__isl_take isl_union_set domain 
)

◆ isl_schedule_band_is_anchored()

int isl_schedule_band_is_anchored ( __isl_keep isl_schedule_band band)

◆ isl_schedule_band_member_get_ast_loop_type()

enum isl_ast_loop_type isl_schedule_band_member_get_ast_loop_type ( __isl_keep isl_schedule_band band,
int  pos 
)

◆ isl_schedule_band_member_get_coincident()

isl_bool isl_schedule_band_member_get_coincident ( __isl_keep isl_schedule_band band,
int  pos 
)

◆ isl_schedule_band_member_get_isolate_ast_loop_type()

enum isl_ast_loop_type isl_schedule_band_member_get_isolate_ast_loop_type ( __isl_keep isl_schedule_band band,
int  pos 
)

◆ isl_schedule_band_member_set_ast_loop_type()

__isl_give isl_schedule_band * isl_schedule_band_member_set_ast_loop_type ( __isl_take isl_schedule_band band,
int  pos,
enum isl_ast_loop_type  type 
)

◆ isl_schedule_band_member_set_coincident()

__isl_give isl_schedule_band * isl_schedule_band_member_set_coincident ( __isl_take isl_schedule_band band,
int  pos,
int  coincident 
)

◆ isl_schedule_band_member_set_isolate_ast_loop_type()

__isl_give isl_schedule_band * isl_schedule_band_member_set_isolate_ast_loop_type ( __isl_take isl_schedule_band band,
int  pos,
enum isl_ast_loop_type  type 
)

◆ isl_schedule_band_mod()

__isl_give isl_schedule_band * isl_schedule_band_mod ( __isl_take isl_schedule_band band,
__isl_take isl_multi_val mv 
)

Definition at line 1017 of file isl_schedule_band.c.

References isl_schedule_band_cow(), and isl_schedule_band_free().

Referenced by isl_schedule_tree_band_mod().

◆ isl_schedule_band_n_member()

isl_size isl_schedule_band_n_member ( __isl_keep isl_schedule_band band)

◆ isl_schedule_band_plain_is_equal()

isl_bool isl_schedule_band_plain_is_equal ( __isl_keep isl_schedule_band band1,
__isl_keep isl_schedule_band band2 
)

◆ isl_schedule_band_point()

__isl_give isl_schedule_band * isl_schedule_band_point ( __isl_take isl_schedule_band band,
__isl_keep isl_schedule_band tile,
__isl_take isl_multi_val sizes 
)

◆ isl_schedule_band_pullback_union_pw_multi_aff()

__isl_give isl_schedule_band * isl_schedule_band_pullback_union_pw_multi_aff ( __isl_take isl_schedule_band band,
__isl_take isl_union_pw_multi_aff upma 
)

◆ isl_schedule_band_replace_ast_build_option()

__isl_give isl_schedule_band * isl_schedule_band_replace_ast_build_option ( __isl_take isl_schedule_band band,
__isl_take isl_set drop,
__isl_take isl_set add 
)

◆ isl_schedule_band_reset_user()

__isl_give isl_schedule_band * isl_schedule_band_reset_user ( __isl_take isl_schedule_band band)

◆ isl_schedule_band_scale()

__isl_give isl_schedule_band * isl_schedule_band_scale ( __isl_take isl_schedule_band band,
__isl_take isl_multi_val mv 
)

◆ isl_schedule_band_scale_down()

__isl_give isl_schedule_band * isl_schedule_band_scale_down ( __isl_take isl_schedule_band band,
__isl_take isl_multi_val mv 
)

◆ isl_schedule_band_set_ast_build_options()

__isl_give isl_schedule_band * isl_schedule_band_set_ast_build_options ( __isl_take isl_schedule_band band,
__isl_take isl_union_set options 
)

◆ isl_schedule_band_set_partial_schedule()

__isl_give isl_schedule_band * isl_schedule_band_set_partial_schedule ( __isl_take isl_schedule_band band,
__isl_take isl_multi_union_pw_aff schedule 
)

◆ isl_schedule_band_set_permutable()

__isl_give isl_schedule_band * isl_schedule_band_set_permutable ( __isl_take isl_schedule_band band,
int  permutable 
)

Definition at line 282 of file isl_schedule_band.c.

References isl_schedule_band_cow().

Referenced by isl_schedule_tree_band_set_permutable(), and read_band().

◆ isl_schedule_band_shift()

__isl_give isl_schedule_band * isl_schedule_band_shift ( __isl_take isl_schedule_band band,
__isl_take isl_multi_union_pw_aff shift 
)

◆ isl_schedule_band_tile()

__isl_give isl_schedule_band * isl_schedule_band_tile ( __isl_take isl_schedule_band band,
__isl_take isl_multi_val sizes 
)