/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/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/ |
D | gpu_backend_lib.cc | 220 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()
|
D | utils_test.cc | 41 ASSERT_NE(std::string::npos, module->getModuleIdentifier().find("saxpy.ll")); in TEST()
|
/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()
|
D | LTOBackend.cpp | 78 if (M.getModuleIdentifier() == "ld-temp.o" || !UseInputModulePath) { in addSaveTemps() 83 PathPrefix = M.getModuleIdentifier() + "."; in addSaveTemps()
|
/external/llvm/lib/IR/ |
D | DiagnosticPrinter.cpp | 106 Stream << M.getModuleIdentifier(); in operator <<()
|
D | DiagnosticInfo.cpp | 131 DP << "ignoring invalid debug info in " << getModule().getModuleIdentifier(); in print()
|
/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/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-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/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | OcamlGCPrinter.cpp | 53 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-7.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()
|