Searched refs:ISL_VAL (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/polly/lib/External/isl/include/isl/ |
D | hmap_templ.c | 22 #define ISL_S(NAME) ISL_yS(ISL_KEY,ISL_VAL,NAME) 32 ISL_VAL *val; in ISL_S() 57 ISL_FN(ISL_VAL,free)(pair->val); in free_pair() 84 static isl_stat add_key_val(__isl_take ISL_KEY *key, __isl_take ISL_VAL *val, in add_key_val() 146 __isl_give ISL_MAYBE(ISL_VAL) ISL_FN(ISL_HMAP,try_get)( in ISL_MAYBE() argument 152 ISL_MAYBE(ISL_VAL) res = { isl_bool_false, NULL }; in ISL_MAYBE() 169 res.value = ISL_FN(ISL_VAL,copy)(pair->val); in ISL_MAYBE() 186 ISL_MAYBE(ISL_VAL) res; in ISL_FN() 189 ISL_FN(ISL_VAL,free)(res.value); in ISL_FN() 198 __isl_give ISL_VAL *ISL_FN(ISL_HMAP,get)(__isl_keep ISL_HMAP *hmap, in ISL_FN() [all …]
|
D | hmap.h | 23 __isl_give ISL_MAYBE(ISL_VAL) ISL_FN(ISL_HMAP,try_get)( 27 __isl_give ISL_VAL *ISL_FN(ISL_HMAP,get)(__isl_keep ISL_HMAP *hmap, 30 __isl_take ISL_KEY *key, __isl_take ISL_VAL *val); 35 isl_stat (*fn)(__isl_take ISL_KEY *key, __isl_take ISL_VAL *val, 46 #undef ISL_VAL
|
D | id_to_id.h | 8 #define ISL_VAL isl_id macro 13 #undef ISL_VAL
|
D | id_to_ast_expr.h | 9 #define ISL_VAL isl_ast_expr macro 14 #undef ISL_VAL
|
D | map_to_basic_set.h | 9 #define ISL_VAL isl_basic_set macro 14 #undef ISL_VAL
|
D | id_to_pw_aff.h | 9 #define ISL_VAL isl_pw_aff macro 14 #undef ISL_VAL
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_set_to_ast_graft_list.h | 9 #define ISL_VAL isl_ast_graft_list macro 14 #undef ISL_VAL
|
D | isl_map_to_basic_set.c | 6 #define ISL_VAL isl_basic_set macro
|
D | isl_id_to_id.c | 8 #define ISL_VAL isl_id macro
|
D | isl_id_to_ast_expr.c | 8 #define ISL_VAL isl_ast_expr macro
|
D | isl_set_to_ast_graft_list.c | 9 #define ISL_VAL isl_ast_graft_list macro
|
D | isl_id_to_pw_aff.c | 8 #define ISL_VAL isl_pw_aff macro
|