|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/polly/lib/External/isl/isl_union_multi.c 26 S(UNION,group) {
46 S(UNION,foreach_group_data)
48 isl_stat (*fn)(__isl_keep S(UNION,group) *group, void *user);
56 S(UNION,group) *group = *entry;
57 S(UNION,foreach_group_data) *data;
59 data = (S(UNION,foreach_group_data) *) user;
66 isl_stat (*fn)(__isl_keep S(UNION,group) *group, void *user),
69 S(UNION,foreach_group_data) data = { fn, user };
82 static isl_stat FN(UNION,count_part)(__isl_keep S(UNION,group) *group,
119 static __isl_null S(UNION,group) *FN(UNION,group_free)(
120 __isl_take S(UNION,group) *group)
139 static __isl_give S(UNION,group) *FN(UNION,group_alloc)(
143 S(UNION,group) *group;
148 group = isl_calloc_type(ctx, S(UNION,group));
174 static __isl_give S(UNION,group) *FN(UNION,group_cow)(
175 __isl_take S(UNION,group) *group)
180 S(UNION,foreach_data)
189 S(UNION,foreach_data) *data = (S(UNION,foreach_data) *) user;
189 S(UNION,foreach_data) *data = (S(UNION,foreach_data) *) user;
199 static isl_stat FN(UNION,group_call_on_copy)(__isl_keep S(UNION,group) *group,
215 S(UNION,foreach_data) data = { fn, user };
228 S(UNION,group) *group = (S(UNION,group) *) entry;
228 S(UNION,group) *group = (S(UNION,group) *) entry;
250 S(UNION,group) *group;
293 S(UNION,group) *group;
377 S(UNION,group) *group;
414 S(UNION,foreach_inplace_data)
423 static isl_stat FN(UNION,group_call_inplace)(__isl_keep S(UNION,group) *group,
427 S(UNION,foreach_inplace_data) *data;
432 data = (S(UNION,foreach_inplace_data) *) user;
443 S(UNION,foreach_inplace_data) data = { fn, user };
460 S(UNION,group) *group = *entry;
tools/polly/lib/External/isl/isl_union_single.c 37 S(UNION,foreach_data)
46 S(UNION,foreach_data) *data = (S(UNION,foreach_data) *)user;
46 S(UNION,foreach_data) *data = (S(UNION,foreach_data) *)user;
57 S(UNION,foreach_data) data = { fn, user };
tools/polly/lib/External/isl/isl_union_templ.c 256 S(UNION,transform_data)
268 S(UNION,transform_data) *data = (S(UNION,transform_data) *)user;
268 S(UNION,transform_data) *data = (S(UNION,transform_data) *)user;
285 S(UNION,transform_data) data = { fn, user };
308 S(UNION,transform_data) *data = (S(UNION,transform_data) *) user;
308 S(UNION,transform_data) *data = (S(UNION,transform_data) *) user;
332 S(UNION,transform_data) data = { fn, user };
506 S(UNION,match_bin_data) {
518 S(UNION,match_bin_data) *data = user;
566 S(UNION,match_bin_data) data = { NULL, NULL, fn };
614 S(UNION,any_set_data) {
622 S(UNION,any_set_data) *data = user;
633 S(UNION,any_set_data) data = { NULL, fn };
668 S(UNION,match_domain_data) {
688 S(UNION,match_domain_data) *data = user;
720 S(UNION,match_domain_data) data = { NULL, NULL, fn };
960 S(UNION,plain_is_equal_data)
968 S(UNION,plain_is_equal_data) *data = user;
990 S(UNION,plain_is_equal_data) data = { NULL, isl_bool_true };
1065 S(UNION,drop_dims_data) {
1076 S(UNION,drop_dims_data) *data = user;
1088 S(UNION,drop_dims_data) data = { type, first, n };
1108 S(UNION,set_dim_name_data) {
1119 S(UNION,set_dim_name_data) *data = user;
1130 S(UNION,set_dim_name_data) data = { pos, s };