| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | ParallelTest.cpp | 26 TEST(Parallel, sort) { in TEST() argument 37 TEST(Parallel, parallel_for) { in TEST() argument 52 TEST(Parallel, TransformReduce) { in TEST() argument 83 TEST(Parallel, ForEachError) { in TEST() argument
|
| /llvm-project-15.0.7/pstl/ |
| H A D | README.md | 1 # Parallel STL 3 Parallel STL is an implementation of the C++ standard library algorithms with support for execution… 7 Parallel STL offers efficient support for both parallel and vectorized execution of algorithms. For… 12 To use Parallel STL, you must have the following software installed: 21 * Parallel and vector execution is only supported for the algorithms if random access iterators are…
|
| H A D | CMakeLists.txt | 42 message(STATUS "Parallel STL uses the serial backend") 46 …message(STATUS "Parallel STL uses TBB ${TBB_VERSION} (interface version: ${TBB_INTERFACE_VERSION})… 50 message(STATUS "Parallel STL uses the omp backend") 54 message(FATAL_ERROR "Requested unknown Parallel STL backend '${PSTL_PARALLEL_BACKEND}'.")
|
| H A D | CREDITS.txt | 2 (Parallel STL) project. If you have contributed a patch or made some other
|
| /llvm-project-15.0.7/openmp/docs/remarks/ |
| H A D | OMP150.rst | 3 Parallel region merged with parallel region at <location>. [OMP150] 7 into a single parallel region. Parallel region merging fuses consecutive 35 omp150.cpp:2:1: remark: Parallel region merged with parallel region at merge.cpp:7:1. [OMP150]
|
| H A D | OptimizationRemarks.rst | 57 - Parallel region is used in unknown / unexpected ways. Will not attempt to 61 - Parallel region is not called from a unique kernel. Will not attempt to 105 - Parallel region merged with parallel region at <location>.
|
| H A D | OMP101.rst | 3 Parallel region is used in unknown / unexpected ways. Will not attempt to rewrite the state machine…
|
| H A D | OMP102.rst | 3 Parallel region is not called from a unique kernel. Will not attempt to rewrite the state machine. …
|
| /llvm-project-15.0.7/llvm/test/Analysis/LoopInfo/ |
| H A D | annotated-parallel-complex.ll | 87 ; CHECK: Parallel Loop at depth 1 88 ; CHECK-NOT: Parallel 90 ; CHECK: Parallel Loop 91 ; CHECK: Parallel Loop
|
| H A D | annotated-parallel-simple.ll | 37 ; CHECK: Parallel Loop
|
| /llvm-project-15.0.7/pstl/test/support/stdlib/ |
| H A D | execution | 33 _PSTL_PRAGMA_MESSAGE_POLICIES("The <Parallel STL> execution policies are defined in the namespace _… 37 "The <Parallel STL> execution policies are injected into the standard namespace std::execution")
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwp/X86/ |
| H A D | incompatible_tu_index_version.s | 45 ## Parallel Table of Indexes: 69 ## Parallel Table of Indexes:
|
| H A D | unknown-section-id.s | 91 ## Parallel Table of Indexes: 120 ## Parallel Table of Indexes:
|
| H A D | incompatible_cu_index_versions.s | 25 ## Parallel Table of Indexes:
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Utils/ |
| H A D | StructuredOpsUtils.h | 126 enum class IteratorType { Parallel, Reduction }; enumerator 130 case IteratorType::Parallel: in toString()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Parallel.cpp | 153 TaskGroup::TaskGroup() : Parallel(TaskGroupInstances++ == 0) {} in TaskGroup() 162 if (Parallel) { in spawn()
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | LoopGenerators.cpp | 87 ScopAnnotator *Annotator, bool Parallel, bool UseGuard, in createLoop() argument 123 Annotator->pushLoop(NewLoop, Parallel); in createLoop() 163 Annotator->annotateLoopLatch(B, NewLoop, Parallel, LoopVectDisabled); in createLoop()
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | Cxx17Papers.csv | 64 "`p0336r1 <https://wg21.link/p0336r1>`__","LWG","Better Names for Parallel Execution Policies in C+… 71 "`P0394r4 <https://wg21.link/P0394r4>`__","LWG","Hotel Parallelifornia: terminate() for Parallel Al… 98 "`P0452R1 <https://wg21.link/P0452R1>`__","LWG","Unifying <numeric> Parallel Algorithms","Kona","",… 99 "`P0467R2 <https://wg21.link/P0467R2>`__","LWG","Iterator Concerns for Parallel Algorithms","Kona",… 105 "`P0574R1 <https://wg21.link/P0574R1>`__","LWG","Algorithm Complexity Constraints and Parallel Over… 110 "`P0623R0 <https://wg21.link/P0623R0>`__","LWG","Final C++17 Parallel Algorithms Fixes","Kona","",""
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | debug-cu-index-unknown-section.s | 21 ## Parallel Table of Indexes:
|
| H A D | dwp-v2-tu-index.s | 24 ## Parallel Table of Indexes:
|
| H A D | dwp-v5-tu-index.s | 25 ## Parallel Table of Indexes:
|
| H A D | invalid-cu-length-dwp.s | 45 ## Parallel Table of Indexes:
|
| H A D | dwp-dwarf64.s | 56 ## Parallel Table of Indexes:
|
| H A D | dwp-v2-cu-index.s | 24 ## Parallel Table of Indexes:
|
| /llvm-project-15.0.7/polly/lib/External/isl/doc/ |
| H A D | isl.bib | 14 booktitle = {Languages and Compilers for Parallel Computing, 8th International 85 journal = {Int. J. Parallel Program.}, 109 journal = {International Journal of Parallel Programming}, 130 ABSTRACT = { Parallel computers are difficult to program efficiently. We believe 227 journal = "International Journal of Parallel Programming",
|