Searched refs:isl_map_order_gt (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/polly/lib/External/isl/include/isl/ |
D | map.h | 497 __isl_give isl_map *isl_map_order_gt(__isl_take isl_map *map,
|
D | isl-noexceptions.h | 8746 …auto res = isl_map_order_gt(copy(), static_cast<enum isl_dim_type>(type1), pos1, static_cast<enum … in order_gt()
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_test.c | 8702 map = isl_map_order_gt(map, isl_dim_in, 0, isl_dim_out, 0); in test_slice() 8710 map = isl_map_order_gt(map, isl_dim_in, 0, isl_dim_in, 0); in test_slice()
|
D | isl_ast_codegen.c | 3650 gt = isl_map_order_gt(gt, isl_dim_in, depth, isl_dim_out, depth); in generate_shifted_component_tree()
|
D | isl_scheduler.c | 5638 map = isl_map_order_gt(map, isl_dim_in, 0, isl_dim_out, 0); in is_violated()
|
D | isl_map.c | 13320 __isl_give isl_map *isl_map_order_gt(__isl_take isl_map *map, in isl_map_order_gt() function 13338 return isl_map_order_gt(map, type2, pos2, type1, pos1); in isl_map_order_lt()
|
/external/llvm-project/polly/lib/External/isl/doc/ |
D | user.pod | 5658 __isl_give isl_map *isl_map_order_gt(__isl_take isl_map *map,
|