Home
last modified time | relevance | path

Searched refs:IsParallel (Results 1 – 25 of 409) sorted by relevance

12345678910>>...17

/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/parallel/
H A Dparallel_tags.h175 struct IsParallel : False
179 struct IsParallel<Parallel> : True
183 struct IsParallel<ExecutionPolicy<TPar, TVec> > :
184 public IsParallel<TPar>
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/parallel/
H A Dparallel_tags.h175 struct IsParallel : False
179 struct IsParallel<Parallel> : True
183 struct IsParallel<ExecutionPolicy<TPar, TVec> > :
184 public IsParallel<TPar>
/dports/math/gap/gap-4.11.0/pkg/fining/examples/gap/
H A Daffine_isparallel.g6 IsParallel(l,m);
7 IsParallel(m,n);
8 IsParallel(l,n);
/dports/math/gap/gap-4.11.0/pkg/fining/examples/include/
H A Daffine_isparallel.include9 gap&gt; IsParallel(l,m);
11 gap&gt; IsParallel(m,n);
13 gap&gt; IsParallel(l,n);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/CodeGen/
H A DIRBuilder.cpp104 void ScopAnnotator::pushLoop(Loop *L, bool IsParallel) { in pushLoop() argument
107 if (IsParallel) { in pushLoop()
117 void ScopAnnotator::popLoop(bool IsParallel) { in popLoop() argument
120 if (IsParallel) { in popLoop()
131 void ScopAnnotator::annotateLoopLatch(BranchInst *B, Loop *L, bool IsParallel, in annotateLoopLatch() argument
156 if (IsParallel) { in annotateLoopLatch()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGLoopInfo.h37 explicit LoopAttributes(bool IsParallel = false);
41 bool IsParallel; member
119 return hasInfo() ? getInfo().getAttributes().IsParallel : false; in getCurLoopParallel()
127 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; }
H A DCGLoopInfo.cpp26 if (!Attrs.IsParallel && Attrs.VectorizeWidth == 0 && in createMetadata()
108 LoopAttributes::LoopAttributes(bool IsParallel) in LoopAttributes() argument
109 : IsParallel(IsParallel), VectorizeEnable(LoopAttributes::Unspecified), in LoopAttributes()
115 IsParallel = false; in clear()
303 if (L.getAttributes().IsParallel && I->mayReadOrWriteMemory()) in InsertHelper()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/CodeGen/
H A DIRBuilder.cpp98 void ScopAnnotator::pushLoop(Loop *L, bool IsParallel) { in pushLoop() argument
101 if (!IsParallel) in pushLoop()
114 void ScopAnnotator::popLoop(bool IsParallel) { in popLoop() argument
116 if (!IsParallel) in popLoop()
123 void ScopAnnotator::annotateLoopLatch(BranchInst *B, Loop *L, bool IsParallel, in annotateLoopLatch() argument
136 if (IsParallel) { in annotateLoopLatch()
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/CodeGen/
H A DIRBuilder.cpp96 void ScopAnnotator::pushLoop(Loop *L, bool IsParallel) { in pushLoop() argument
99 if (!IsParallel) in pushLoop()
112 void ScopAnnotator::popLoop(bool IsParallel) { in popLoop() argument
114 if (!IsParallel) in popLoop()
121 void ScopAnnotator::annotateLoopLatch(BranchInst *B, Loop *L, bool IsParallel, in annotateLoopLatch() argument
134 if (IsParallel) { in annotateLoopLatch()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/CodeGen/
H A DIRBuilder.cpp96 void ScopAnnotator::pushLoop(Loop *L, bool IsParallel) { in pushLoop() argument
99 if (!IsParallel) in pushLoop()
112 void ScopAnnotator::popLoop(bool IsParallel) { in popLoop() argument
114 if (!IsParallel) in popLoop()
121 void ScopAnnotator::annotateLoopLatch(BranchInst *B, Loop *L, bool IsParallel, in annotateLoopLatch() argument
134 if (IsParallel) { in annotateLoopLatch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/CodeGen/
H A DIRBuilder.cpp96 void ScopAnnotator::pushLoop(Loop *L, bool IsParallel) { in pushLoop() argument
99 if (!IsParallel) in pushLoop()
112 void ScopAnnotator::popLoop(bool IsParallel) { in popLoop() argument
114 if (!IsParallel) in popLoop()
121 void ScopAnnotator::annotateLoopLatch(BranchInst *B, Loop *L, bool IsParallel, in annotateLoopLatch() argument
134 if (IsParallel) { in annotateLoopLatch()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/CodeGen/
H A DIRBuilder.cpp98 void ScopAnnotator::pushLoop(Loop *L, bool IsParallel) { in pushLoop() argument
101 if (!IsParallel) in pushLoop()
114 void ScopAnnotator::popLoop(bool IsParallel) { in popLoop() argument
116 if (!IsParallel) in popLoop()
123 void ScopAnnotator::annotateLoopLatch(BranchInst *B, Loop *L, bool IsParallel, in annotateLoopLatch() argument
136 if (IsParallel) { in annotateLoopLatch()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGLoopInfo.h37 explicit LoopAttributes(bool IsParallel = false);
41 bool IsParallel; member
136 return hasInfo() ? getInfo().getAttributes().IsParallel : false; in getCurLoopParallel()
144 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; }
/dports/math/vtk8/VTK-8.2.0/IO/AMR/
H A DvtkAMRBaseParticlesReader.cxx162 bool vtkAMRBaseParticlesReader::IsParallel() in IsParallel() function in vtkAMRBaseParticlesReader
174 if( !this->IsParallel() ) in IsBlockMine()
190 if( !this->IsParallel() ) in GetBlockProcessId()
260 if( this->IsParallel( ) ) in RequestData()
/dports/math/vtk9/VTK-9.1.0/Common/Core/SMP/STDThread/
H A DvtkSMPToolsImpl.txx58 if (grain >= n || (this->IsParallel && !this->NestedActivated)) in For()
76 bool fromParallelCode = this->IsParallel; in For()
77 this->IsParallel = true; in For()
87 this->IsParallel &= fromParallelCode; in For()
/dports/math/vtk6/VTK-6.2.0/IO/AMR/
H A DvtkAMRBaseParticlesReader.cxx165 bool vtkAMRBaseParticlesReader::IsParallel() in IsParallel() function in vtkAMRBaseParticlesReader
177 if( !this->IsParallel() ) in IsBlockMine()
193 if( !this->IsParallel() ) in GetBlockProcessId()
263 if( this->IsParallel( ) ) in RequestData()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/CodeGen/
H A DIRBuilder.cpp104 void ScopAnnotator::pushLoop(Loop *L, bool IsParallel) { in pushLoop() argument
107 if (IsParallel) { in pushLoop()
117 void ScopAnnotator::popLoop(bool IsParallel) { in popLoop() argument
120 if (IsParallel) { in popLoop()
131 void ScopAnnotator::annotateLoopLatch(BranchInst *B, Loop *L, bool IsParallel, in annotateLoopLatch() argument
156 if (IsParallel) { in annotateLoopLatch()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/CodeGen/
H A DIRBuilder.cpp104 void ScopAnnotator::pushLoop(Loop *L, bool IsParallel) { in pushLoop() argument
107 if (IsParallel) { in pushLoop()
117 void ScopAnnotator::popLoop(bool IsParallel) { in popLoop() argument
120 if (IsParallel) { in popLoop()
131 void ScopAnnotator::annotateLoopLatch(BranchInst *B, Loop *L, bool IsParallel, in annotateLoopLatch() argument
156 if (IsParallel) { in annotateLoopLatch()
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/CodeGen/
H A DIRBuilder.cpp104 void ScopAnnotator::pushLoop(Loop *L, bool IsParallel) { in pushLoop() argument
107 if (IsParallel) { in pushLoop()
117 void ScopAnnotator::popLoop(bool IsParallel) { in popLoop() argument
120 if (IsParallel) { in popLoop()
131 void ScopAnnotator::annotateLoopLatch(BranchInst *B, Loop *L, bool IsParallel, in annotateLoopLatch() argument
156 if (IsParallel) { in annotateLoopLatch()
/dports/math/vtk9/VTK-9.1.0/IO/AMR/
H A DvtkAMRBaseParticlesReader.cxx162 bool vtkAMRBaseParticlesReader::IsParallel() in IsParallel() function in vtkAMRBaseParticlesReader
174 if (!this->IsParallel()) in IsBlockMine()
190 if (!this->IsParallel()) in GetBlockProcessId()
256 if (this->IsParallel()) in RequestData()
/dports/math/vtk9/VTK-9.1.0/Common/Core/SMP/TBB/
H A DvtkSMPToolsImpl.txx112 if (this->IsParallel && !this->NestedActivated) in For()
122 bool fromParallelCode = this->IsParallel; in For()
123 this->IsParallel = true; in For()
125 this->IsParallel &= fromParallelCode; in For()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGLoopInfo.h36 explicit LoopAttributes(bool IsParallel = false);
40 bool IsParallel; member
213 return hasInfo() ? getInfo().getAttributes().IsParallel : false; in getCurLoopParallel()
221 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; }
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGLoopInfo.h37 explicit LoopAttributes(bool IsParallel = false);
41 bool IsParallel; member
218 return hasInfo() ? getInfo().getAttributes().IsParallel : false; in getCurLoopParallel()
226 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; }
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGLoopInfo.h36 explicit LoopAttributes(bool IsParallel = false);
40 bool IsParallel; member
216 return hasInfo() ? getInfo().getAttributes().IsParallel : false; in getCurLoopParallel()
224 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; }
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGLoopInfo.h37 explicit LoopAttributes(bool IsParallel = false);
41 bool IsParallel; member
218 return hasInfo() ? getInfo().getAttributes().IsParallel : false; in getCurLoopParallel()
226 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; }

12345678910>>...17