Home
last modified time | relevance | path

Searched refs:EL_BASE (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_map_list.c9 #undef EL_BASE
10 #define EL_BASE basic_map macro
19 #undef EL_BASE
20 #define EL_BASE map macro
30 #undef EL_BASE
31 #define EL_BASE union_map macro
H A Disl_set_list.c19 #undef EL_BASE
20 #define EL_BASE basic_set macro
24 #undef EL_BASE
25 #define EL_BASE set macro
30 #undef EL_BASE
31 #define EL_BASE union_set macro
H A Disl_test_list_templ.c11 #define EL CAT(isl_,EL_BASE)
16 static isl_stat FN(FN(FN(test_get_list,EL_BASE),from),SET_BASE)(isl_ctx *ctx, in FN() argument
26 list = FN(FN(SET,get),LIST(EL_BASE))(set); in FN()
34 set2 = FN(SET,union)(set2, FN(FN(SET,from),EL_BASE)(el)); in FN()
H A Disl_list_templ.c333 return FN(FN(LIST(EL),get),EL_BASE)(list, index); in FN()
346 return FN(FN(LIST(EL),set),EL_BASE)(list, index, el); in LIST()
358 el1 = FN(FN(LIST(EL),take),EL_BASE)(list, pos1); in LIST()
359 el2 = FN(FN(LIST(EL),take),EL_BASE)(list, pos2); in LIST()
360 list = FN(FN(LIST(EL),restore),EL_BASE)(list, pos1, el2); in LIST()
361 list = FN(FN(LIST(EL),restore),EL_BASE)(list, pos2, el1); in LIST()
430 EL *el = FN(FN(LIST(EL),take),EL_BASE)(list, i); in LIST()
434 list = FN(FN(LIST(EL),restore),EL_BASE)(list, i, el); in LIST()
614 return FN(FN(LIST(EL),from),EL_BASE)(el); in LIST()
677 p = CAT(isl_printer_print_,EL_BASE)(p, list->p[i]); in CAT()
[all …]
H A Disl_list_read_templ.c19 static __isl_give LIST(EL) *FN(isl_stream_read,LIST(EL_BASE))(isl_stream *s) in LIST()
37 el = FN(isl_stream_read,EL_BASE)(s); in LIST()
62 list = FN(isl_stream_read,LIST(EL_BASE))(s); in LIST()
H A Disl_multi_macro.h1 #undef EL_BASE
2 #define EL_BASE BASE macro
H A Disl_list_macro.h4 #define EL CAT(isl_,EL_BASE)
H A Disl_id.c14 #undef EL_BASE
15 #define EL_BASE id macro
H A Disl_ast_graft.c26 #undef EL_BASE
27 #define EL_BASE ast_graft macro
H A Disl_ast.c16 #undef EL_BASE
17 #define EL_BASE ast_expr macro
21 #undef EL_BASE
22 #define EL_BASE ast_node macro
H A Disl_test.c4029 #undef EL_BASE
4031 #define EL_BASE basic_map macro
4035 #undef EL_BASE
4037 #define EL_BASE basic_set macro
4041 #undef EL_BASE
4043 #define EL_BASE set macro
4047 #undef EL_BASE
4049 #define EL_BASE basic_map macro
4053 #undef EL_BASE
4055 #define EL_BASE map macro
H A Disl_val.c14 #undef EL_BASE
15 #define EL_BASE val macro
H A Disl_constraint.c25 #undef EL_BASE
26 #define EL_BASE constraint macro
H A Disl_aff.c37 #undef EL_BASE
38 #define EL_BASE aff macro
43 #undef EL_BASE
44 #define EL_BASE pw_aff macro
49 #undef EL_BASE
50 #define EL_BASE pw_multi_aff macro
55 #undef EL_BASE
56 #define EL_BASE union_pw_aff macro
61 #undef EL_BASE
62 #define EL_BASE union_pw_multi_aff macro
H A Disl_fold.c23 #undef EL_BASE
24 #define EL_BASE pw_qpolynomial_fold macro
H A Disl_schedule_tree.c28 #undef EL_BASE
29 #define EL_BASE schedule_tree macro
H A Disl_polynomial.c31 #undef EL_BASE
32 #define EL_BASE qpolynomial macro
36 #undef EL_BASE
37 #define EL_BASE pw_qpolynomial macro