Home
last modified time | relevance | path

Searched refs:getModuleIdentifier (Results 1 – 25 of 80) sorted by relevance

1234

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITObjectCacheTest.cpp29 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/
DMCJITObjectCacheTest.cpp29 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/
DOrcLazyJIT.cpp85 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/
DLinkArchives.cpp171 verbose(" Linking in module: " + aModule->getModuleIdentifier()); in LinkInArchive()
176 aModule->getModuleIdentifier() + "': " + moduleErrorMsg); in LinkInArchive()
DLinkModules.cpp891 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/
DFunctionImportUtils.cpp69 SGV->getGUID(), SGV->getParent()->getModuleIdentifier()); in shouldPromoteLocalToGlobal()
105 ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier())); in getName()
DMetaRenamer.cpp90 for (auto C : M.getModuleIdentifier()) in runOnModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTO.cpp394 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()
DThinLTOCodeGenerator.cpp211 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/
Dutils_test.cc41 ASSERT_NE(std::string::npos, module->getModuleIdentifier().find("saxpy.ll")); in TEST()
Dnvptx_backend_lib.cc257 MakeNameForTempProduct(module->getModuleIdentifier(), "-nvptx.dummy"), in EmitModuleToPTX()
356 IrDumpingPassManager module_passes(module->getModuleIdentifier(), "", false); in CompileModuleToPtx()
/external/llvm/lib/IR/
DDiagnosticPrinter.cpp106 Stream << M.getModuleIdentifier(); in operator <<()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDiagnosticPrinter.cpp106 Stream << M.getModuleIdentifier(); in operator <<()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp902 << 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/
Dlli.cpp227 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/
DMetaRenamer.cpp78 for (auto C : M.getModuleIdentifier()) in runOnModule()
DFunctionImportUtils.cpp91 ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier())); in getName()
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp568 << DestModule.getModuleIdentifier() << "\n"); in importFunctions()
682 << DestModule.getModuleIdentifier() << "\n"); in importFunctions()
763 ComputeCrossModuleImportForModule(M.getModuleIdentifier(), *Index, in runOnModule()
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp519 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/
DOcamlGCPrinter.cpp48 const std::string &MId = M.getModuleIdentifier(); in EmitCamlGlobal()
/external/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp48 const std::string &MId = M.getModuleIdentifier(); in EmitCamlGlobal()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCloneModule.cpp36 Module *New = new Module(M->getModuleIdentifier(), M->getContext()); in CloneModule()
/external/clang/examples/clang-interpreter/
Dmain.cpp74 Args.push_back(M.getModuleIdentifier()); in Execute()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp53 const std::string &MId = M.getModuleIdentifier(); in EmitCamlGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h92 StringRef getModuleIdentifier() const { return ModuleIdentifier; } in getModuleIdentifier() function

1234