/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITObjectCacheTest.cpp | 29 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() 38 ModulesLookedUp.insert(M->getModuleIdentifier()); in getObject() 50 return ModulesLookedUp.find(M->getModuleIdentifier()) in wasModuleLookedUp() 56 const std::string ModuleID = M->getModuleIdentifier(); in getObjectInternal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITObjectCacheTest.cpp | 29 const std::string ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() 38 ModulesLookedUp.insert(M->getModuleIdentifier()); in getObject() 50 return ModulesLookedUp.find(M->getModuleIdentifier()) in wasModuleLookedUp() 56 const std::string ModuleID = M->getModuleIdentifier(); in getObjectInternal()
|
/external/llvm/tools/lli/ |
D | OrcLazyJIT.cpp | 85 raw_fd_ostream Out(M->getModuleIdentifier() + ".ll", EC, in createDebugDumper() 88 errs() << "Couldn't open " << M->getModuleIdentifier() in createDebugDumper()
|
/external/swiftshader/third_party/LLVM/lib/Linker/ |
D | LinkArchives.cpp | 171 verbose(" Linking in module: " + aModule->getModuleIdentifier()); in LinkInArchive() 176 aModule->getModuleIdentifier() + "': " + moduleErrorMsg); in LinkInArchive()
|
D | LinkModules.cpp | 891 if (!SrcM->getModuleIdentifier().empty()) in run() 892 errs() << SrcM->getModuleIdentifier() << ": "; in run() 915 StringRef ModuleId = SrcM->getModuleIdentifier(); in run()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | FunctionImportUtils.cpp | 69 SGV->getGUID(), SGV->getParent()->getModuleIdentifier()); in shouldPromoteLocalToGlobal() 105 ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier())); in getName()
|
D | MetaRenamer.cpp | 90 for (auto C : M.getModuleIdentifier()) in runOnModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTO.cpp | 394 return Mods[0].getModuleIdentifier(); in getName() 726 BM.readSummary(ThinLTO.CombinedIndex, BM.getModuleIdentifier(), in addThinLTO() 738 ThinLTO.PrevailingModuleForGUID[GUID] = BM.getModuleIdentifier(); in addThinLTO() 746 GUID, BM.getModuleIdentifier())) in addThinLTO() 754 GUID, BM.getModuleIdentifier())) { in addThinLTO() 761 if (!ThinLTO.ModuleMap.insert({BM.getModuleIdentifier(), BM}).second) in addThinLTO() 969 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread() 995 StringRef ModulePath = BM.getModuleIdentifier(); in start() 1089 StringRef ModulePath = BM.getModuleIdentifier(); in start()
|
D | ThinLTOCodeGenerator.cpp | 211 SMDiagnostic Err = SMDiagnostic(TheModule.getModuleIdentifier(), in crossImportIntoModule() 658 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in promote() 715 auto &ImportList = ImportLists[TheModule.getModuleIdentifier()]; in crossModuleImport() 780 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in internalize()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/ |
D | utils_test.cc | 41 ASSERT_NE(std::string::npos, module->getModuleIdentifier().find("saxpy.ll")); in TEST()
|
D | nvptx_backend_lib.cc | 257 MakeNameForTempProduct(module->getModuleIdentifier(), "-nvptx.dummy"), in EmitModuleToPTX() 356 IrDumpingPassManager module_passes(module->getModuleIdentifier(), "", false); in CompileModuleToPtx()
|
/external/llvm/lib/IR/ |
D | DiagnosticPrinter.cpp | 106 Stream << M.getModuleIdentifier(); in operator <<()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DiagnosticPrinter.cpp | 106 Stream << M.getModuleIdentifier(); in operator <<()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 902 << DestModule.getModuleIdentifier() << "\n"); in importFunctions() 1025 << DestModule.getModuleIdentifier() << "\n"); in importFunctions() 1028 << DestModule.getModuleIdentifier() << "\n"); in importFunctions() 1050 ComputeCrossModuleImportForModuleFromIndex(M.getModuleIdentifier(), *Index, in doImportingForModule() 1053 ComputeCrossModuleImportForModule(M.getModuleIdentifier(), *Index, in doImportingForModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/ |
D | lli.cpp | 227 const std::string &ModuleID = M->getModuleIdentifier(); in notifyObjectCompiled() 242 const std::string &ModuleID = M->getModuleIdentifier(); in getObject() 726 raw_fd_ostream Out(M->getModuleIdentifier() + ".ll", EC, sys::fs::F_Text); in createDebugDumper() 728 errs() << "Couldn't open " << M->getModuleIdentifier() in createDebugDumper()
|
/external/llvm/lib/Transforms/Utils/ |
D | MetaRenamer.cpp | 78 for (auto C : M.getModuleIdentifier()) in runOnModule()
|
D | FunctionImportUtils.cpp | 91 ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier())); in getName()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 568 << DestModule.getModuleIdentifier() << "\n"); in importFunctions() 682 << DestModule.getModuleIdentifier() << "\n"); in importFunctions() 763 ComputeCrossModuleImportForModule(M.getModuleIdentifier(), *Index, in runOnModule()
|
/external/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 519 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in promote() 557 auto &ImportList = ImportLists[TheModule.getModuleIdentifier()]; in crossModuleImport() 616 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in internalize()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | OcamlGCPrinter.cpp | 48 const std::string &MId = M.getModuleIdentifier(); in EmitCamlGlobal()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | OcamlGCPrinter.cpp | 48 const std::string &MId = M.getModuleIdentifier(); in EmitCamlGlobal()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | CloneModule.cpp | 36 Module *New = new Module(M->getModuleIdentifier(), M->getContext()); in CloneModule()
|
/external/clang/examples/clang-interpreter/ |
D | main.cpp | 74 Args.push_back(M.getModuleIdentifier()); in Execute()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | OcamlGCPrinter.cpp | 53 const std::string &MId = M.getModuleIdentifier(); in EmitCamlGlobal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/ |
D | BitcodeReader.h | 92 StringRef getModuleIdentifier() const { return ModuleIdentifier; } in getModuleIdentifier() function
|