Home
last modified time | relevance | path

Searched defs:addModule (Results 1 – 25 of 75) sorted by relevance

123

/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dllvm_jit.cpp226 void addModule(std::unique_ptr<Module> M, std::unique_ptr<LLVMContext> C) { in addModule() function in llvm::orc::PytorchLLVMJITImpl
358 void PytorchLLVMJIT::addModule( in addModule() function in llvm::orc::PytorchLLVMJIT
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h57 ModuleHandle addModule(std::unique_ptr<Module> M) { in addModule() function
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h67 ModuleHandle addModule(std::unique_ptr<Module> M) { in addModule() function
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h77 ModuleHandle addModule(std::unique_ptr<Module> M) { in addModule() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DGlobalMappingLayer.h49 addModule(std::shared_ptr<Module> M, in addModule() function
H A DIRTransformLayer.h78 Error addModule(VModuleKey K, std::unique_ptr<Module> M) { in addModule() function
H A DIRCompileLayer.h108 Error addModule(VModuleKey K, std::unique_ptr<Module> M) { in addModule() function
H A DLazyEmittingLayer.h205 Error addModule(VModuleKey K, std::unique_ptr<Module> M) { in addModule() function
/aosp_15_r20/external/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h56 ModuleHandleT addModule(std::unique_ptr<Module> M) { in addModule() function
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h100 ModuleHandle addModule(std::unique_ptr<Module> M) { in addModule() function
/aosp_15_r20/external/llvm/tools/lli/
H A DOrcLazyJIT.h65 ModuleHandleT addModule(std::unique_ptr<Module> M) { in addModule() function
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
H A DKaleidoscopeJIT.h116 ModuleHandle addModule(std::unique_ptr<Module> M) { in addModule() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DModuleSymbolTable.cpp56 void ModuleSymbolTable::addModule(Module *M) { in addModule() function in ModuleSymbolTable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DModuleSymbolTable.cpp54 void ModuleSymbolTable::addModule(Module *M) { in addModule() function in ModuleSymbolTable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h94 void addModule(std::unique_ptr<Module> M) { in addModule() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h96 void addModule(std::unique_ptr<Module> M) { in addModule() function
/aosp_15_r20/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h97 void addModule(std::unique_ptr<Module> M) { in addModule() function
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
H A DMapperBuilder.java239 public B addModule(com.fasterxml.jackson.databind.Module module) in addModule() method in MapperBuilder
/aosp_15_r20/external/llvm/lib/IR/
H A DLLVMContext.cpp159 void LLVMContext::addModule(Module *M) { in addModule() function in LLVMContext
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DLLVMContext.cpp85 void LLVMContext::addModule(Module *M) { in addModule() function in LLVMContext
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/
DExecutionEngine.h169 virtual void addModule(std::unique_ptr<Module> M) { in addModule() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h173 virtual void addModule(std::unique_ptr<Module> M) { in addModule() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/
DExecutionEngine.h169 virtual void addModule(std::unique_ptr<Module> M) { in addModule() function
/aosp_15_r20/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h172 virtual void addModule(std::unique_ptr<Module> M) { in addModule() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/
DExecutionEngine.h169 virtual void addModule(std::unique_ptr<Module> M) { in addModule() function

123