| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
| D | LazyEmittingLayer.h | 190 std::map<VModuleKey, std::unique_ptr<EmissionDeferredModule>> ModuleMap; variable 206 assert(!ModuleMap.count(K) && "VModuleKey K already in use"); in addModule() 207 ModuleMap[K] = in addModule() 217 auto I = ModuleMap.find(K); in removeModule() 218 assert(I != ModuleMap.end() && "VModuleKey K not valid here"); in removeModule() 220 ModuleMap.erase(I); in removeModule() 236 for (auto &KV : ModuleMap) in findSymbol() 248 assert(ModuleMap.count(K) && "VModuleKey K not valid here"); in findSymbolIn() 249 return ModuleMap[K]->find(Name, ExportedSymbolsOnly, BaseLayer); in findSymbolIn() 255 assert(ModuleMap.count(K) && "VModuleKey K not valid here"); in emitAndFinalize() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
| D | ThinLTOCodeGenerator.cpp | 145 StringMap<lto::InputFile *> ModuleMap; in generateModuleMap() local 147 assert(ModuleMap.find(M->getName()) == ModuleMap.end() && in generateModuleMap() 149 ModuleMap[M->getName()] = M.get(); in generateModuleMap() 151 return ModuleMap; in generateModuleMap() 207 StringMap<lto::InputFile*> &ModuleMap, in crossImportIntoModule() argument 210 auto &Input = ModuleMap[Identifier]; in crossImportIntoModule() 401 StringMap<lto::InputFile *> &ModuleMap, TargetMachine &TM, in ProcessThinLTOModule() argument 411 bool SingleModule = (ModuleMap.size() == 1); in ProcessThinLTOModule() 434 crossImportIntoModule(TheModule, Index, ModuleMap, ImportList); in ProcessThinLTOModule() 684 auto ModuleMap = generateModuleMap(Modules); in crossModuleImport() local [all …]
|
| D | LTO.cpp | 608 LTOInfo->IsThinLTO ? ThinLTO.ModuleMap.size() + 1 : 0, in addModule() 813 ThinLTO.ModuleMap.size())) in addThinLTO() 847 if (!ThinLTO.ModuleMap.insert({BM.getModuleIdentifier(), BM}).second) in addThinLTO() 857 return RegularLTO.ParallelCodeGenParallelismLevel + ThinLTO.ModuleMap.size(); in getMaxTasks() 1048 MapVector<StringRef, BitcodeModule> &ModuleMap) = 0; 1087 MapVector<StringRef, BitcodeModule> &ModuleMap) { in runThinLTOBackendThread() argument 1095 ImportList, DefinedGlobals, ModuleMap); in runThinLTOBackendThread() 1123 MapVector<StringRef, BitcodeModule> &ModuleMap) override { in start() argument 1135 MapVector<StringRef, BitcodeModule> &ModuleMap) { in start() argument 1138 ResolvedODR, DefinedGlobals, ModuleMap); in start() [all …]
|
| D | LTOBackend.cpp | 506 MapVector<StringRef, BitcodeModule> &ModuleMap) { in thinBackend() argument 548 auto I = ModuleMap.find(Identifier); in thinBackend() 549 assert(I != ModuleMap.end()); in thinBackend()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
| D | LTOBackend.h | 47 MapVector<StringRef, BitcodeModule> &ModuleMap);
|
| D | LTO.h | 340 MapVector<StringRef, BitcodeModule> ModuleMap; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| D | vktSpvAsmGraphicsShaderTestUtil.hpp | 58 typedef std::map<std::string, std::vector<EntryToStage> > ModuleMap; typedef 260 ModuleMap moduleMap;
|
| D | vktSpvAsmGraphicsShaderTestUtil.cpp | 441 …for (ModuleMap::const_iterator moduleNdx = instance.moduleMap.begin(); moduleNdx != instance.modul… in createPipelineShaderStages()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| D | vktSpvAsmGraphicsShaderTestUtil.hpp | 58 typedef std::map<std::string, std::vector<EntryToStage> > ModuleMap; typedef 260 ModuleMap moduleMap;
|
| D | vktSpvAsmGraphicsShaderTestUtil.cpp | 441 …for (ModuleMap::const_iterator moduleNdx = instance.moduleMap.begin(); moduleNdx != instance.modul… in createPipelineShaderStages()
|
| /third_party/gn/src/gn/ |
| D | target_unittest.cc | 1377 TEST_F(TargetTest, ModuleMap) { in TEST_F() argument
|
| /third_party/node/doc/changelogs/ |
| D | CHANGELOG_V8.md | 2005 …b.com/nodejs/node/commit/b3032d29c9)] - **test**: increase coverage for ModuleMap (Rob Paton) [#16… 2360 …hub.com/nodejs/node/commit/acba6d0cb0)] - **test**: improve coverage of ModuleMap.js (Jean-Philipp…
|
| D | CHANGELOG_V9.md | 2097 …b.com/nodejs/node/commit/ffe4d7b468)] - **test**: increase coverage for ModuleMap (Rob Paton) [#16…
|