Searched refs:isl_set_dim_max (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/polly/lib/External/ppcg/ |
| H A D | util.c | 94 bound = isl_set_dim_max(isl_set_copy(set), i); in ppcg_size_from_extent()
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_test.c | 7583 pa = isl_set_dim_max(set, 0); in test_dim_max_2() 7603 pwaff = isl_set_dim_max(set, 0); in test_dim_max() 7617 pwaff = isl_set_dim_max(set, 0); in test_dim_max() 7631 pwaff = isl_set_dim_max(set, 0); in test_dim_max() 7648 pwaff = isl_set_dim_max(isl_set_copy(set), 0); in test_dim_max() 7656 pwaff = isl_set_dim_max(isl_set_copy(set), 3); in test_dim_max() 7693 pwaff = isl_set_dim_max(set, 0); in test_dim_max()
|
| H A D | isl_aff.c | 6704 return set_opt_mpa(set, &isl_set_dim_max); in isl_set_max_multi_pw_aff()
|
| H A D | isl_map.c | 7543 __isl_give isl_pw_aff *isl_set_dim_max(__isl_take isl_set *set, int pos) in isl_set_dim_max() function
|
| /llvm-project-15.0.7/polly/lib/External/isl/include/isl/ |
| H A D | set.h | 590 __isl_give isl_pw_aff *isl_set_dim_max(__isl_take isl_set *set, int pos);
|
| H A D | isl-noexceptions.h | 18642 auto res = isl_set_dim_max(copy(), pos); in dim_max()
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | PPCGCodeGeneration.cpp | 2941 isl_pw_aff *Bound = isl_set_dim_max(isl_set_copy(Dom), 0); in setArrayBounds() 3344 isl_pw_aff *Max = isl_set_dim_max(isl_set_copy(Set), i); in approxPointsInSet()
|
| /llvm-project-15.0.7/polly/lib/External/isl/doc/ |
| H A D | user.pod | 6577 __isl_give isl_pw_aff *isl_set_dim_max(
|