Searched defs:ISL_HMAP (Results 1 – 12 of 12) sorted by relevance
/llvm-project/polly/lib/External/isl/include/isl/ |
H A D | hmap_templ.c | 25 struct ISL_HMAP { struct 36 __isl_give ISL_HMAP *ISL_FN(ISL_HMAP,alloc)(isl_ctx *ctx, int min_size) in ISL_FN() argument 64 __isl_null ISL_HMAP *ISL_FN(ISL_HMAP,free)(__isl_take ISL_HMAP *hmap) in ISL_FN() argument 77 isl_ctx *ISL_FN(ISL_HMAP,get_ctx)(__isl_keep ISL_HMAP *hmap) in ISL_FN() argument 98 __isl_give ISL_HMAP *ISL_FN(ISL_HMAP,dup)(__isl_keep ISL_HMAP *hmap) in ISL_FN() argument 112 __isl_give ISL_HMAP *ISL_FN(ISL_HMAP,cow)(__isl_take ISL_HMAP *hmap) in ISL_FN() argument 123 __isl_give ISL_HMAP *ISL_FN(ISL_HMAP,copy)(__isl_keep ISL_HMAP *hmap) in ISL_FN() argument 184 isl_bool ISL_FN(ISL_HMAP,has)(__isl_keep ISL_HMAP *hmap, in ISL_FN() argument 199 __isl_give ISL_VAL *ISL_FN(ISL_HMAP,get)(__isl_keep ISL_HMAP *hmap, in ISL_FN() argument 214 __isl_give ISL_HMAP *ISL_FN(ISL_HMAP,drop)(__isl_take ISL_HMAP *hmap, in ISL_FN() argument [all …]
|
H A D | hmap.h | 14 struct __isl_export ISL_HMAP; variable 15 typedef struct ISL_HMAP ISL_HMAP; typedef
|
H A D | id_to_pw_aff.h | 11 #define ISL_HMAP isl_id_to_pw_aff macro
|
H A D | id_to_id.h | 10 #define ISL_HMAP isl_id_to_id macro
|
H A D | map_to_basic_set.h | 11 #define ISL_HMAP isl_map_to_basic_set macro
|
H A D | id_to_ast_expr.h | 11 #define ISL_HMAP isl_id_to_ast_expr macro
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_set_to_ast_graft_list.h | 11 #define ISL_HMAP isl_set_to_ast_graft_list macro
|
H A D | isl_map_to_basic_set.c | 8 #define ISL_HMAP isl_map_to_basic_set macro
|
H A D | isl_id_to_pw_aff.c | 11 #define ISL_HMAP isl_id_to_pw_aff macro
|
H A D | isl_id_to_ast_expr.c | 11 #define ISL_HMAP isl_id_to_ast_expr macro
|
H A D | isl_id_to_id.c | 10 #define ISL_HMAP isl_id_to_id macro
|
H A D | isl_set_to_ast_graft_list.c | 11 #define ISL_HMAP isl_set_to_ast_graft_list macro
|