Home
last modified time | relevance | path

Searched refs:heavyweight_hardware_concurrency (Results 1 – 23 of 23) sorted by relevance

/external/llvm-project/llvm/include/llvm/Support/
DThreading.h194 heavyweight_hardware_concurrency(unsigned ThreadCount = 0) {
205 inline ThreadPoolStrategy heavyweight_hardware_concurrency(StringRef Num) { in heavyweight_hardware_concurrency() function
207 get_threadpool_strategy(Num, heavyweight_hardware_concurrency()); in heavyweight_hardware_concurrency()
210 return heavyweight_hardware_concurrency(); in heavyweight_hardware_concurrency()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DThreading.cpp48 unsigned llvm::heavyweight_hardware_concurrency() { return 1; } in heavyweight_hardware_concurrency() function in llvm
82 unsigned llvm::heavyweight_hardware_concurrency() { in heavyweight_hardware_concurrency() function in llvm
/external/llvm-project/llvm/unittests/Support/
DThreading.cpp21 auto Num = heavyweight_hardware_concurrency(); in TEST()
DThreadPool.cpp219 RunOnAllSockets(llvm::heavyweight_hardware_concurrency()); in TEST_F()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DThreading.h124 unsigned heavyweight_hardware_concurrency();
/external/llvm-project/lld/MachO/
DLTO.cpp31 lto::createInProcessThinBackend(llvm::heavyweight_hardware_concurrency()); in BitcodeCompiler()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DThreading.h151 unsigned heavyweight_hardware_concurrency();
/external/llvm-project/lld/wasm/
DLTO.cpp69 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs)); in createLTO()
/external/llvm-project/lld/COFF/
DLTO.cpp109 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs)); in BitcodeCompiler()
/external/llvm-project/lld/test/wasm/lto/
Dthinlto.ll46 ; Check without --thinlto-jobs (which currently defaults to heavyweight_hardware_concurrency, meann…
/external/llvm-project/llvm/tools/llvm-cov/
DCoverageExporterJson.cpp170 S = heavyweight_hardware_concurrency(SourceFiles.size()); in renderFiles()
DCoverageReport.cpp360 S = heavyweight_hardware_concurrency(Files.size()); in prepareFileReports()
DCodeCoverage.cpp966 S = heavyweight_hardware_concurrency(SourceFiles.size()); in doShow()
/external/llvm-project/lld/test/ELF/lto/
Dthinlto.ll54 ; Then check without --thinlto-jobs (which currently defaults to heavyweight_hardware_concurrency, …
/external/llvm-project/lld/ELF/
DLTO.cpp199 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs)); in BitcodeCompiler()
/external/llvm-project/llvm/tools/llvm-lto2/
Dllvm-lto2.cpp310 llvm::heavyweight_hardware_concurrency(Threads)); in run()
/external/llvm-project/llvm/lib/LTO/
DLTOBackend.cpp447 heavyweight_hardware_concurrency(ParallelCodeGenParallelismLevel)); in splitCodeGen()
DThinLTOCodeGenerator.cpp1071 ThreadPool Pool(heavyweight_hardware_concurrency(ThreadCount)); in run()
DLTO.cpp492 createInProcessThinBackend(llvm::heavyweight_hardware_concurrency()); in ThinLTOState()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp85 ThreadCount("threads", cl::init(llvm::heavyweight_hardware_concurrency()));
DLTO.cpp479 createInProcessThinBackend(llvm::heavyweight_hardware_concurrency()); in ThinLTOState()
/external/llvm-project/llvm/tools/gold/
Dgold-plugin.cpp894 llvm::heavyweight_hardware_concurrency(options::Parallelism)); in createLTO()
/external/llvm-project/clang-tools-extra/clangd/
DTUScheduler.cpp1215 return llvm::heavyweight_hardware_concurrency().compute_thread_count(); in getDefaultAsyncThreadsCount()