Home
last modified time | relevance | path

Searched refs:Parallel (Results 1 – 25 of 73) sorted by relevance

123

/llvm-project-15.0.7/llvm/unittests/Support/
H A DParallelTest.cpp26 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 DREADME.md1 # 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 DCMakeLists.txt42 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 DCREDITS.txt2 (Parallel STL) project. If you have contributed a patch or made some other
/llvm-project-15.0.7/openmp/docs/remarks/
H A DOMP150.rst3 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 DOptimizationRemarks.rst57 - 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 DOMP101.rst3 Parallel region is used in unknown / unexpected ways. Will not attempt to rewrite the state machine…
H A DOMP102.rst3 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 Dannotated-parallel-complex.ll87 ; CHECK: Parallel Loop at depth 1
88 ; CHECK-NOT: Parallel
90 ; CHECK: Parallel Loop
91 ; CHECK: Parallel Loop
H A Dannotated-parallel-simple.ll37 ; CHECK: Parallel Loop
/llvm-project-15.0.7/pstl/test/support/stdlib/
H A Dexecution33 _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 Dincompatible_tu_index_version.s45 ## Parallel Table of Indexes:
69 ## Parallel Table of Indexes:
H A Dunknown-section-id.s91 ## Parallel Table of Indexes:
120 ## Parallel Table of Indexes:
H A Dincompatible_cu_index_versions.s25 ## Parallel Table of Indexes:
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Utils/
H A DStructuredOpsUtils.h126 enum class IteratorType { Parallel, Reduction }; enumerator
130 case IteratorType::Parallel: in toString()
/llvm-project-15.0.7/llvm/lib/Support/
H A DParallel.cpp153 TaskGroup::TaskGroup() : Parallel(TaskGroupInstances++ == 0) {} in TaskGroup()
162 if (Parallel) { in spawn()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DLoopGenerators.cpp87 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 DCxx17Papers.csv64 "`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 Ddebug-cu-index-unknown-section.s21 ## Parallel Table of Indexes:
H A Ddwp-v2-tu-index.s24 ## Parallel Table of Indexes:
H A Ddwp-v5-tu-index.s25 ## Parallel Table of Indexes:
H A Dinvalid-cu-length-dwp.s45 ## Parallel Table of Indexes:
H A Ddwp-dwarf64.s56 ## Parallel Table of Indexes:
H A Ddwp-v2-cu-index.s24 ## Parallel Table of Indexes:
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Disl.bib14 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",

123