Home
last modified time | relevance | path

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

123

/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/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
Dgpu_backend_lib.cc220 MakeNameForTempProduct(module->getModuleIdentifier(), "-nvptx.dummy"), in EmitModuleToPTX()
364 IrDumpingPassManager module_passes(module->getModuleIdentifier(), "", false); in LinkAndOptimizeModule()
577 std::string ir_filename = absl::StrCat(module->getModuleIdentifier(), ".ll"); in EmitModuleToHsaco()
581 absl::StrCat(module->getModuleIdentifier(), ".o"); in EmitModuleToHsaco()
586 absl::StrCat(module->getModuleIdentifier(), ".hsaco"); in EmitModuleToHsaco()
601 std::string module_id = module->getModuleIdentifier(); in EmitModuleToHsaco()
Dutils_test.cc41 ASSERT_NE(std::string::npos, module->getModuleIdentifier().find("saxpy.ll")); in TEST()
/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()
DLTOBackend.cpp78 if (M.getModuleIdentifier() == "ld-temp.o" || !UseInputModulePath) { in addSaveTemps()
83 PathPrefix = M.getModuleIdentifier() + "."; in addSaveTemps()
/external/llvm/lib/IR/
DDiagnosticPrinter.cpp106 Stream << M.getModuleIdentifier(); in operator <<()
DDiagnosticInfo.cpp131 DP << "ignoring invalid debug info in " << getModule().getModuleIdentifier(); in print()
/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/llvm/lib/Transforms/Utils/
DMetaRenamer.cpp78 for (auto C : M.getModuleIdentifier()) in runOnModule()
DFunctionImportUtils.cpp91 ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier())); in getName()
DCloneModule.cpp44 llvm::make_unique<Module>(M->getModuleIdentifier(), M->getContext()); in CloneModule()
/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/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/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp48 const std::string &MId = M.getModuleIdentifier(); in EmitCamlGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp53 const std::string &MId = M.getModuleIdentifier(); in EmitCamlGlobal()
/external/clang/examples/clang-interpreter/
Dmain.cpp74 Args.push_back(M.getModuleIdentifier()); in Execute()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h92 StringRef getModuleIdentifier() const { return ModuleIdentifier; } in getModuleIdentifier() function
/external/llvm/lib/Linker/
DIRMover.cpp1196 SrcM->getModuleIdentifier() + "' is '" + in run()
1198 DstM.getModuleIdentifier() + "' is '" + in run()
1210 SrcM->getModuleIdentifier() + "' is '" + in run()
1212 DstM.getModuleIdentifier() + "' is '" + DstM.getTargetTriple() + in run()

123