Home
last modified time | relevance | path

Searched refs:isl_map_order_gt (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/polly/lib/External/isl/include/isl/
Dmap.h497 __isl_give isl_map *isl_map_order_gt(__isl_take isl_map *map,
Disl-noexceptions.h8746 …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/
Disl_test.c8702 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()
Disl_ast_codegen.c3650 gt = isl_map_order_gt(gt, isl_dim_in, depth, isl_dim_out, depth); in generate_shifted_component_tree()
Disl_scheduler.c5638 map = isl_map_order_gt(map, isl_dim_in, 0, isl_dim_out, 0); in is_violated()
Disl_map.c13320 __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/
Duser.pod5658 __isl_give isl_map *isl_map_order_gt(__isl_take isl_map *map,