Searched refs:isl_alloc (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/mit/isl/dist/include/isl/ |
H A D | ctx.h | 123 #define isl_alloc(ctx,type,size) ((type *)isl_malloc_or_die(ctx, size)) macro 128 #define isl_alloc_type(ctx,type) isl_alloc(ctx,type,sizeof(type)) 131 #define isl_alloc_array(ctx,type,n) isl_alloc(ctx,type,(n)*sizeof(type))
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_dim_map.c | 33 dim_map = isl_alloc(ctx, struct isl_dim_map, in isl_dim_map_alloc()
|
H A D | isl_reordering.c | 29 exp = isl_alloc(ctx, struct isl_reordering, in isl_reordering_alloc()
|
H A D | isl_list_templ.c | 38 list = isl_alloc(ctx, LIST(EL), in LIST()
|
H A D | isl_pw_templ.c | 33 pw = isl_alloc(ctx, struct PW, in FN()
|