/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/ |
D | tf_rocm_runtime_wrappers.cc | 54 hipModule_t loadModule(void *data) { in loadModule() function 108 hipModule_t module = HipRuntimeCache::get(stream)->loadModule(module_blob); in _mlir_ciface_tf_launch_kernel()
|
D | tf_cuda_runtime_wrappers.cc | 55 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/ |
D | llvm-lto.cpp | 366 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/ |
D | ModuleLoader.h | 94 virtual ModuleLoadResult loadModule(SourceLocation ImportLoc,
|
/external/clang/unittests/Lex/ |
D | PPConditionalDirectiveRecordTest.cpp | 54 ModuleLoadResult loadModule(SourceLocation ImportLoc, in loadModule() function in __anon3bcae70e0111::VoidModuleLoader
|
D | PPCallbacksTest.cpp | 36 ModuleLoadResult loadModule(SourceLocation ImportLoc, in loadModule() function in __anon67b70b5c0111::VoidModuleLoader
|
D | LexerTest.cpp | 30 ModuleLoadResult loadModule(SourceLocation ImportLoc, in loadModule() function in __anon9e7fb59c0111::VoidModuleLoader
|
/external/skia/src/sksl/ |
D | SkSLCompiler.h | 202 LoadedModule loadModule(ProgramKind kind, ModuleData data, std::shared_ptr<SymbolTable> base,
|
D | SkSLCompiler.cpp | 329 LoadedModule Compiler::loadModule(ProgramKind kind, in loadModule() function in SkSL::Compiler 382 LoadedModule module = this->loadModule(kind, data, base.fSymbols, /*dehydrate=*/false); in parseModule()
|
D | SkSLMain.cpp | 534 compiler.loadModule(kind, SkSL::Compiler::MakeModulePath(inputPath.c_str()), in processCommand()
|
/external/clang/unittests/Basic/ |
D | SourceManagerTest.cpp | 54 ModuleLoadResult loadModule(SourceLocation ImportLoc, in loadModule() function in __anon4fa982410111::VoidModuleLoader
|
/external/clang/include/clang/Frontend/ |
D | CompilerInstance.h | 765 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path,
|
D | ASTUnit.h | 906 ModuleLoadResult loadModule(SourceLocation ImportLoc, ModuleIdPath Path, in loadModule() function
|
/external/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 1410 CompilerInstance::loadModule(SourceLocation ImportLoc, in loadModule() function in CompilerInstance 1718 loadModule(TheModule->DefinitionLoc, Path, Module::Hidden, false); in loadGlobalModuleIndex()
|
/external/clang/lib/Lex/ |
D | Preprocessor.cpp | 788 Imported = TheModuleLoader.loadModule(ModuleImportLoc, in LexAfterModuleImport()
|
D | PPDirectives.cpp | 1895 ModuleLoadResult Imported = TheModuleLoader.loadModule( in HandleIncludeDirective()
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 3306 Module *Mod = PP.getModuleLoader().loadModule(ImportLoc, Path, in CodeCompleteModuleImport()
|
D | SemaDecl.cpp | 15065 getModuleLoader().loadModule(ImportLoc, Path, Module::AllVisible, in ActOnModuleImport()
|