/llvm-project/llvm/unittests/Support/ |
H A D | ThreadPool.cpp | 143 DefaultThreadPool Pool; in TYPED_TEST() 163 DefaultThreadPool Pool; in TYPED_TEST() 173 DefaultThreadPool Pool; in TYPED_TEST() 188 DefaultThreadPool Pool(hardware_concurrency(2)); in TYPED_TEST() 204 DefaultThreadPool Pool(hardware_concurrency(2)); in TYPED_TEST() 216 DefaultThreadPool Pool(hardware_concurrency(2)); in TYPED_TEST() 232 DefaultThreadPool Pool; in TYPED_TEST() 253 DefaultThreadPool Pool(S); in TYPED_TEST() 291 DefaultThreadPool Pool; in TYPED_TEST() 326 DefaultThreadPool Poo in TYPED_TEST() [all...] |
H A D | ThreadSafeAllocatorTest.cpp | 80 DefaultThreadPool Threads; in TEST() 107 DefaultThreadPool Threads; in TEST() 126 DefaultThreadPool Threads; in TEST()
|
H A D | ParallelTest.cpp | 154 DefaultThreadPool Pool; in TEST()
|
/llvm-project/llvm/unittests/Debuginfod/ |
H A D | HTTPServerTests.cpp | 95 DefaultThreadPool Pool(hardware_concurrency(1)); in TEST_F() 119 DefaultThreadPool Pool(hardware_concurrency(1)); in TEST_F() 138 DefaultThreadPool Pool(hardware_concurrency(1)); in TEST_F() 170 DefaultThreadPool Pool(hardware_concurrency(1)); in TEST_F() 206 DefaultThreadPool Pool(hardware_concurrency(1)); in TEST_F() 223 DefaultThreadPool Pool(hardware_concurrency(1)); in TEST_F() 260 DefaultThreadPool Pool(hardware_concurrency(1)); in TEST_F() 292 DefaultThreadPool Pool(hardware_concurrency(1)); in TEST_F()
|
/llvm-project/llvm/unittests/ADT/ |
H A D | LazyAtomicPointerTest.cpp | 21 DefaultThreadPool Threads; in TEST() 41 DefaultThreadPool Threads; in TEST()
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | ThreadPool.h | 255 using DefaultThreadPool = StdThreadPool; variable 257 using DefaultThreadPool = SingleThreadExecutor; variable
|
/llvm-project/bolt/lib/Core/ |
H A D | ParallelUtilities.cpp | 110 ThreadPoolPtr = std::make_unique<DefaultThreadPool>( in getThreadPool()
|
/llvm-project/mlir/lib/CAPI/IR/ |
H A D | Support.cpp | 28 return wrap(new llvm::DefaultThreadPool()); in mlirLlvmThreadPoolCreate()
|
/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/tool/ |
H A D | FindAllSymbolsMain.cpp | 92 llvm::DefaultThreadPool Pool; in Merge()
|
/llvm-project/llvm/tools/llvm-debuginfod/ |
H A D | llvm-debuginfod.cpp | 132 DefaultThreadPool Pool(hardware_concurrency(MaxConcurrency)); in llvm_debuginfod_main()
|
/llvm-project/clang/lib/Tooling/ |
H A D | AllTUsExecution.cpp | 118 llvm::DefaultThreadPool Pool(llvm::hardware_concurrency(ThreadCount)); in execute()
|
/llvm-project/llvm/examples/SpeculativeJIT/ |
H A D | SpeculativeJIT.cpp | 135 DefaultThreadPool CompileThreads{llvm::hardware_concurrency(NumThreads)};
|
/llvm-project/llvm/tools/llvm-reduce/deltas/ |
H A D | Delta.cpp | 226 std::make_unique<DefaultThreadPool>(hardware_concurrency(NumJobs)); in runDeltaPass()
|
/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageReport.cpp | 485 DefaultThreadPool Pool(S); in prepareFileReports() 600 DefaultThreadPool Pool(PoolS); in prepareDirectoryReports()
|
H A D | CoverageExporterJson.cpp | 280 DefaultThreadPool Pool(S); in renderFiles()
|
/llvm-project/llvm/lib/Support/ |
H A D | BalancedPartitioning.cpp | 86 DefaultThreadPool TheThreadPool; in run()
|
/llvm-project/clang-tools-extra/clang-doc/tool/ |
H A D | ClangDocMain.cpp | 317 llvm::DefaultThreadPool Pool(llvm::hardware_concurrency(ExecutorConcurrency)); in main()
|
/llvm-project/mlir/lib/ExecutionEngine/ |
H A D | AsyncRuntime.cpp | 75 llvm::DefaultThreadPool threadPool;
|
/llvm-project/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 980 DefaultThreadPool Pool; in run() 1123 DefaultThreadPool Pool(heavyweight_hardware_concurrency(ThreadCount)); in run()
|
H A D | LTOBackend.cpp | 464 DefaultThreadPool CodegenThreadPool( in splitCodeGen()
|
/llvm-project/mlir/lib/IR/ |
H A D | MLIRContext.cpp | 273 ownedThreadPool = std::make_unique<llvm::DefaultThreadPool>(); 615 impl->ownedThreadPool = std::make_unique<llvm::DefaultThreadPool>(); in disableMultithreading()
|
/llvm-project/bolt/tools/merge-fdata/ |
H A D | merge-fdata.cpp | 339 DefaultThreadPool Pool(S); in mergeLegacyProfiles()
|
/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | DwarfTransformer.cpp | 663 DefaultThreadPool pool(hardware_concurrency(NumThreads)); in verify()
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | dsymutil.cpp | 735 DefaultThreadPool Threads(S); in dsymutil_main()
|
/llvm-project/lldb/source/Core/ |
H A D | Debugger.cpp | 107 static llvm::DefaultThreadPool *g_thread_pool = nullptr; 641 g_thread_pool = new llvm::DefaultThreadPool(llvm::optimal_concurrency());
|