Searched refs:isl_restriction (Results 1 – 3 of 3) sorted by relevance
23 struct isl_restriction;24 typedef struct isl_restriction isl_restriction; typedef26 __isl_null isl_restriction *isl_restriction_free(27 __isl_take isl_restriction *restr);28 __isl_give isl_restriction *isl_restriction_empty(30 __isl_give isl_restriction *isl_restriction_none(32 __isl_give isl_restriction *isl_restriction_input(34 __isl_give isl_restriction *isl_restriction_output(37 isl_ctx *isl_restriction_get_ctx(__isl_keep isl_restriction *restr);39 typedef __isl_give isl_restriction *(*isl_access_restrict)(
37 struct isl_restriction { struct46 static __isl_give isl_restriction *isl_restriction_alloc( in isl_restriction_alloc() argument50 isl_restriction *restr; in isl_restriction_alloc()56 restr = isl_calloc_type(ctx, struct isl_restriction); in isl_restriction_alloc()71 __isl_give isl_restriction *isl_restriction_none(__isl_take isl_map *source_map) in isl_restriction_none()78 __isl_give isl_restriction *isl_restriction_empty( in isl_restriction_empty()87 __isl_give isl_restriction *isl_restriction_input( in isl_restriction_input()91 isl_restriction *restr; in isl_restriction_input()97 restr = isl_calloc_type(ctx, struct isl_restriction); in isl_restriction_input()115 __isl_give isl_restriction *isl_restriction_output( in isl_restriction_output()[all …]
610 __isl_keep isl_restriction *restr);10542 typedef __isl_give isl_restriction *(*isl_access_restrict)(10567 An C<isl_restriction> object can be created, freed and inspected10572 __isl_give isl_restriction *isl_restriction_input(10575 __isl_give isl_restriction *isl_restriction_output(10577 __isl_give isl_restriction *isl_restriction_none(10579 __isl_give isl_restriction *isl_restriction_empty(10581 __isl_null isl_restriction *isl_restriction_free(10582 __isl_take isl_restriction *restr);