Home
last modified time | relevance | path

Searched refs:loadModule (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/
Dtf_rocm_runtime_wrappers.cc54 hipModule_t loadModule(void *data) { in loadModule() function
108 hipModule_t module = HipRuntimeCache::get(stream)->loadModule(module_blob); in _mlir_ciface_tf_launch_kernel()
Dtf_cuda_runtime_wrappers.cc55 CUmodule loadModule(void *data) { in loadModule() function
107 CUmodule module = CudaRuntimeCache::get(stream)->loadModule(module_blob); in _mlir_ciface_tf_launch_kernel()
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp366 static std::unique_ptr<Module> loadModule(StringRef Filename, in loadModule() function
527 auto TheModule = loadModule(Filename, Ctx); in promote()
558 auto TheModule = loadModule(Filename, Ctx); in import()
589 auto TheModule = loadModule(Filename, Ctx); in internalize()
612 auto TheModule = loadModule(Filename, Ctx); in optimize()
635 auto TheModule = loadModule(Filename, Ctx); in codegen()
/external/clang/include/clang/Lex/
DModuleLoader.h94 virtual ModuleLoadResult loadModule(SourceLocation ImportLoc,
/external/clang/unittests/Lex/
DPPConditionalDirectiveRecordTest.cpp54 ModuleLoadResult loadModule(SourceLocation ImportLoc, in loadModule() function in __anon3bcae70e0111::VoidModuleLoader
DPPCallbacksTest.cpp36 ModuleLoadResult loadModule(SourceLocation ImportLoc, in loadModule() function in __anon67b70b5c0111::VoidModuleLoader
DLexerTest.cpp30 ModuleLoadResult loadModule(SourceLocation ImportLoc, in loadModule() function in __anon9e7fb59c0111::VoidModuleLoader
/external/skia/src/sksl/
DSkSLCompiler.h202 LoadedModule loadModule(ProgramKind kind, ModuleData data, std::shared_ptr<SymbolTable> base,
DSkSLCompiler.cpp329 LoadedModule Compiler::loadModule(ProgramKind kind, in loadModule() function in SkSL::Compiler
382 LoadedModule module = this->loadModule(kind, data, base.fSymbols, /*dehydrate=*/false); in parseModule()
DSkSLMain.cpp534 compiler.loadModule(kind, SkSL::Compiler::MakeModulePath(inputPath.c_str()), in processCommand()
/external/clang/unittests/Basic/
DSourceManagerTest.cpp54 ModuleLoadResult loadModule(SourceLocation ImportLoc, in loadModule() function in __anon4fa982410111::VoidModuleLoader
/external/clang/include/clang/Frontend/
DCompilerInstance.h765 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
DASTUnit.h906 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path, in loadModule() function
/external/clang/lib/Frontend/
DCompilerInstance.cpp1410 CompilerInstance::loadModule(SourceLocation ImportLoc, in loadModule() function in CompilerInstance
1718 loadModule(TheModule->DefinitionLoc, Path, Module::Hidden, false); in loadGlobalModuleIndex()
/external/clang/lib/Lex/
DPreprocessor.cpp788 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()
DPPDirectives.cpp1895 ModuleLoadResult Imported = TheModuleLoader.loadModule( in HandleIncludeDirective()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3306 Module *Mod = PP.getModuleLoader().loadModule(ImportLoc, Path, in CodeCompleteModuleImport()
DSemaDecl.cpp15065 getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in ActOnModuleImport()