Home
last modified time | relevance | path

Searched refs:concurrency (Results 1 – 25 of 39) sorted by relevance

12

/llvm-project/clang-tools-extra/clang-tidy/concurrency/
H A DMtUnsafeCheck.cpp263 template <> struct OptionEnumMapping<concurrency::MtUnsafeCheck::FunctionSet> {
265 std::pair<concurrency::MtUnsafeCheck::FunctionSet, StringRef>>
267 static constexpr std::pair<concurrency::MtUnsafeCheck::FunctionSet, in getEnumMapping()
269 Mapping[] = {{concurrency::MtUnsafeCheck::FunctionSet::Posix, "posix"}, in getEnumMapping()
270 {concurrency::MtUnsafeCheck::FunctionSet::Glibc, "glibc"}, in getEnumMapping()
271 {concurrency::MtUnsafeCheck::FunctionSet::Any, "any"}}; in getEnumMapping()
276 namespace concurrency { namespace
H A DConcurrencyTidyModule.cpp16 namespace concurrency { namespace
21 CheckFactories.registerCheck<concurrency::MtUnsafeCheck>( in addCheckFactories()
31 static ClangTidyModuleRegistry::Add<concurrency::ConcurrencyModule>
H A DThreadCanceltypeAsynchronousCheck.h14 namespace clang::tidy::concurrency {
H A DThreadCanceltypeAsynchronousCheck.cpp16 namespace clang::tidy::concurrency { namespace
H A DMtUnsafeCheck.h14 namespace clang::tidy::concurrency {
/llvm-project/libcxx/docs/Helpers/
H A DStyles.rst
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/cert/
H A Dpos47-c.rst3 :http-equiv=refresh: 5;URL=../concurrency/thread-canceltype-asynchronous.html
9 :doc:`concurrency-thread-canceltype-asynchronous <../concurrency/thread-canceltype-asynchronous>` f…
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/concurrency/
H A Dthread-canceltype-asynchronous.rst1 .. title:: clang-tidy - concurrency-thread-canceltype-asynchronous
3 concurrency-thread-canceltype-asynchronous
H A Dmt-unsafe.rst1 .. title:: clang-tidy - concurrency-mt-unsafe
3 concurrency-mt-unsafe
/llvm-project/utils/bazel/llvm-project-overlay/clang-tools-extra/clang-tidy/
H A DBUILD.bazel207 name = "concurrency",
304 ":concurrency",
340 ":concurrency",
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/concurrency/
H A DBUILD.gn1 static_library("concurrency") {
/llvm-project/llvm/tools/llvm-debuginfod/
H A DOpts.td11 "If 0, use the hardware concurrency.">;
/llvm-project/llvm/docs/
H A DReference.rst175 Information about LLVM's concurrency model.
203 Target-defined relaxation to LLVM's concurrency model.
H A DNewPassManager.rst245 and they block potential future concurrency.
247 The second reason is to keep in mind potential future pass concurrency, for
251 concurrency was supported. A related limitation is that outer level IR analyses
262 on. This discounts future concurrency over separate loops in a function, but
H A DAtomics.rst48 with instructions with special semantics in the presence of concurrency. This
64 instructions with atomic ordering involved, concurrency does not matter, with
99 particularly of interest because before the concurrency model was implemented,
182 concurrency, please send an email to llvm-dev.)
/llvm-project/clang-tools-extra/clang-tidy/cert/
H A DCERTTidyModule.cpp23 #include "../concurrency/ThreadCanceltypeAsynchronousCheck.h"
327 .registerCheck<concurrency::ThreadCanceltypeAsynchronousCheck>( in addCheckFactories()
/llvm-project/libcxx/docs/Status/
H A DCxx23Papers.csv
/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1675 unsigned concurrency) in finalizeContents()
1678 relocsVec(concurrency), combreloc(combreloc) {} in finalizeContents()
1769 bool combreloc, unsigned concurrency)
1773 concurrency) { in updateAllocSize()
1789 RelrBaseSection::RelrBaseSection(Ctx &ctx, unsigned concurrency, in updateAllocSize()
1797 relocsVec(concurrency) {} in updateAllocSize()
1811 Ctx &ctx, StringRef name, unsigned concurrency) in updateAllocSize()
1816 /*combreloc=*/false, concurrency) { in updateAllocSize()
2064 RelrSection<ELFT>::RelrSection(Ctx &ctx, unsigned concurrency, in updateAllocSize()
2066 : RelrBaseSection(ctx, concurrency, isAArch64Aut in updateAllocSize()
1627 RelocationBaseSection(StringRef name,uint32_t type,int32_t dynamicTag,int32_t sizeDynamicTag,bool combreloc,unsigned concurrency) RelocationBaseSection() argument
1720 RelocationSection(StringRef name,bool combreloc,unsigned concurrency) RelocationSection() argument
1740 RelrBaseSection(unsigned concurrency,bool isAArch64Auth) RelrBaseSection() argument
1761 AndroidPackedRelocationSection(StringRef name,unsigned concurrency) AndroidPackedRelocationSection() argument
2014 RelrSection(unsigned concurrency,bool isAArch64Auth) RelrSection() argument
3022 const size_t concurrency = computeEntryPool() local
3430 const size_t concurrency = createSymbols() local
3910 const size_t concurrency = finalizeContents() local
[all...]
H A DSyntheticSections.h510 bool combreloc, unsigned concurrency);
584 unsigned concurrency);
594 AndroidPackedRelocationSection(Ctx &, StringRef name, unsigned concurrency); in writeTo()
617 RelrBaseSection(Ctx &, unsigned concurrency, bool isAArch64Auth = false);
635 RelrSection(Ctx &, unsigned concurrency, bool isAArch64Auth = false); in writeTo()
/llvm-project/clang-tools-extra/clang-tidy/
H A DCMakeLists.txt59 add_subdirectory(concurrency)
/llvm-project/llvm/test/Transforms/LICM/
H A Dscalar-promote-memmodel.ll6 ; it would violate the concurrency memory model
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/
H A DBUILD.gn74 "//clang-tools-extra/clang-tidy/concurrency",
/llvm-project/clang-tools-extra/clangd/
H A DTidyFastChecks.inc175 FAST(concurrency-mt-unsafe, 3.0)
176 FAST(concurrency-thread-canceltype-asynchronous, 1.0)
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
H A Dlist.rst17 concurrency/*
182 :doc:`concurrency-mt-unsafe <concurrency/mt-unsafe>`,
183 :doc:`concurrency-thread-canceltype-asynchronous <concurrency/thread-canceltype-asynchronous>`,
439 :doc:`cert-pos47-c <cert/pos47-c>`, :doc:`concurrency-thread-canceltype-asynchronous <concurrency/thread-canceltype-asynchronous>`,
/llvm-project/mlir/docs/Rationale/
H A DMLIRForGraphAlgorithms.md35 choices picked by a given dialect (e.g. its concurrency semantics). It was built
275 bugs. Things like 'dead values', Switch and Merge nodes, concurrency semantics,
356 ### How does MLIR represent {control flow, concurrency, …} semantics in TensorFlow?

12