Searched refs:permutable (Results 1 – 25 of 39) sorted by relevance
12
/netbsd-src/external/mit/isl/dist/test_inputs/schedule/ |
H A D | niewang.st | 7 permutable: 1 12 permutable: 1 16 permutable: 1 20 permutable: 1 24 permutable: 1
|
H A D | max_coincidence.st | 7 permutable: 1 12 permutable: 1
|
H A D | flat2.st | 4 permutable: 1
|
H A D | flat5.st | 4 permutable: 1
|
H A D | flat6.st | 4 permutable: 1
|
H A D | flat1.st | 4 permutable: 1
|
H A D | flat3.st | 4 permutable: 1
|
H A D | leyin1.st | 4 permutable: 1
|
H A D | flat4.st | 4 permutable: 1
|
H A D | leyin2b.st | 4 permutable: 1
|
H A D | leyin2a.st | 4 permutable: 1
|
H A D | disjunctive_domain.st | 4 permutable: 1
|
H A D | bounded_coefficients.st | 4 permutable: 1
|
H A D | nana.st | 4 permutable: 1
|
H A D | nomax_coincidence.st | 4 permutable: 1
|
H A D | poliwoda.st | 4 permutable: 1
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_schedule_band.c | 105 dup->permutable = band->permutable; in isl_schedule_band_dup() 198 if (band1->permutable != band2->permutable) in isl_schedule_band_plain_is_equal() 277 return isl_bool_ok(band->permutable); in isl_schedule_band_get_permutable() 283 __isl_take isl_schedule_band *band, int permutable) in isl_schedule_band_set_permutable() argument 287 if (band->permutable == permutable) in isl_schedule_band_set_permutable() 293 band->permutable = permutable; in isl_schedule_band_set_permutable()
|
H A D | isl_schedule_band.h | 34 int permutable; member 96 __isl_take isl_schedule_band *band, int permutable);
|
H A D | isl_schedule_read.c | 503 int permutable = 0; in read_band() local 541 permutable = !isl_val_is_zero(v); in read_band() 573 band = isl_schedule_band_set_permutable(band, permutable); in read_band()
|
H A D | isl_schedule_tree.h | 190 __isl_take isl_schedule_tree *tree, int permutable);
|
/netbsd-src/external/mit/isl/dist/test_inputs/codegen/ |
H A D | isolate7.st | 7 permutable: 1 11 permutable: 1
|
H A D | correlation.st | 6 permutable: 1 11 permutable: 1
|
H A D | gemm.st | 7 permutable: 1
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | ranges_algo.h | 1210 template<permutable _Iter, sentinel_for<_Iter> _Sent, in _GLIBCXX_VISIBILITY() 1236 requires permutable<iterator_t<_Range>> in _GLIBCXX_VISIBILITY() 1249 template<permutable _Iter, sentinel_for<_Iter> _Sent, in _GLIBCXX_VISIBILITY() 1266 requires permutable<iterator_t<_Range>> in _GLIBCXX_VISIBILITY() 1362 template<permutable _Iter, sentinel_for<_Iter> _Sent, in _GLIBCXX_VISIBILITY() 1387 requires permutable<iterator_t<_Range>> in _GLIBCXX_VISIBILITY() 1491 requires permutable<_Iter> in _GLIBCXX_VISIBILITY() 1527 requires permutable<iterator_t<_Range>> in _GLIBCXX_VISIBILITY() 1573 template<permutable _Iter, sentinel_for<_Iter> _Sent> in _GLIBCXX_VISIBILITY() 1707 requires permutable<iterator_t<_Range>> in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | ranges_algo.h | 1000 template<permutable _Iter, sentinel_for<_Iter> _Sent, in _GLIBCXX_VISIBILITY() 1026 requires permutable<iterator_t<_Range>> in _GLIBCXX_VISIBILITY() 1039 template<permutable _Iter, sentinel_for<_Iter> _Sent, in _GLIBCXX_VISIBILITY() 1056 requires permutable<iterator_t<_Range>> in _GLIBCXX_VISIBILITY() 1152 template<permutable _Iter, sentinel_for<_Iter> _Sent, in _GLIBCXX_VISIBILITY() 1177 requires permutable<iterator_t<_Range>> in _GLIBCXX_VISIBILITY() 1281 requires permutable<_Iter> in _GLIBCXX_VISIBILITY() 1317 requires permutable<iterator_t<_Range>> in _GLIBCXX_VISIBILITY() 1363 template<permutable _Iter, sentinel_for<_Iter> _Sent> in _GLIBCXX_VISIBILITY() 1497 requires permutable<iterator_t<_Range>> in _GLIBCXX_VISIBILITY() [all …]
|
12