Home
last modified time | relevance | path

Searched refs:createRNG (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/unittests/IR/
DModuleTest.cpp69 std::unique_ptr<RandomNumberGenerator> RNG = M.createRNG(DP.getPassName()); in TEST()
/external/llvm/lib/IR/
DModule.cpp70 RandomNumberGenerator *Module::createRNG(const Pass* P) const { in createRNG() function in Module
/external/llvm/include/llvm/IR/
DModule.h252 RandomNumberGenerator *createRNG(const Pass* P) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h260 std::unique_ptr<RandomNumberGenerator> createRNG(const Pass* P) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp92 std::unique_ptr<RandomNumberGenerator> Module::createRNG(const Pass* P) const { in createRNG() function in Module
/external/llvm-project/llvm/include/llvm/IR/
DModule.h268 std::unique_ptr<RandomNumberGenerator> createRNG(const StringRef Name) const;
/external/llvm-project/llvm/lib/IR/
DModule.cpp91 Module::createRNG(const StringRef Name) const { in createRNG() function in Module