Searched refs:Parallelism (Results 1 – 15 of 15) sorted by relevance
/openbsd/gnu/llvm/libcxx/docs/DesignDocs/ |
H A D | ExperimentalFeatures.rst | 149 Parallelism TS `V1 <https://wg21.link/N4507>`__ and `V2 <https://wg21.link/N4706>`__ 151 Some (most) of the Parallelism TS was accepted for C++17. 152 We have not yet shipped an implementation of the Parallelism TS.
|
/openbsd/gnu/llvm/llvm/tools/gold/ |
H A D | gold-plugin.cpp | 143 static std::string Parallelism; variable 274 Parallelism = std::string(opt); in process_plugin_option() 277 Parallelism.c_str()); in process_plugin_option() 903 llvm::heavyweight_hardware_concurrency(options::Parallelism)); in createLTO()
|
/openbsd/gnu/llvm/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 240 static cl::opt<unsigned> Parallelism("j", cl::Prefix, cl::init(1), variable 1106 if (Parallelism != 1) in main() 1117 if (!CodeGen.compileOptimized(AddStream, Parallelism)) in main() 1122 if (Parallelism != 1) in main()
|
/openbsd/gnu/llvm/llvm/include/llvm/LTO/ |
H A D | LTO.h | 207 ThinBackend createInProcessThinBackend(ThreadPoolStrategy Parallelism,
|
/openbsd/gnu/llvm/llvm/docs/Proposals/ |
H A D | TestSuite.rst | 27 * Parallelism (currently, all programs in test-suite use
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | Lexicon.rst | 298 Superword-Level Parallelism, same as :ref:`Basic-Block Vectorization
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | ThinLTO.rst | 104 Controlling Backend Parallelism
|
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/ |
H A D | CommonArgs.cpp | 646 StringRef Parallelism = getLTOParallelism(Args, D); in addLTOOptions() local 647 if (!Parallelism.empty()) in addLTOOptions() 649 Args.MakeArgString(Twine(PluginOptPrefix) + "jobs=" + Parallelism)); in addLTOOptions()
|
H A D | Darwin.cpp | 673 StringRef Parallelism = getLTOParallelism(Args, getToolChain().getDriver()); in ConstructJob() local 674 if (!Parallelism.empty()) { in ConstructJob() 677 llvm::get_threadpool_strategy(Parallelism)->compute_thread_count(); in ConstructJob()
|
/openbsd/gnu/llvm/llvm/lib/LTO/ |
H A D | LTO.cpp | 1383 ThinBackend lto::createInProcessThinBackend(ThreadPoolStrategy Parallelism, in createInProcessThinBackend() argument 1391 Conf, CombinedIndex, Parallelism, ModuleToDefinedGVSummaries, AddStream, in createInProcessThinBackend()
|
/openbsd/gnu/llvm/libcxx/docs/Status/ |
H A D | Cxx17Papers.csv | 28 "`P0024R2 <https://wg21.link/P0024R2>`__","LWG","The Parallelism TS Should be Standardized","Jackso…
|
H A D | Cxx20Papers.csv | 88 "`P1001R2 <https://wg21.link/P1001R2>`__","LWG","Target Vectorization Policies from Parallelism V2 …
|
H A D | Cxx17Issues.csv | 174 "`2718 <https://wg21.link/LWG2718>`__","Parallelism bug in [algorithms.parallel.exec] p2","Oulu",""…
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | llvm-mca.rst | 687 Parallelism).
|
/openbsd/gnu/llvm/clang/docs/tools/ |
H A D | clang-formatted-files.txt | 8546 openmp/libomptarget/DeviceRTL/src/Parallelism.cpp
|