/llvm-project/clang-tools-extra/clang-tidy/concurrency/ |
H A D | MtUnsafeCheck.cpp | 263 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 D | ConcurrencyTidyModule.cpp | 16 namespace concurrency { namespace 21 CheckFactories.registerCheck<concurrency::MtUnsafeCheck>( in addCheckFactories() 31 static ClangTidyModuleRegistry::Add<concurrency::ConcurrencyModule>
|
H A D | ThreadCanceltypeAsynchronousCheck.h | 14 namespace clang::tidy::concurrency {
|
H A D | ThreadCanceltypeAsynchronousCheck.cpp | 16 namespace clang::tidy::concurrency { namespace
|
H A D | MtUnsafeCheck.h | 14 namespace clang::tidy::concurrency {
|
/llvm-project/libcxx/docs/Helpers/ |
H A D | Styles.rst |
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/cert/ |
H A D | pos47-c.rst | 3 :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 D | thread-canceltype-asynchronous.rst | 1 .. title:: clang-tidy - concurrency-thread-canceltype-asynchronous 3 concurrency-thread-canceltype-asynchronous
|
H A D | mt-unsafe.rst | 1 .. title:: clang-tidy - concurrency-mt-unsafe 3 concurrency-mt-unsafe
|
/llvm-project/utils/bazel/llvm-project-overlay/clang-tools-extra/clang-tidy/ |
H A D | BUILD.bazel | 207 name = "concurrency", 304 ":concurrency", 340 ":concurrency",
|
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/concurrency/ |
H A D | BUILD.gn | 1 static_library("concurrency") {
|
/llvm-project/llvm/tools/llvm-debuginfod/ |
H A D | Opts.td | 11 "If 0, use the hardware concurrency.">;
|
/llvm-project/llvm/docs/ |
H A D | Reference.rst | 175 Information about LLVM's concurrency model. 203 Target-defined relaxation to LLVM's concurrency model.
|
H A D | NewPassManager.rst | 245 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 D | Atomics.rst | 48 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 D | CERTTidyModule.cpp | 23 #include "../concurrency/ThreadCanceltypeAsynchronousCheck.h" 327 .registerCheck<concurrency::ThreadCanceltypeAsynchronousCheck>( in addCheckFactories()
|
/llvm-project/libcxx/docs/Status/ |
H A D | Cxx23Papers.csv |
|
/llvm-project/lld/ELF/ |
H A D | SyntheticSections.cpp | 1675 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 D | SyntheticSections.h | 510 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 D | CMakeLists.txt | 59 add_subdirectory(concurrency)
|
/llvm-project/llvm/test/Transforms/LICM/ |
H A D | scalar-promote-memmodel.ll | 6 ; it would violate the concurrency memory model
|
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/ |
H A D | BUILD.gn | 74 "//clang-tools-extra/clang-tidy/concurrency",
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | TidyFastChecks.inc | 175 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 D | list.rst | 17 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 D | MLIRForGraphAlgorithms.md | 35 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?
|