Searched refs:shuffle (Results 51 - 65 of 65) sorted by relevance

123

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerLoop.cpp772 std::shuffle(SizedFiles.begin(), SizedFiles.end(), MD.GetRand());
H A DFuzzerMutate.cpp100 std::shuffle(Data + ShuffleStart, Data + ShuffleStart + ShuffleAmount, Rand);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp721 llvm::shuffle(BoolInst.begin(), BoolInst.end(), R);
/netbsd-current/external/lgpl3/gmp/dist/
H A Dconfig.guess810 the vendor string, and another for the processor name string. We shuffle
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dalgorithmfwd.h119 shuffle (C++11)
627 shuffle(_RAIter, _RAIter, _UGenerator&&);
H A Dranges_algo.h1820 std::shuffle(std::move(__first), __lasti, std::forward<_Gen>(__g));
1835 inline constexpr __shuffle_fn shuffle{};
H A Dstl_algo.h3753 shuffle(_RandomAccessIterator __first, _RandomAccessIterator __last, function
4580 * @brief Randomly shuffle the elements of a sequence.
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dalgorithmfwd.h119 shuffle (C++11)
628 shuffle(_RAIter, _RAIter, _UGenerator&&);
832 _GLIBCXX14_DEPRECATED_SUGGEST("std::shuffle")
837 _GLIBCXX14_DEPRECATED_SUGGEST("std::shuffle")
H A Dranges_algo.h1611 std::shuffle(std::move(__first), __lasti, std::forward<_Gen>(__g));
1626 inline constexpr __shuffle_fn shuffle{};
H A Dstl_algo.h3702 shuffle(_RandomAccessIterator __first, _RandomAccessIterator __last, function
4524 * @brief Randomly shuffle the elements of a sequence.
4536 * Use `std::shuffle` instead, which was introduced in C++11.
4539 _GLIBCXX14_DEPRECATED_SUGGEST("std::shuffle")
4576 * Use `std::shuffle` instead, which was introduced in C++11.
4579 _GLIBCXX14_DEPRECATED_SUGGEST("std::shuffle")
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSTLExtras.h1309 void shuffle(Iterator first, Iterator last, RNG &&g) {
1360 llvm::shuffle(Start, End, Generator);
1418 // Provide wrappers to std::sort which shuffle the elements before sorting
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h139 GTEST_DECLARE_bool_(shuffle);
998 // Restores the test order to before the first shuffle.
/netbsd-current/usr.bin/make/unit-tests/
H A DMakefile380 TESTS+= varmod-order-shuffle
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6900 // check if an VEXT instruction can handle the shuffle mask when the
6901 // vector sources of the shuffle are the same.
6905 // Assume that the first shuffle index is not UNDEF. Fail if it is.
6911 // If this is a VEXT shuffle, the immediate value is the index of the first
6912 // element. The other shuffle indices must be the successive elements after
6935 // Assume that the first shuffle index is not UNDEF. Fail if it is.
6941 // If this is a VEXT shuffle, the immediate value is the index of the first
6942 // element. The other shuffle indices must be the successive elements after
6980 // Checks whether the shuffle mask represents a vector transpose (VTRN) by
6981 // checking that pairs of elements in the shuffle mas
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8184 // shuffle in combination with VEXTs.
8201 // be compatible with the shuffle we intend to construct. As a result
8228 "a shuffle can only come from building a vector from "
8269 // to construct a compatible shuffle either by concatenating it with UNDEF or
8287 // shuffle...
8343 // for the shuffle.
8355 // Final sanity check before we try to actually produce a shuffle.
8360 // The stars all align, our next step is to produce the mask for the shuffle.
8379 // This source is expected to fill ResMultiplier lanes of the final shuffle,
8391 LLVM_DEBUG(dbgs() << "Reshuffle failed: illegal shuffle mas
[all...]

Completed in 429 milliseconds

123