| /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-10.0/llvm/lib/Transforms/Utils/ |
| D | FunctionImportUtils.cpp | 63 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()
|
| D | MetaRenamer.cpp | 90 for (auto C : M.getModuleIdentifier()) in runOnModule()
|
| D | CloneModule.cpp | 51 std::make_unique<Module>(M.getModuleIdentifier(), M.getContext()); in CloneModule()
|
| /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-10.0/llvm/lib/Linker/ |
| D | IRMover.cpp | 1270 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/ |
| D | gpu_backend_lib.cc | 239 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()
|
| D | utils_test.cc | 44 ASSERT_NE(std::string::npos, module->getModuleIdentifier().find("saxpy.ll")); in TEST()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
| D | ThinLTOCodeGenerator.cpp | 194 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()
|
| D | LTO.cpp | 461 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/ |
| D | DiagnosticPrinter.cpp | 106 Stream << M.getModuleIdentifier(); in operator <<()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | DiagnosticPrinter.cpp | 105 Stream << M.getModuleIdentifier(); in operator <<()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
| D | CompileUtils.cpp | 56 std::move(ObjBufferSV), M.getModuleIdentifier() + "-jitted-objectbuffer"); in operator ()()
|
| D | Layer.cpp | 87 [](const Module &M) -> StringRef { return M.getModuleIdentifier(); }); in getName()
|
| /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()
|
| D | CloneModule.cpp | 44 llvm::make_unique<Module>(M->getModuleIdentifier(), M->getContext()); in CloneModule()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| D | FunctionImport.cpp | 1118 << 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/ |
| 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/llvm/lib/CodeGen/AsmPrinter/ |
| D | OcamlGCPrinter.cpp | 48 const std::string &MId = M.getModuleIdentifier(); in EmitCamlGlobal()
|
| /external/clang/examples/clang-interpreter/ |
| D | main.cpp | 74 Args.push_back(M.getModuleIdentifier()); in Execute()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| D | OcamlGCPrinter.cpp | 52 const std::string &MId = M.getModuleIdentifier(); in EmitCamlGlobal()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
| D | BitcodeReader.h | 92 StringRef getModuleIdentifier() const { return ModuleIdentifier; } in getModuleIdentifier() function
|
| /external/llvm/lib/Linker/ |
| D | IRMover.cpp | 1196 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()
|