Home
last modified time | relevance | path

Searched defs:threadPool (Results 1 – 8 of 8) sorted by relevance

/llvm-project/mlir/lib/CAPI/IR/
H A DSupport.cpp31 void mlirLlvmThreadPoolDestroy(MlirLlvmThreadPool threadPool) { in mlirLlvmThreadPoolDestroy()
H A DIR.cpp111 mlirContextSetThreadPool(MlirContext context,MlirLlvmThreadPool threadPool) mlirContextSetThreadPool() argument
/llvm-project/mlir/include/mlir/IR/
H A DThreading.h69 llvm::ThreadPoolInterface &threadPool = context->getThreadPool(); in failableParallelForEach() local
/llvm-project/mlir/lib/Tools/mlir-opt/
H A DMlirOptMain.cpp446 processBuffer(raw_ostream & os,std::unique_ptr<MemoryBuffer> ownedBuffer,const MlirOptMainConfig & config,DialectRegistry & registry,llvm::ThreadPoolInterface * threadPool) processBuffer() argument
536 ThreadPoolInterface *threadPool = nullptr; MlirOptMain() local
/llvm-project/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp75 llvm::DefaultThreadPool threadPool; member in mlir::runtime::__anone5fff9370111::AsyncRuntime
/llvm-project/lld/MachO/
H A DWriter.cpp69 DefaultThreadPool threadPool; global() member in __anonf2ed8e120111::Writer
/llvm-project/mlir/lib/IR/
H A DMLIRContext.cpp173 llvm::ThreadPoolInterface *threadPool = nullptr; member in mlir::MLIRContextImpl
[all...]
/llvm-project/mlir/test/CAPI/
H A Dir.c2368 MlirLlvmThreadPool threadPool = mlirLlvmThreadPoolCreate(); in testExplicitThreadPools() local