Home
last modified time | relevance | path

Searched refs:ThreadSafeContext (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DThreadSafeModule.h29 class ThreadSafeContext {
50 ThreadSafeContext() = default;
53 ThreadSafeContext(std::unique_ptr<LLVMContext> NewCtx) in ThreadSafeContext() function
109 ThreadSafeModule(std::unique_ptr<Module> M, ThreadSafeContext TSCtx) in ThreadSafeModule()
156 ThreadSafeContext getContext() const { return TSCtx; } in getContext()
160 ThreadSafeContext TSCtx;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DThreadSafeModule.h29 class ThreadSafeContext {
50 ThreadSafeContext() = default;
53 ThreadSafeContext(std::unique_ptr<LLVMContext> NewCtx) in ThreadSafeContext() function
109 ThreadSafeModule(std::unique_ptr<Module> M, ThreadSafeContext TSCtx) in ThreadSafeModule()
162 ThreadSafeContext getContext() const { return TSCtx; } in getContext()
166 ThreadSafeContext TSCtx;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DThreadSafeModule.cpp54 ThreadSafeContext NewTSCtx(std::make_unique<LLVMContext>()); in cloneToNewContext()
DOrcV2CBindings.cpp91 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ThreadSafeContext,
772 return wrap(new ThreadSafeContext(std::make_unique<LLVMContext>())); in LLVMOrcCreateNewThreadSafeContext()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DThreadSafeModule.cpp54 ThreadSafeContext NewTSCtx(std::make_unique<LLVMContext>()); in cloneToNewContext()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init_orc.cpp120 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(llvm::orc::ThreadSafeContext, in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() argument