/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LazyEmittingLayer.h | 190 std::map<VModuleKey, std::unique_ptr<EmissionDeferredModule>> ModuleMap; member in llvm::orc::LazyEmittingLayer 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 in emitAndFinalize() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A 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() 210 auto &Input = ModuleMap[Identifier]; in crossImportIntoModule() 401 StringMap<lto::InputFile *> &ModuleMap, TargetMachine &TM, in ProcessThinLTOModule() 411 bool SingleModule = (ModuleMap.size() == 1); in ProcessThinLTOModule() 434 crossImportIntoModule(TheModule, Index, ModuleMap, ImportLis in ProcessThinLTOModule() 206 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, StringMap<lto::InputFile*> &ModuleMap, const FunctionImporter::ImportMapTy &ImportList) crossImportIntoModule() argument 400 ProcessThinLTOModule(Module &TheModule, ModuleSummaryIndex &Index, StringMap<lto::InputFile *> &ModuleMap, TargetMachine &TM, const FunctionImporter::ImportMapTy &ImportList, const FunctionImporter::ExportSetTy &ExportList, const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, const GVSummaryMapTy &DefinedGlobals, const ThinLTOCodeGenerator::CachingOptions &CacheOptions, bool DisableCodeGen, StringRef SaveTempsDir, bool Freestanding, unsigned OptLevel, unsigned count) ProcessThinLTOModule() argument 684 auto ModuleMap = generateModuleMap(Modules); crossModuleImport() local 951 auto ModuleMap = generateModuleMap(Modules); run() local [all...] |
H A 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() 1095 ImportList, DefinedGlobals, ModuleMap); in runThinLTOBackendThread() 1123 MapVector<StringRef, BitcodeModule> &ModuleMap) override { 1135 MapVector<StringRef, BitcodeModule> &ModuleMap) { 1138 ResolvedODR, DefinedGlobals, ModuleMap); 1080 runThinLTOBackendThread( AddStreamFn AddStream, NativeObjectCache Cache, unsigned Task, BitcodeModule BM, ModuleSummaryIndex &CombinedIndex, const FunctionImporter::ImportMapTy &ImportList, const FunctionImporter::ExportSetTy &ExportList, const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, const GVSummaryMapTy &DefinedGlobals, MapVector<StringRef, BitcodeModule> &ModuleMap) runThinLTOBackendThread() argument [all...] |
H A D | LTOBackend.cpp | 506 MapVector<StringRef, BitcodeModule> &ModuleMap) { in thinBackend() 548 auto I = ModuleMap.find(Identifier); in thinBackend() 549 assert(I != ModuleMap.end()); in thinBackend() 502 thinBackend(const Config &Conf, unsigned Task, AddStreamFn AddStream, Module &Mod, const ModuleSummaryIndex &CombinedIndex, const FunctionImporter::ImportMapTy &ImportList, const GVSummaryMapTy &DefinedGlobals, MapVector<StringRef, BitcodeModule> &ModuleMap) thinBackend() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
H A D | LTOBackend.h | 47 MapVector<StringRef, BitcodeModule> &ModuleMap);
|
H A D | LTO.h | 340 MapVector<StringRef, BitcodeModule> ModuleMap; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmGraphicsShaderTestUtil.hpp | 58 typedef std::map<std::string, std::vector<EntryToStage> > ModuleMap; typedef 260 ModuleMap moduleMap;
|
H A D | vktSpvAsmGraphicsShaderTestUtil.cpp | 441 for (ModuleMap::const_iterator moduleNdx = instance.moduleMap.begin(); moduleNdx != instance.moduleMap.end(); ++moduleNdx) in createPipelineShaderStages()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmGraphicsShaderTestUtil.hpp | 58 typedef std::map<std::string, std::vector<EntryToStage> > ModuleMap; typedef 260 ModuleMap moduleMap;
|
H A D | vktSpvAsmGraphicsShaderTestUtil.cpp | 441 for (ModuleMap::const_iterator moduleNdx = instance.moduleMap.begin(); moduleNdx != instance.moduleMap.end(); ++moduleNdx) in createPipelineShaderStages()
|
/third_party/gn/src/gn/ |
H A D | target_unittest.cc | 1377 TEST_F(TargetTest, ModuleMap) { in TEST_F()
|