/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/ |
options.h | 26 int isl_options_set_bound(isl_ctx *ctx, int val); 27 int isl_options_get_bound(isl_ctx *ctx); 32 int isl_options_set_on_error(isl_ctx *ctx, int val); 33 int isl_options_get_on_error(isl_ctx *ctx); 35 int isl_options_set_gbr_only_first(isl_ctx *ctx, int val); 36 int isl_options_get_gbr_only_first(isl_ctx *ctx); 40 int isl_options_set_schedule_algorithm(isl_ctx *ctx, int val); 41 int isl_options_get_schedule_algorithm(isl_ctx *ctx); 43 int isl_options_set_coalesce_bounded_wrapping(isl_ctx *ctx, int val); 44 int isl_options_get_coalesce_bounded_wrapping(isl_ctx *ctx) [all...] |
schedule.h | 16 int isl_options_set_schedule_max_coefficient(isl_ctx *ctx, int val); 17 int isl_options_get_schedule_max_coefficient(isl_ctx *ctx); 19 int isl_options_set_schedule_max_constant_term(isl_ctx *ctx, int val); 20 int isl_options_get_schedule_max_constant_term(isl_ctx *ctx); 22 int isl_options_set_schedule_maximize_band_depth(isl_ctx *ctx, int val); 23 int isl_options_get_schedule_maximize_band_depth(isl_ctx *ctx); 25 int isl_options_set_schedule_outer_zero_distance(isl_ctx *ctx, int val); 26 int isl_options_get_schedule_outer_zero_distance(isl_ctx *ctx); 28 int isl_options_set_schedule_split_scaled(isl_ctx *ctx, int val); 29 int isl_options_get_schedule_split_scaled(isl_ctx *ctx) [all...] |
ast_build.h | 16 int isl_options_set_ast_build_atomic_upper_bound(isl_ctx *ctx, int val); 17 int isl_options_get_ast_build_atomic_upper_bound(isl_ctx *ctx); 19 int isl_options_set_ast_build_prefer_pdiv(isl_ctx *ctx, int val); 20 int isl_options_get_ast_build_prefer_pdiv(isl_ctx *ctx); 22 int isl_options_set_ast_build_exploit_nested_bounds(isl_ctx *ctx, int val); 23 int isl_options_get_ast_build_exploit_nested_bounds(isl_ctx *ctx); 25 int isl_options_set_ast_build_group_coscheduled(isl_ctx *ctx, int val); 26 int isl_options_get_ast_build_group_coscheduled(isl_ctx *ctx); 30 int isl_options_set_ast_build_separation_bounds(isl_ctx *ctx, int val); 31 int isl_options_get_ast_build_separation_bounds(isl_ctx *ctx) [all...] |
blk.h | 26 struct isl_ctx; 28 struct isl_blk isl_blk_alloc(struct isl_ctx *ctx, size_t n); 31 struct isl_blk isl_blk_extend(struct isl_ctx *ctx, struct isl_blk block, 33 void isl_blk_free(struct isl_ctx *ctx, struct isl_blk block); 34 void isl_blk_clear_cache(struct isl_ctx *ctx);
|
ctx.h | 51 /* Nearly all isa functions require a struct isl_ctx allocated using 73 * The only exception is the isl_ctx argument, which should never be NULL. 86 struct isl_ctx; 87 typedef struct isl_ctx isl_ctx; typedef in typeref:struct:isl_ctx 101 /* isl_check_ctx() checks at compile time if 'ctx' is of type 'isl_ctx *' and 102 * returns the value of 'expr'. It is used to ensure, that always an isl_ctx is 105 #define isl_check_ctx(ctx, expr) ((ctx != (isl_ctx *) 0) ? expr : expr) 128 void isl_handle_error(isl_ctx *ctx, enum isl_error error, const char *msg, 142 /* struct isl_ctx functions * [all...] |
hash.h | 55 struct isl_ctx; 57 struct isl_hash_table *isl_hash_table_alloc(struct isl_ctx *ctx, int min_size); 58 void isl_hash_table_free(struct isl_ctx *ctx, struct isl_hash_table *table); 60 int isl_hash_table_init(struct isl_ctx *ctx, struct isl_hash_table *table, 63 struct isl_hash_table_entry *isl_hash_table_find(struct isl_ctx *ctx, 68 int isl_hash_table_foreach(struct isl_ctx *ctx, 71 void isl_hash_table_remove(struct isl_ctx *ctx,
|
band.h | 19 isl_ctx *isl_band_get_ctx(__isl_keep isl_band *band); 32 int isl_options_set_tile_scale_tile_loops(isl_ctx *ctx, int val); 33 int isl_options_get_tile_scale_tile_loops(isl_ctx *ctx);
|
vertices.h | 19 isl_ctx *isl_vertex_get_ctx(__isl_keep isl_vertex *vertex); 27 isl_ctx *isl_vertices_get_ctx(__isl_keep isl_vertices *vertices); 33 isl_ctx *isl_cell_get_ctx(__isl_keep isl_cell *cell);
|
id.h | 14 isl_ctx *isl_id_get_ctx(__isl_keep isl_id *id); 16 __isl_give isl_id *isl_id_alloc(isl_ctx *ctx,
|
vec.h | 27 struct isl_ctx *ctx; 36 __isl_give isl_vec *isl_vec_alloc(isl_ctx *ctx, unsigned size); 41 isl_ctx *isl_vec_get_ctx(__isl_keep isl_vec *vec); 74 __isl_give isl_vec *isl_vec_read_from_file(isl_ctx *ctx, FILE *input);
|
flow.h | 32 isl_ctx *isl_restriction_get_ctx(__isl_keep isl_restriction *restr); 52 isl_ctx *isl_access_info_get_ctx(__isl_keep isl_access_info *acc); 61 isl_ctx *isl_flow_get_ctx(__isl_keep isl_flow *deps);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/ |
options.h | 26 int isl_options_set_bound(isl_ctx *ctx, int val); 27 int isl_options_get_bound(isl_ctx *ctx); 32 int isl_options_set_on_error(isl_ctx *ctx, int val); 33 int isl_options_get_on_error(isl_ctx *ctx); 35 int isl_options_set_gbr_only_first(isl_ctx *ctx, int val); 36 int isl_options_get_gbr_only_first(isl_ctx *ctx); 40 int isl_options_set_schedule_algorithm(isl_ctx *ctx, int val); 41 int isl_options_get_schedule_algorithm(isl_ctx *ctx); 43 int isl_options_set_coalesce_bounded_wrapping(isl_ctx *ctx, int val); 44 int isl_options_get_coalesce_bounded_wrapping(isl_ctx *ctx) [all...] |
schedule.h | 16 int isl_options_set_schedule_max_coefficient(isl_ctx *ctx, int val); 17 int isl_options_get_schedule_max_coefficient(isl_ctx *ctx); 19 int isl_options_set_schedule_max_constant_term(isl_ctx *ctx, int val); 20 int isl_options_get_schedule_max_constant_term(isl_ctx *ctx); 22 int isl_options_set_schedule_maximize_band_depth(isl_ctx *ctx, int val); 23 int isl_options_get_schedule_maximize_band_depth(isl_ctx *ctx); 25 int isl_options_set_schedule_outer_zero_distance(isl_ctx *ctx, int val); 26 int isl_options_get_schedule_outer_zero_distance(isl_ctx *ctx); 28 int isl_options_set_schedule_split_scaled(isl_ctx *ctx, int val); 29 int isl_options_get_schedule_split_scaled(isl_ctx *ctx) [all...] |
ast_build.h | 16 int isl_options_set_ast_build_atomic_upper_bound(isl_ctx *ctx, int val); 17 int isl_options_get_ast_build_atomic_upper_bound(isl_ctx *ctx); 19 int isl_options_set_ast_build_prefer_pdiv(isl_ctx *ctx, int val); 20 int isl_options_get_ast_build_prefer_pdiv(isl_ctx *ctx); 22 int isl_options_set_ast_build_exploit_nested_bounds(isl_ctx *ctx, int val); 23 int isl_options_get_ast_build_exploit_nested_bounds(isl_ctx *ctx); 25 int isl_options_set_ast_build_group_coscheduled(isl_ctx *ctx, int val); 26 int isl_options_get_ast_build_group_coscheduled(isl_ctx *ctx); 30 int isl_options_set_ast_build_separation_bounds(isl_ctx *ctx, int val); 31 int isl_options_get_ast_build_separation_bounds(isl_ctx *ctx) [all...] |
blk.h | 26 struct isl_ctx; 28 struct isl_blk isl_blk_alloc(struct isl_ctx *ctx, size_t n); 31 struct isl_blk isl_blk_extend(struct isl_ctx *ctx, struct isl_blk block, 33 void isl_blk_free(struct isl_ctx *ctx, struct isl_blk block); 34 void isl_blk_clear_cache(struct isl_ctx *ctx);
|
ctx.h | 51 /* Nearly all isa functions require a struct isl_ctx allocated using 73 * The only exception is the isl_ctx argument, which should never be NULL. 86 struct isl_ctx; 87 typedef struct isl_ctx isl_ctx; typedef in typeref:struct:isl_ctx 101 /* isl_check_ctx() checks at compile time if 'ctx' is of type 'isl_ctx *' and 102 * returns the value of 'expr'. It is used to ensure, that always an isl_ctx is 105 #define isl_check_ctx(ctx, expr) ((ctx != (isl_ctx *) 0) ? expr : expr) 128 void isl_handle_error(isl_ctx *ctx, enum isl_error error, const char *msg, 142 /* struct isl_ctx functions * [all...] |
hash.h | 55 struct isl_ctx; 57 struct isl_hash_table *isl_hash_table_alloc(struct isl_ctx *ctx, int min_size); 58 void isl_hash_table_free(struct isl_ctx *ctx, struct isl_hash_table *table); 60 int isl_hash_table_init(struct isl_ctx *ctx, struct isl_hash_table *table, 63 struct isl_hash_table_entry *isl_hash_table_find(struct isl_ctx *ctx, 68 int isl_hash_table_foreach(struct isl_ctx *ctx, 71 void isl_hash_table_remove(struct isl_ctx *ctx,
|
band.h | 19 isl_ctx *isl_band_get_ctx(__isl_keep isl_band *band); 32 int isl_options_set_tile_scale_tile_loops(isl_ctx *ctx, int val); 33 int isl_options_get_tile_scale_tile_loops(isl_ctx *ctx);
|
vertices.h | 19 isl_ctx *isl_vertex_get_ctx(__isl_keep isl_vertex *vertex); 27 isl_ctx *isl_vertices_get_ctx(__isl_keep isl_vertices *vertices); 33 isl_ctx *isl_cell_get_ctx(__isl_keep isl_cell *cell);
|
id.h | 14 isl_ctx *isl_id_get_ctx(__isl_keep isl_id *id); 16 __isl_give isl_id *isl_id_alloc(isl_ctx *ctx,
|
vec.h | 27 struct isl_ctx *ctx; 36 __isl_give isl_vec *isl_vec_alloc(isl_ctx *ctx, unsigned size); 41 isl_ctx *isl_vec_get_ctx(__isl_keep isl_vec *vec); 74 __isl_give isl_vec *isl_vec_read_from_file(isl_ctx *ctx, FILE *input);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/isl/ |
backend.h | 7 struct isl_ctx *ctx;
|
cloog.h | 16 CloogState *cloog_isl_state_malloc(struct isl_ctx *ctx);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/isl/ |
backend.h | 7 struct isl_ctx *ctx;
|
cloog.h | 16 CloogState *cloog_isl_state_malloc(struct isl_ctx *ctx);
|