Home
last modified time | relevance | path

Searched refs:shuffle (Results 1 – 25 of 82) sorted by relevance

1234

/freebsd/sys/geom/bde/
H A Dg_bde_lock.c
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMSA.txt23 It is not possible to emit vshf.w when the shuffle description is
25 instead. It is also impossible for the shuffle description to be
30 When the shuffle description describes a splat operation, splat.[bhwd]
37 same shuffle. ilvev.d will be emitted instead.
41 same shuffle. ilvod.d will be emitted instead.
/freebsd/usr.bin/enigma/
H A Denigma.c30 static void shuffle(char *);
128 shuffle(deck); in main()
139 shuffle(char deckary[]) in shuffle() function
/freebsd/contrib/llvm-project/libc/src/__support/GPU/
H A Dutils.h90 LIBC_INLINE uint32_t shuffle(uint64_t lane_mask, uint32_t idx, uint32_t x,
95 LIBC_INLINE uint64_t shuffle(uint64_t lane_mask, uint32_t idx, uint64_t x,
101 LIBC_INLINE T *shuffle(uint64_t lane_mask, uint32_t idx, T *x,
H A Dallocator.cpp276 before = gpu::shuffle(mask, cpp::countr_zero(match), before); in allocate()
413 result = gpu::shuffle(lane_mask, cpp::countr_zero(uniform), result); in try_lock()
414 count = gpu::shuffle(lane_mask, cpp::countr_zero(uniform), count); in try_lock()
474 uint32_t new_index = gpu::shuffle( in find_slab()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_neon_incl.td136 // shuffle - Create a vector shuffle. The syntax is (shuffle ARG0, ARG1, MASK).
142 // (shuffle $p0, $p1, mask0) -> $p0
143 // (shuffle $p0, $p1, mask1) -> $p1
148 // example: (shuffle $p0, $p1, (add (highhalf mask0), (highhalf mask1))) ->
150 def shuffle;
175 // mask0 - The initial sequence of lanes for shuffle ARG0
177 // mask0 - The initial sequence of lanes for shuffle ARG1
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp169 std::shuffle(SrcTys.begin(), SrcTys.end(), Rand); in findOrCreateSource()
193 std::shuffle(Dominators.begin(), Dominators.end(), Rand); in findOrCreateSource()
347 std::shuffle(SinkTys.begin(), SinkTys.end(), Rand); in connectToSink()
375 std::shuffle(Dominators.begin(), Dominators.end(), Rand); in connectToSink()
388 std::shuffle(Dominatees.begin(), Dominatees.end(), Rand); in connectToSink()
/freebsd/contrib/googletest/googletest/test/
H A DBUILD.bazel71 "googletest-shuffle-test_.cc",
402 name = "googletest-shuffle-test_",
403 srcs = ["googletest-shuffle-test_.cc"],
408 name = "googletest-shuffle-test",
410 srcs = ["googletest-shuffle-test.py"],
411 data = [":googletest-shuffle-test_"],
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRandstruct.cpp153 std::shuffle(std::begin(Buckets), std::end(Buckets), RNG); in randomizeStructureLayoutImpl()
160 std::shuffle(std::begin(RandFields), std::end(RandFields), RNG); in randomizeStructureLayoutImpl()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h60 void shuffle(u32 State) { ::scudo::shuffle(Batch, Count, &State); } in shuffle() function
292 B->shuffle(Seed); in doRecycle()
H A Dcommon.h110 template <typename T> inline void shuffle(T *A, u32 N, u32 *RandState) { in shuffle() function
/freebsd/tests/sys/cddl/zfs/tests/txg_integrity/
H A Dmake_patterns.py30 random.shuffle(perm)
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_shuffle.h58 inline constexpr auto shuffle = __shuffle{};
H A Dshuffle.h158 shuffle(_RandomAccessIterator __first, _RandomAccessIterator __last, _UniformRandomNumberGenerator&… in shuffle() function
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DFindBugs.cpp44 llvm::shuffle(PassesToRun.begin(), PassesToRun.end(), randomness); in runManyPasses()
H A DListReducer.h95 llvm::shuffle(ShuffledList.begin(), ShuffledList.end(), randomness); in reduceList()
/freebsd/tools/test/stress2/misc/
H A Dmemguard2.sh55 sed 's/ *$//' | tr '\n' ' ' | ../tools/shuffle | \
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.cppm
H A Dalgorithm.inc349 // [alg.random.shuffle], shuffle
350 using std::shuffle;
353 using std::ranges::shuffle;
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h14631 char2 __ovld __cnfn shuffle(char2, uchar2);
14632 char2 __ovld __cnfn shuffle(char4, uchar2);
14633 char2 __ovld __cnfn shuffle(char8, uchar2);
14634 char2 __ovld __cnfn shuffle(char16, uchar2);
14636 uchar2 __ovld __cnfn shuffle(uchar2, uchar2);
14637 uchar2 __ovld __cnfn shuffle(uchar4, uchar2);
14638 uchar2 __ovld __cnfn shuffle(uchar8, uchar2);
14639 uchar2 __ovld __cnfn shuffle(uchar16, uchar2);
14641 short2 __ovld __cnfn shuffle(short2, ushort2);
14642 short2 __ovld __cnfn shuffle(short4, ushort2);
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/
H A Dshuffle.h148 shuffle(_RandomAccessIterator __first, _RandomAccessIterator __last, _UniformRandomNumberGenerator&… in shuffle() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp286 auto shuffle = [this] (const BT::RegisterCell &Rs, const BT::RegisterCell &Rt, in evaluate() local
770 RegisterCell RC = shuffle(rc(1), rc(2), 8, false); in evaluate()
774 RegisterCell RC = shuffle(rc(1), rc(2), 16, false); in evaluate()
778 RegisterCell RC = shuffle(rc(1), rc(2), 8, true); in evaluate()
782 RegisterCell RC = shuffle(rc(1), rc(2), 16, true); in evaluate()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp94 if (shuffle()) { in reshuffleTo()
H A DHexagonShuffler.h202 bool shuffle();
/freebsd/contrib/googletest/googletest/
H A DCMakeLists.txt304 cxx_executable(googletest-shuffle-test_ test gtest)
305 py_test(googletest-shuffle-test)

1234