/llvm-project/llvm/tools/llvm-stress/ |
H A D | llvm-stress.cpp | 86 class Random { class 89 Random(unsigned _seed):Seed(_seed) {} in Random() function in llvm::__anon707eaac40111::Random 122 assert(Val <= max() && "Random value out of range"); in operator ()() 159 Modifier(BasicBlock *Block, PieceTable *PT, Random *R) in Modifier() 316 /// Random number generator 317 Random *Ran; 326 LoadModifier(BasicBlock *BB, PieceTable *PT, Random *R) 339 StoreModifier(BasicBlock *BB, PieceTable *PT, Random *R) in LoadModifier() 358 BinModifier(BasicBlock *BB, PieceTable *PT, Random *R) in Act() 403 ConstModifier(BasicBlock *BB, PieceTable *PT, Random * in Act() [all...] |
/llvm-project/libcxx/benchmarks/ |
H A D | map.bench.cpp |
|
H A D | formatter_float.bench.cpp |
|
H A D | ordered_set.bench.cpp |
|
/llvm-project/llvm/unittests/Object/ |
H A D | ELFTypesTest.cpp | 46 static const uint8_t Random[] = {1, 2, 3, 4, 5, 6, 7, 8, 9}; in TEST() local 47 ArrayRef<uint8_t> RandomData = ArrayRef(Random); in TEST() 56 StringRef(reinterpret_cast<const char *>(Random), sizeof(Random))); in TEST()
|
/llvm-project/third-party/benchmark/docs/ |
H A D | random_interleaving.md | 3 # Random Interleaving 5 [Random Interleaving](https://github.com/google/benchmark/issues/1051) is a
|
H A D | index.md | 8 * [Random Interleaving](random_interleaving.md)
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerRandom.h | 17 class Random : public std::minstd_rand { 19 Random(unsigned int seed) : std::minstd_rand(seed) {} in Random() function
|
H A D | FuzzerMutate.h | 23 MutationDispatcher(Random &Rand, const FuzzingOptions &Options); 96 Random &GetRand() { return Rand; } in GetRand() 127 Random &Rand;
|
H A D | FuzzerFork.h | 19 void FuzzWithFork(Random &Rand, const FuzzingOptions &Options,
|
H A D | FuzzerCorpus.h | 303 InputInfo &ChooseUnitToMutate(Random &Rand) { in ChooseUnitToMutate() 309 InputInfo &ChooseUnitToCrossOverWith(Random &Rand, bool UniformDist) { in ChooseUnitToCrossOverWith() 319 size_t ChooseUnitIdxToMutate(Random &Rand) { in ChooseUnitIdxToMutate() 496 void UpdateCorpusDistribution(Random &Rand) { in UpdateCorpusDistribution()
|
H A D | FuzzerDefs.h | 29 class Random; variable
|
H A D | FuzzerDataFlowTrace.h | 120 std::vector<SizedFile> &CorporaFiles, Random &Rand);
|
H A D | FuzzerMutate.cpp | 27 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/compiler-rt/lib/fuzzer/tests/ |
H A D | FuzzerUnittest.cpp | 51 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/polly/test/CodeGen/ |
H A D | simple_nonaffine_loop.ll | 14 ; 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/llvm/lib/Target/ARM/ |
H A D | README-Thumb2.txt | 2 // Random ideas for the ARM backend (Thumb2 specific).
|
/llvm-project/libc/AOR_v20.02/math/test/testcases/random/ |
H A D | double.tst | 1 !! double.tst - Random test case specification for DP functions
|
H A D | float.tst | 1 !! single.tst - Random test case specification for SP functions
|
/llvm-project/flang/unittests/Runtime/ |
H A D | CMakeLists.txt | 24 Random.cpp
|
/llvm-project/third-party/unittest/googletest/src/ |
H A D | gtest-internal-inl.h | 304 void ShuffleRange(internal::Random* random, int begin, int end, in ShuffleRange() 328 inline void Shuffle(internal::Random* random, std::vector<E>* v) { in Shuffle() 824 internal::Random* random() { return &random_; } in random() 937 internal::Random random_;
|
/llvm-project/libcxx/benchmarks/algorithms/ |
H A D | common.h |
|
/llvm-project/third-party/unittest/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 855 class GTEST_API_ Random { 859 explicit Random(uint32_t seed) : state_(seed) {} in Random() function 869 Random(const Random&) = delete; 870 Random& operator=(const Random&) = delete;
|
/llvm-project/polly/test/ScopInfo/ |
H A D | simple_nonaffine_loop_not.ll | 4 @.str = private unnamed_addr constant [17 x i8] c"Random Value: %d\00", align 1
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | README-FPStack.txt | 2 // Random ideas for the X86 backend: FP stack related stuff
|