Searched refs:isl_point_alloc (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_point_private.h | 14 __isl_give isl_point *isl_point_alloc(__isl_take isl_space *space,
|
| H A D | isl_point.c | 60 __isl_give isl_point *isl_point_alloc(__isl_take isl_space *space, in isl_point_alloc() function 105 return isl_point_alloc(space, vec); in isl_point_zero() 117 pnt2 = isl_point_alloc(isl_space_copy(pnt->dim), isl_vec_copy(pnt->vec)); in isl_point_dup() 163 return isl_point_alloc(space, isl_vec_alloc(space->ctx, 0)); in isl_point_void() 511 pnt = isl_point_alloc(isl_space_copy(fp->dim), sample); in foreach_point()
|
| H A D | pip.c | 272 sample_pnt = isl_point_alloc(isl_set_get_space(sp->empty), sample); in scan_one()
|
| H A D | isl_map_subtract.c | 788 return isl_point_alloc(isl_basic_map_get_space(bmap), point); in singleton_extract_point()
|
| H A D | isl_sample.c | 1308 return isl_point_alloc(space, vec); in isl_basic_set_sample_point()
|