Home
last modified time | relevance | path

Searched refs:Random (Results 1 – 25 of 60) sorted by relevance

123

/llvm-project-15.0.7/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp83 class Random { class
86 Random(unsigned _seed):Seed(_seed) {} in Random() function in llvm::__anonb51810610111::Random
156 Modifier(BasicBlock *Block, PieceTable *PT, Random *R) in Modifier()
323 Random *Ran;
332 LoadModifier(BasicBlock *BB, PieceTable *PT, Random *R) in LoadModifier()
347 StoreModifier(BasicBlock *BB, PieceTable *PT, Random *R) in StoreModifier()
368 BinModifier(BasicBlock *BB, PieceTable *PT, Random *R) in BinModifier()
539 CastModifier(BasicBlock *BB, PieceTable *PT, Random *R) in CastModifier()
644 CmpModifier(BasicBlock *BB, PieceTable *PT, Random *R) in CmpModifier()
674 static void FillFunction(Function *F, Random &R) { in FillFunction()
[all …]
/llvm-project-15.0.7/llvm/unittests/Object/
H A DELFTypesTest.cpp45 static const uint8_t Random[] = {1, 2, 3, 4, 5, 6, 7, 8, 9}; in TEST() local
46 ArrayRef<uint8_t> RandomData = makeArrayRef(Random); in TEST()
55 StringRef(reinterpret_cast<const char *>(Random), sizeof(Random))); in TEST()
/llvm-project-15.0.7/libcxx/benchmarks/
H A Dmap.bench.cpp45 enum class Order { Sorted, Random }; enumerator
264 Order::value == ::Order::Random ? Shuffle::Keys in run()
383 Order::value == ::Order::Random ? Shuffle::Keys in run()
503 Order::value == ::Order::Random ? Shuffle::Keys in run()
623 Order::value == ::Order::Random ? Shuffle::Keys in run()
742 Order::value == ::Order::Random ? Shuffle::Keys in run()
824 Order::value == ::Order::Random ? Shuffle::Keys : Shuffle::None, 1); in run()
856 Order::value == ::Order::Random ? Shuffle::Keys : Shuffle::None, 1); in run()
888 Order::value == ::Order::Random ? Shuffle::Keys : Shuffle::None, 1); in run()
928 Order::value == ::Order::Random ? Shuffle::Keys : Shuffle::None, 1); in run()
[all …]
H A Dformatter_float.bench.cpp63 enum class ValueE { Inf, Random }; enumerator
82 struct Value<ValueE::Random> {
H A Dordered_set.bench.cpp29 enum class AccessPattern { Ordered, Random }; enumerator
37 if (AP == AccessPattern::Random) { in sortKeysBy()
/llvm-project-15.0.7/third-party/benchmark/docs/
H A Drandom_interleaving.md3 # Random Interleaving
5 [Random Interleaving](https://github.com/google/benchmark/issues/1051) is a
H A Dindex.md7 * [Random Interleaving](random_interleaving.md)
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerRandom.h17 class Random : public std::minstd_rand {
19 Random(unsigned int seed) : std::minstd_rand(seed) {} in Random() function
H A DFuzzerMutate.h23 MutationDispatcher(Random &Rand, const FuzzingOptions &Options);
96 Random &GetRand() { return Rand; } in GetRand()
127 Random &Rand;
H A DFuzzerFork.h19 void FuzzWithFork(Random &Rand, const FuzzingOptions &Options,
H A DFuzzerDefs.h29 class Random; variable
H A DFuzzerCorpus.h302 InputInfo &ChooseUnitToMutate(Random &Rand) { in ChooseUnitToMutate()
308 InputInfo &ChooseUnitToCrossOverWith(Random &Rand, bool UniformDist) { in ChooseUnitToCrossOverWith()
318 size_t ChooseUnitIdxToMutate(Random &Rand) { in ChooseUnitIdxToMutate()
495 void UpdateCorpusDistribution(Random &Rand) { in UpdateCorpusDistribution()
H A DFuzzerDataFlowTrace.h120 std::vector<SizedFile> &CorporaFiles, Random &Rand);
H A DFuzzerMutate.cpp27 MutationDispatcher::MutationDispatcher(Random &Rand, in MutationDispatcher()
63 static char RandCh(Random &Rand) { in RandCh()
402 size_t ChangeBinaryInteger(uint8_t *Data, size_t Size, Random &Rand) { in ChangeBinaryInteger()
/llvm-project-15.0.7/polly/test/CodeGen/
H A Dsimple_nonaffine_loop.ll14 ; printf("Random Value: %d", A[rand() % 1024*1024]);
21 @.str = private unnamed_addr constant [17 x i8] c"Random Value: %d\00", align 1
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp51 Random Rand(0); in TEST()
139 Random Rand(0); in TestEraseBytes()
175 Random Rand(0); in TestInsertByte()
211 Random Rand(0); in TestInsertRepeatedBytes()
256 Random Rand(0); in TestChangeByte()
292 Random Rand(0); in TestChangeBit()
328 Random Rand(0); in TestShuffleBytes()
358 Random Rand(0); in TestCopyPart()
408 Random Rand(0); in TEST()
421 Random Rand(0); in TestAddWordFromDictionary()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DREADME-Thumb2.txt2 // Random ideas for the ARM backend (Thumb2 specific).
/llvm-project-15.0.7/libc/AOR_v20.02/math/test/testcases/random/
H A Ddouble.tst1 !! double.tst - Random test case specification for DP functions
H A Dfloat.tst1 !! single.tst - Random test case specification for SP functions
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DCMakeLists.txt17 Random.cpp
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h310 void ShuffleRange(internal::Random* random, int begin, int end, in ShuffleRange()
334 inline void Shuffle(internal::Random* random, std::vector<E>* v) { in Shuffle()
817 internal::Random* random() { return &random_; } in random()
922 internal::Random random_;
/llvm-project-15.0.7/libcxx/benchmarks/algorithms/
H A Dcommon.h33 Random, enumerator
152 case Order::Random: { in sortValues()
/llvm-project-15.0.7/polly/test/ScopInfo/
H A Dsimple_nonaffine_loop_not.ll4 @.str = private unnamed_addr constant [17 x i8] c"Random Value: %d\00", align 1
/llvm-project-15.0.7/
H A D.mailmap6 # "Rañdom Person" and sometimes "Random Person" as name and you want the former
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DREADME-FPStack.txt2 // Random ideas for the X86 backend: FP stack related stuff

123