Searched refs:isl_sort (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_sort.h | 6 int isl_sort(void *const pbase, size_t total_elems, size_t size,
|
| H A D | isl_sort.c | 153 int isl_sort(void *const pbase, size_t total_elems, size_t size, in isl_sort() function
|
| H A D | isl_list_templ.c | 478 if (isl_sort(list->p, list->n, sizeof(list->p[0]), in LIST()
|
| H A D | isl_ast_build_expr.c | 2029 if (isl_sort(data->p, data->n, sizeof(data->p[0]), in build_pieces()
|
| H A D | isl_pw_templ.c | 1043 if (isl_sort(pw->p, pw->n, sizeof(pw->p[0]), in FN()
|
| H A D | isl_flow.c | 388 if (isl_sort(acc->source, acc->n_must, sizeof(struct isl_labeled_map), in isl_access_info_sort_sources()
|
| H A D | isl_convex_hull.c | 2921 if (isl_sort(ineq, n_ineq, sizeof(ineq[0]), &cmp_ineq, &dim) < 0) in uset_unshifted_simple_hull_from_basic_set_list()
|
| H A D | isl_output.c | 1358 if (isl_sort(split, map->n, sizeof(struct isl_aff_split), in split_aff()
|
| H A D | isl_scheduler.c | 1717 return isl_sort(graph->sorted, graph->n, sizeof(int), &cmp_scc, graph); in sort_sccs()
|
| H A D | isl_map.c | 10296 if (isl_sort(bmap->ineq, bmap->n_ineq, sizeof(isl_int *), in isl_basic_map_sort_constraints()
|
| /llvm-project-15.0.7/polly/lib/External/ |
| H A D | CMakeLists.txt | 260 isl/isl_sort.c
|