Searched refs:shuffle (Results 26 - 31 of 31) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h1326 void shuffle(Iterator first, Iterator last, RNG &&g) { function
1370 std::shuffle(Start, End, Generator);
1428 // Provide wrappers to std::sort which shuffle the elements before sorting
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/
H A Dgtest.h150 GTEST_DECLARE_bool_(shuffle);
982 // Restores the test order to before the first shuffle.
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DWriter.cpp1293 llvm::shuffle(priorities.begin(), priorities.end(), g);
1435 // --symbol-ordering-file or --shuffle-sections=. This is a least significant
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6972 // shuffle in combination with VEXTs.
6987 // be compatible with the shuffle we intend to construct. As a result
7014 "a shuffle can only come from building a vector from "
7054 // to construct a compatible shuffle either by concatenating it with UNDEF or
7071 // shuffle...
7116 // for the shuffle.
7127 // Final sanity check before we try to actually produce a shuffle.
7132 // The stars all align, our next step is to produce the mask for the shuffle.
7151 // This source is expected to fill ResMultiplier lanes of the final shuffle,
7163 LLVM_DEBUG(dbgs() << "Reshuffle failed: illegal shuffle mas
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6878 // check if an VEXT instruction can handle the shuffle mask when the
6879 // vector sources of the shuffle are the same.
6883 // Assume that the first shuffle index is not UNDEF. Fail if it is.
6889 // If this is a VEXT shuffle, the immediate value is the index of the first
6890 // element. The other shuffle indices must be the successive elements after
6913 // Assume that the first shuffle index is not UNDEF. Fail if it is.
6919 // If this is a VEXT shuffle, the immediate value is the index of the first
6920 // element. The other shuffle indices must be the successive elements after
6944 /// isVREVMask - Check if a vector shuffle corresponds to a VREV
6957 // If the first shuffle inde
[all...]
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp13965 std::shuffle( sorted.begin(), sorted.end(), rng() );

Completed in 218 milliseconds

12