Searched refs:ISL_HMAP (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/polly/lib/External/isl/include/isl/ |
D | hmap.h | 14 struct ISL_HMAP; 15 typedef struct ISL_HMAP ISL_HMAP; typedef 17 __isl_give ISL_HMAP *ISL_FN(ISL_HMAP,alloc)(isl_ctx *ctx, int min_size); 18 __isl_give ISL_HMAP *ISL_FN(ISL_HMAP,copy)(__isl_keep ISL_HMAP *hmap); 19 __isl_null ISL_HMAP *ISL_FN(ISL_HMAP,free)(__isl_take ISL_HMAP *hmap); 21 isl_ctx *ISL_FN(ISL_HMAP,get_ctx)(__isl_keep ISL_HMAP *hmap); 23 __isl_give ISL_MAYBE(ISL_VAL) ISL_FN(ISL_HMAP,try_get)( 24 __isl_keep ISL_HMAP *hmap, __isl_keep ISL_KEY *key); 25 isl_bool ISL_FN(ISL_HMAP,has)(__isl_keep ISL_HMAP *hmap, 27 __isl_give ISL_VAL *ISL_FN(ISL_HMAP,get)(__isl_keep ISL_HMAP *hmap, [all …]
|
D | hmap_templ.c | 24 struct ISL_HMAP { struct 35 __isl_give ISL_HMAP *ISL_FN(ISL_HMAP,alloc)(isl_ctx *ctx, int min_size) in ISL_FN() argument 37 ISL_HMAP *hmap; in ISL_FN() 39 hmap = isl_calloc_type(ctx, ISL_HMAP); in ISL_FN() 48 return ISL_FN(ISL_HMAP,free)(hmap); in ISL_FN() 63 __isl_null ISL_HMAP *ISL_FN(ISL_HMAP,free)(__isl_take ISL_HMAP *hmap) in ISL_FN() argument 76 isl_ctx *ISL_FN(ISL_HMAP,get_ctx)(__isl_keep ISL_HMAP *hmap) in ISL_FN() argument 87 ISL_HMAP **hmap = (ISL_HMAP **) user; in add_key_val() 89 *hmap = ISL_FN(ISL_HMAP,set)(*hmap, key, val); in add_key_val() 97 __isl_give ISL_HMAP *ISL_FN(ISL_HMAP,dup)(__isl_keep ISL_HMAP *hmap) in ISL_FN() argument [all …]
|
D | id_to_id.h | 10 #define ISL_HMAP isl_id_to_id macro 15 #undef ISL_HMAP
|
D | id_to_ast_expr.h | 11 #define ISL_HMAP isl_id_to_ast_expr macro 16 #undef ISL_HMAP
|
D | map_to_basic_set.h | 11 #define ISL_HMAP isl_map_to_basic_set macro 16 #undef ISL_HMAP
|
D | id_to_pw_aff.h | 11 #define ISL_HMAP isl_id_to_pw_aff macro 16 #undef ISL_HMAP
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_set_to_ast_graft_list.h | 11 #define ISL_HMAP isl_set_to_ast_graft_list macro 16 #undef ISL_HMAP
|
D | isl_map_to_basic_set.c | 8 #define ISL_HMAP isl_map_to_basic_set macro
|
D | isl_id_to_id.c | 10 #define ISL_HMAP isl_id_to_id macro
|
D | isl_id_to_ast_expr.c | 10 #define ISL_HMAP isl_id_to_ast_expr macro
|
D | isl_set_to_ast_graft_list.c | 11 #define ISL_HMAP isl_set_to_ast_graft_list macro
|
D | isl_id_to_pw_aff.c | 10 #define ISL_HMAP isl_id_to_pw_aff macro
|