| /llvm-project-15.0.7/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 83 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 D | ELFTypesTest.cpp | 45 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 D | map.bench.cpp | 45 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 D | formatter_float.bench.cpp | 63 enum class ValueE { Inf, Random }; enumerator 82 struct Value<ValueE::Random> {
|
| H A D | ordered_set.bench.cpp | 29 enum class AccessPattern { Ordered, Random }; enumerator 37 if (AP == AccessPattern::Random) { in sortKeysBy()
|
| /llvm-project-15.0.7/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 | 7 * [Random Interleaving](random_interleaving.md)
|
| /llvm-project-15.0.7/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 | FuzzerDefs.h | 29 class Random; variable
|
| H A D | FuzzerCorpus.h | 302 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 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-15.0.7/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-15.0.7/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-15.0.7/llvm/lib/Target/ARM/ |
| H A D | README-Thumb2.txt | 2 // Random ideas for the ARM backend (Thumb2 specific).
|
| /llvm-project-15.0.7/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-15.0.7/flang/unittests/Runtime/ |
| H A D | CMakeLists.txt | 17 Random.cpp
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-internal-inl.h | 310 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 D | common.h | 33 Random, enumerator 152 case Order::Random: { in sortValues()
|
| /llvm-project-15.0.7/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-15.0.7/ |
| H A D | .mailmap | 6 # "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 D | README-FPStack.txt | 2 // Random ideas for the X86 backend: FP stack related stuff
|