Home
last modified time | relevance | path

Searched refs:Parallelism (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/llvm/libcxx/docs/DesignDocs/
H A DExperimentalFeatures.rst149 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 Dgold-plugin.cpp143 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 Dllvm-lto.cpp240 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 DLTO.h207 ThinBackend createInProcessThinBackend(ThreadPoolStrategy Parallelism,
/openbsd/gnu/llvm/llvm/docs/Proposals/
H A DTestSuite.rst27 * Parallelism (currently, all programs in test-suite use
/openbsd/gnu/llvm/llvm/docs/
H A DLexicon.rst298 Superword-Level Parallelism, same as :ref:`Basic-Block Vectorization
/openbsd/gnu/llvm/clang/docs/
H A DThinLTO.rst104 Controlling Backend Parallelism
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp646 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 DDarwin.cpp673 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 DLTO.cpp1383 ThinBackend lto::createInProcessThinBackend(ThreadPoolStrategy Parallelism, in createInProcessThinBackend() argument
1391 Conf, CombinedIndex, Parallelism, ModuleToDefinedGVSummaries, AddStream, in createInProcessThinBackend()
/openbsd/gnu/llvm/libcxx/docs/Status/
H A DCxx17Papers.csv28 "`P0024R2 <https://wg21.link/P0024R2>`__","LWG","The Parallelism TS Should be Standardized","Jackso…
H A DCxx20Papers.csv88 "`P1001R2 <https://wg21.link/P1001R2>`__","LWG","Target Vectorization Policies from Parallelism V2 …
H A DCxx17Issues.csv174 "`2718 <https://wg21.link/LWG2718>`__","Parallelism bug in [algorithms.parallel.exec] p2","Oulu",""…
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-mca.rst687 Parallelism).
/openbsd/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt8546 openmp/libomptarget/DeviceRTL/src/Parallelism.cpp