Home
last modified time | relevance | path

Searched refs:compute_thread_count (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DThreading.cpp51 unsigned llvm::ThreadPoolStrategy::compute_thread_count() const { in compute_thread_count() function in llvm::ThreadPoolStrategy
60 unsigned llvm::ThreadPoolStrategy::compute_thread_count() const { in compute_thread_count() function in llvm::ThreadPoolStrategy
H A DThreadPool.cpp24 : ThreadCount(S.compute_thread_count()) { in ThreadPool()
115 : ThreadCount(S.compute_thread_count()) { in ThreadPool()
H A DParallel.cpp44 unsigned ThreadCount = S.compute_thread_count(); in ThreadPoolExecutor()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc269 if (compute_thread_count() <= MaxThreadsPerSocket)
272 assert(ThreadPoolNum < compute_thread_count() &&
276 return (ThreadPoolNum * Groups.size()) / compute_thread_count();
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreading.h137 unsigned compute_thread_count() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp109 std::max(2u, llvm::hardware_concurrency().compute_thread_count() / 4); in SingleCache()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DWriter.cpp1070 unsigned chunkCount = parallel::strategy.compute_thread_count() * 10; in writeUuid()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2856 .compute_thread_count(), in createSymbols()
3323 .compute_thread_count(), in finalizeContents()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp340 NumThreads = std::min(hardware_concurrency().compute_thread_count(), in mergeInstrProfile()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp669 llvm::get_threadpool_strategy(Parallelism)->compute_thread_count(); in ConstructJob()