Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DCMakeLists.txt7 Parallelism.cpp
/llvm-project-15.0.7/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.
/llvm-project-15.0.7/pstl/
H A DREADME.md5 execution policy specified in Parallelism TS version 2 and proposed for the next version of the C++…
/llvm-project-15.0.7/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()
914 llvm::heavyweight_hardware_concurrency(options::Parallelism)); in createLTO()
/llvm-project-15.0.7/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp240 static cl::opt<unsigned> Parallelism("j", cl::Prefix, cl::init(1), variable
1104 if (Parallelism != 1) in main()
1115 if (!CodeGen.compileOptimized(AddStream, Parallelism)) in main()
1120 if (Parallelism != 1) in main()
/llvm-project-15.0.7/openmp/docs/optimizations/
H A DOpenMPOpt.rst107 - 2020 LLVM Developers’ Meeting: "(OpenMP) Parallelism-Aware Optimizations" https://youtu.be/gtxWke…
/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DLTO.h207 ThinBackend createInProcessThinBackend(ThreadPoolStrategy Parallelism,
/llvm-project-15.0.7/llvm/docs/Proposals/
H A DTestSuite.rst27 * Parallelism (currently, all programs in test-suite use
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/
H A DCMakeLists.txt106 ${source_directory}/Parallelism.cpp
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp546 StringRef Parallelism = getLTOParallelism(Args, D); in addLTOOptions() local
547 if (!Parallelism.empty()) in addLTOOptions()
549 Args.MakeArgString("-plugin-opt=jobs=" + Twine(Parallelism))); in addLTOOptions()
H A DDarwin.cpp670 StringRef Parallelism = getLTOParallelism(Args, getToolChain().getDriver()); in ConstructJob() local
671 if (!Parallelism.empty()) { in ConstructJob()
674 llvm::get_threadpool_strategy(Parallelism)->compute_thread_count(); in ConstructJob()
/llvm-project-15.0.7/clang/docs/
H A DThinLTO.rst104 Controlling Backend Parallelism
/llvm-project-15.0.7/llvm/docs/
H A DLexicon.rst298 Superword-Level Parallelism, same as :ref:`Basic-Block Vectorization
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTO.cpp1347 ThinBackend lto::createInProcessThinBackend(ThreadPoolStrategy Parallelism, in createInProcessThinBackend() argument
1355 Conf, CombinedIndex, Parallelism, ModuleToDefinedGVSummaries, AddStream, in createInProcessThinBackend()
/llvm-project-15.0.7/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",""…
/llvm-project-15.0.7/openmp/docs/design/
H A DRuntimes.rst1179 Parallelism.cpp:196: Thread 0 Entering int32_t __kmpc_global_thread_num()
1182 Parallelism.cpp:85: Thread 0 Entering void __kmpc_parallel_51()
1183 Parallelism.cpp:69: Thread 0 Entering <OpenMP Outlined Function>
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DVector.md481 register allocation, Instruction-Level-Parallelism and
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-mca.rst596 Parallelism).
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt8557 openmp/libomptarget/DeviceRTL/src/Parallelism.cpp