Home
last modified time | relevance | path

Searched refs:Threading (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DMLIRContext.h57 enum class Threading { DISABLED, ENABLED }; enum
59 explicit MLIRContext(Threading multithreading = Threading::ENABLED);
61 Threading multithreading = Threading::ENABLED);
/llvm-project-15.0.7/llvm/unittests/Support/
H A DThreading.cpp20 TEST(Threading, PhysicalConcurrency) { in TEST() argument
57 TEST(Threading, RunOnThreadSyncAsync) { in TEST() argument
73 TEST(Threading, RunOnThreadSync) { in TEST() argument
83 TEST(Threading, AppleStackSize) { in TEST() argument
H A DCMakeLists.txt87 Threading.cpp
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DCOM.inc22 InitializeCOMRAII::InitializeCOMRAII(COMThreadingMode Threading,
25 if (Threading == COMThreadingMode::SingleThreaded)
H A DThreading.inc1 //===- Windows/Threading.inc - Win32 Threading Implementation - -*- C++ -*-===//
9 // This file provides the Win32 specific implementation of Threading functions.
/llvm-project-15.0.7/libcxx/docs/DesignDocs/
H A DThreadingSupportAPI.rst2 Threading Support API
21 External Threading API and the ``<__external_threading>`` header
33 External Threading Library
53 Threading Configuration Macros
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCOM.h24 explicit InitializeCOMRAII(COMThreadingMode Threading,
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clangd/support/
H A DBUILD.gn21 "Threading.cpp",
/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DCMakeLists.txt28 Threading.cpp
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DCOM.inc21 InitializeCOMRAII::InitializeCOMRAII(COMThreadingMode Threading,
H A DThreading.inc1 //===- Unix/Threading.inc - Unix Threading Implementation ----- -*- C++ -*-===//
9 // This file provides the Unix specific implementation of Threading functions.
/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DUtils.h33 MLIRContext context(MLIRContext::Threading::DISABLED); in parsePoly()
/llvm-project-15.0.7/llvm/test/Transforms/JumpThreading/
H A Ddivergent-target-test.ll7 ; Here we assure that for the target with no branch divergence usual Jump Threading optimization pe…
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/unittests/Support/
H A DBUILD.gn90 "Threading.cpp",
/llvm-project-15.0.7/pstl/
H A DREADME.md16 * Threading Building Blocks (TBB) which is available for download at https://github.com/01org/tbb/
H A DCMakeLists.txt22 set(PSTL_PARALLEL_BACKEND "serial" CACHE STRING "Threading backend to use. Valid choices are 'seria…
H A DLICENSE.TXT257 Threading Runtimes Team
275 * Neither the names of Intel Corporation Threading Runtimes Team nor the
/llvm-project-15.0.7/mlir/lib/IR/
H A DMLIRContext.cpp256 MLIRContext::MLIRContext(Threading setting) in MLIRContext()
259 MLIRContext::MLIRContext(const DialectRegistry &registry, Threading setting) in MLIRContext()
260 : impl(new MLIRContextImpl(setting == Threading::ENABLED && in MLIRContext()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-opt/
H A DMlirOptMain.cpp108 MLIRContext context(registry, MLIRContext::Threading::DISABLED); in processBuffer()
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Support/
H A DBUILD.gn181 "Threading.cpp",
/llvm-project-15.0.7/llvm/lib/Support/
H A DCMakeLists.txt270 Threading.cpp
/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.cpp793 MLIRContext tmpContext(registry, MLIRContext::Threading::DISABLED); in getCodeCompletion()
930 : context(registry, MLIRContext::Threading::DISABLED), in MLIRTextFile()
/llvm-project-15.0.7/libunwind/
H A DCMakeLists.txt281 # Threading-support
/llvm-project-15.0.7/openmp/runtime/cmake/
H A Dconfig-ix.cmake154 # Checking Threading requirements
/llvm-project-15.0.7/libcxxabi/
H A DCMakeLists.txt345 # Threading

12