Home
last modified time | relevance | path

Searched refs:getModuleIdentifier (Results 1 – 25 of 66) 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-10.0/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp63 VI, SGV->getParent()->getModuleIdentifier()); in shouldPromoteLocalToGlobal()
97 ImportIndex.getModuleHash(SGV->getParent()->getModuleIdentifier())); in getPromotedName()
206 if (FS->modulePath() == M.getModuleIdentifier()) { in processGlobalForThinLTO()
250 ImportIndex.findSummaryInModule(VI, M.getModuleIdentifier())); in processGlobalForThinLTO()
DMetaRenamer.cpp90 for (auto C : M.getModuleIdentifier()) in runOnModule()
DCloneModule.cpp51 std::make_unique<Module>(M.getModuleIdentifier(), M.getContext()); in CloneModule()
/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-10.0/llvm/lib/Linker/
DIRMover.cpp1270 SrcM->getModuleIdentifier() + "' and '" + in linkModuleFlagsMetadata()
1271 DstM.getModuleIdentifier() + "'"); in linkModuleFlagsMetadata()
1288 SrcM->getModuleIdentifier() + "' and '" + in linkModuleFlagsMetadata()
1289 DstM.getModuleIdentifier() + "'"); in linkModuleFlagsMetadata()
1308 << "' from " << SrcM->getModuleIdentifier() << " with '" in linkModuleFlagsMetadata()
1309 << *DstOp->getOperand(2) << "' from " << DstM.getModuleIdentifier() in linkModuleFlagsMetadata()
1343 SrcM->getModuleIdentifier() + "' and '" + in linkModuleFlagsMetadata()
1344 DstM.getModuleIdentifier() + "'"); in linkModuleFlagsMetadata()
1418 SrcM->getModuleIdentifier() + "' is '" + in run()
1420 DstM.getModuleIdentifier() + "' is '" + in run()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
Dgpu_backend_lib.cc239 MakeNameForTempProduct(module->getModuleIdentifier(), "-nvptx.dummy"), in EmitModuleToPTX()
384 IrDumpingPassManager module_passes(module->getModuleIdentifier(), outputs_dir, in LinkAndOptimizeModule()
684 absl::StrCat(module->getModuleIdentifier(), random_number + ".ll"); in EmitModuleToHsaco()
688 absl::StrCat(module->getModuleIdentifier(), random_number + "_opt.ll"); in EmitModuleToHsaco()
693 absl::StrCat(module->getModuleIdentifier(), random_number + ".o"); in EmitModuleToHsaco()
698 absl::StrCat(module->getModuleIdentifier(), random_number + ".hsaco"); in EmitModuleToHsaco()
713 std::string module_id = module->getModuleIdentifier(); in EmitModuleToHsaco()
Dutils_test.cc44 ASSERT_NE(std::string::npos, module->getModuleIdentifier().find("saxpy.ll")); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp194 SMDiagnostic Err = SMDiagnostic(Mod.getModuleIdentifier(), in loadModuleFromInput()
219 SMDiagnostic Err = SMDiagnostic(TheModule.getModuleIdentifier(), in crossImportIntoModule()
636 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in promote()
705 auto &ImportList = ImportLists[TheModule.getModuleIdentifier()]; in crossModuleImport()
718 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in gatherImportedSummariesForModule()
751 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in emitImports()
793 auto ModuleIdentifier = TheModule.getModuleIdentifier(); in internalize()
DLTO.cpp461 return Mods[0].getModuleIdentifier(); in getName()
812 BM.readSummary(ThinLTO.CombinedIndex, BM.getModuleIdentifier(), in addThinLTO()
824 ThinLTO.PrevailingModuleForGUID[GUID] = BM.getModuleIdentifier(); in addThinLTO()
832 GUID, BM.getModuleIdentifier())) in addThinLTO()
840 GUID, BM.getModuleIdentifier())) { in addThinLTO()
847 if (!ThinLTO.ModuleMap.insert({BM.getModuleIdentifier(), BM}).second) in addThinLTO()
1098 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread()
1124 StringRef ModulePath = BM.getModuleIdentifier(); in start()
1216 StringRef ModulePath = BM.getModuleIdentifier(); in start()
/external/llvm/lib/IR/
DDiagnosticPrinter.cpp106 Stream << M.getModuleIdentifier(); in operator <<()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDiagnosticPrinter.cpp105 Stream << M.getModuleIdentifier(); in operator <<()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCompileUtils.cpp56 std::move(ObjBufferSV), M.getModuleIdentifier() + "-jitted-objectbuffer"); in operator ()()
DLayer.cpp87 [](const Module &M) -> StringRef { return M.getModuleIdentifier(); }); in getName()
/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-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp1118 << DestModule.getModuleIdentifier() << "\n"); in importFunctions()
1243 << DestModule.getModuleIdentifier() << "\n"); in importFunctions()
1246 << DestModule.getModuleIdentifier() << "\n"); in importFunctions()
1268 ComputeCrossModuleImportForModuleFromIndex(M.getModuleIdentifier(), *Index, in doImportingForModule()
1271 ComputeCrossModuleImportForModule(M.getModuleIdentifier(), *Index, in doImportingForModule()
/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/clang/examples/clang-interpreter/
Dmain.cpp74 Args.push_back(M.getModuleIdentifier()); in Execute()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp52 const std::string &MId = M.getModuleIdentifier(); in EmitCamlGlobal()
/external/swiftshader/third_party/llvm-10.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