| /src/external/mit/isl/dist/ |
| isl_schedule_band.h | 14 * permutable is set if the band is permutable. 34 int permutable; member in struct:isl_schedule_band 96 __isl_take isl_schedule_band *band, int permutable);
|
| isl_schedule_band.c | 44 * The band is not marked permutable, the dimensions are not 105 dup->permutable = band->permutable; 198 if (band1->permutable != band2->permutable) 271 /* Is the schedule band mark permutable? 277 return isl_bool_ok(band->permutable); 280 /* Mark the schedule band permutable or not according to "permutable"? 283 __isl_take isl_schedule_band *band, int permutable) [all...] |
| isl_schedule_read.c | 47 [isl_schedule_key_permutable] = "permutable", 503 int permutable = 0; local 541 permutable = !isl_val_is_zero(v); 573 band = isl_schedule_band_set_permutable(band, permutable);
|
| isl_schedule_tree.h | 190 __isl_take isl_schedule_tree *tree, int permutable);
|
| isl_schedule_tree.c | 1064 /* Is the band tree root marked permutable? 1079 /* Mark the band tree root permutable or not according to "permutable"? 1082 __isl_take isl_schedule_tree *tree, int permutable) 1089 if (isl_schedule_tree_band_get_permutable(tree) == permutable) 1095 tree->band = isl_schedule_band_set_permutable(tree->band, permutable); 2675 * The permutable and coincident properties are only printed if they 2693 p = isl_printer_print_str(p, "permutable");
|
| isl_scheduler.c | 3795 * to the current band in "graph". Mark the band node permutable 3796 * if "permutable" is set. 3803 int permutable) 3842 node = isl_schedule_node_band_set_permutable(node, permutable); 3854 struct isl_sched_graph *graph, int permutable) 3864 node = insert_current_band(node, graph, permutable);
|
| isl_schedule_node.c | 1624 /* Is the band node "node" marked permutable? 1635 /* Mark the band node "node" permutable or not according to "permutable"? 1638 __isl_take isl_schedule_node *node, int permutable) 1644 if (isl_schedule_node_band_get_permutable(node) == permutable) 1648 tree = isl_schedule_tree_band_set_permutable(tree, permutable);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| ranges_algo.h | 1000 template<permutable _Iter, sentinel_for<_Iter> _Sent, 1026 requires permutable<iterator_t<_Range>> 1039 template<permutable _Iter, sentinel_for<_Iter> _Sent, 1056 requires permutable<iterator_t<_Range>> 1152 template<permutable _Iter, sentinel_for<_Iter> _Sent, 1177 requires permutable<iterator_t<_Range>> 1281 requires permutable<_Iter> 1317 requires permutable<iterator_t<_Range>> 1363 template<permutable _Iter, sentinel_for<_Iter> _Sent> 1497 requires permutable<iterator_t<_Range> [all...] |
| iterator_concepts.h | 930 /// [alg.req.permutable], concept `permutable` 932 concept permutable = forward_iterator<_Iter> local 949 concept sortable = permutable<_Iter>
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| ranges_algo.h | 977 template<permutable _Iter, sentinel_for<_Iter> _Sent, 1003 requires permutable<iterator_t<_Range>> 1016 template<permutable _Iter, sentinel_for<_Iter> _Sent, 1033 requires permutable<iterator_t<_Range>> 1129 template<permutable _Iter, sentinel_for<_Iter> _Sent, 1154 requires permutable<iterator_t<_Range>> 1258 requires permutable<_Iter> 1294 requires permutable<iterator_t<_Range>> 1340 template<permutable _Iter, sentinel_for<_Iter> _Sent> 1474 requires permutable<iterator_t<_Range> [all...] |
| iterator_concepts.h | 975 /// [alg.req.permutable], concept `permutable` 977 concept permutable = forward_iterator<_Iter> local 994 concept sortable = permutable<_Iter>
|
| /src/external/mit/isl/dist/include/isl/ |
| schedule_node.h | 168 __isl_take isl_schedule_node *node, int permutable);
|
| cpp-checked.h | 3364 inline boolean permutable() const; 3369 inline schedule_node_band set_permutable(int permutable) const; 16381 boolean schedule_node_band::permutable() const function in class:isl::checked::schedule_node_band 16389 return permutable(); 16410 schedule_node_band schedule_node_band::set_permutable(int permutable) const 16412 auto res = isl_schedule_node_band_set_permutable(copy(), permutable);
|
| cpp.h | 3430 inline bool permutable() const; 3435 inline schedule_node_band set_permutable(int permutable) const; 22782 bool schedule_node_band::permutable() const function in class:isl::schedule_node_band 22796 return permutable(); 22835 schedule_node_band schedule_node_band::set_permutable(int permutable) const 22841 auto res = isl_schedule_node_band_set_permutable(copy(), permutable);
|
| /src/external/mit/isl/dist/interface/ |
| isl.py | 15949 def permutable(arg0): member in class:schedule_node_band 15961 return arg0.permutable()
|