Home
last modified time | relevance | path

Searched refs:ImportList (Results 1 – 25 of 25) sorted by relevance

/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/parse/
Dparser_unittest.py42 ast.ImportList(),
52 ast.ImportList(),
144 ast.ImportList(),
164 ast.ImportList(),
186 ast.ImportList(),
346 ast.ImportList(),
408 ast.ImportList(),
454 ast.ImportList(),
545 ast.ImportList(),
568 ast.ImportList(),
[all …]
Dtranslate_unittest.py51 ast.ImportList(),
/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionImport.cpp288 FunctionImporter::ImportMapTy &ImportList, in computeImportForReferencedGlobals() argument
314 auto ILI = ImportList[RefSummary->modulePath()].insert(VI.getGUID()); in computeImportForReferencedGlobals()
365 FunctionImporter::ImportMapTy &ImportList, in computeImportForFunction() argument
369 Worklist, ImportList, ExportLists); in computeImportForFunction()
484 auto ILI = ImportList[ExportModulePath].insert(VI.getGUID()); in computeImportForFunction()
526 StringRef ModName, FunctionImporter::ImportMapTy &ImportList, in ComputeImportForModule() argument
552 DefinedGVSummaries, Worklist, ImportList, in ComputeImportForModule()
564 Worklist, ImportList, ExportLists, in ComputeImportForModule()
568 Worklist, ImportList, ExportLists); in ComputeImportForModule()
663 auto &ImportList = ImportLists[DefinedGVSummaries.first()]; in ComputeCrossModuleImport() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp287 FunctionImporter::ImportMapTy &ImportList, in computeImportForReferencedGlobals() argument
318 auto ILI = ImportList[RefSummary->modulePath()].insert(VI.getGUID()); in computeImportForReferencedGlobals()
366 FunctionImporter::ImportMapTy &ImportList, in computeImportForFunction() argument
370 ImportList, ExportLists); in computeImportForFunction()
485 auto ILI = ImportList[ExportModulePath].insert(VI.getGUID()); in computeImportForFunction()
540 StringRef ModName, FunctionImporter::ImportMapTy &ImportList, in ComputeImportForModule() argument
566 DefinedGVSummaries, Worklist, ImportList, in ComputeImportForModule()
577 Worklist, ImportList, ExportLists, in ComputeImportForModule()
673 auto &ImportList = ImportLists[DefinedGVSummaries.first()]; in ComputeCrossModuleImport() local
677 DefinedGVSummaries.first(), ImportList, in ComputeCrossModuleImport()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h112 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList);
152 FunctionImporter::ImportMapTy &ImportList);
161 FunctionImporter::ImportMapTy &ImportList);
203 const FunctionImporter::ImportMapTy &ImportList,
/external/llvm-project/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h114 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList);
158 FunctionImporter::ImportMapTy &ImportList);
167 FunctionImporter::ImportMapTy &ImportList);
209 const FunctionImporter::ImportMapTy &ImportList,
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp412 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModule() argument
421 ComputeImportForModule(FunctionSummaryMap, Index, ImportList); in ComputeCrossModuleImportForModule()
425 << ImportList.size() << " modules.\n"); in ComputeCrossModuleImportForModule()
426 for (auto &Src : ImportList) { in ComputeCrossModuleImportForModule()
565 Module &DestModule, const FunctionImporter::ImportMapTy &ImportList, in importFunctions() argument
575 for (auto &FunctionsToImportPerModule : ImportList) { in importFunctions()
580 const auto &FunctionsToImportPerModule = ImportList.find(Name); in importFunctions()
581 assert(FunctionsToImportPerModule != ImportList.end()); in importFunctions()
762 FunctionImporter::ImportMapTy ImportList; in runOnModule() local
764 ImportList); in runOnModule()
[all …]
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp150 const FunctionImporter::ImportMapTy &ImportList) { in crossImportIntoModule() argument
153 Importer.importFunctions(TheModule, ImportList); in crossImportIntoModule()
228 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry() argument
257 for (auto &Entry : ImportList) { in ModuleCacheEntry()
333 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule() argument
365 crossImportIntoModule(TheModule, Index, ModuleMap, ImportList); in ProcessThinLTOModule()
557 auto &ImportList = ImportLists[TheModule.getModuleIdentifier()]; in crossModuleImport() local
559 crossImportIntoModule(TheModule, Index, ModuleMap, ImportList); in crossModuleImport()
812 auto &ImportList = ImportLists[ModuleIdentifier]; in run() local
815 *TheModule, *Index, ModuleMap, *TMBuilder.create(), ImportList, in run()
/external/llvm-project/llvm/include/llvm/LTO/
DLTOBackend.h45 const FunctionImporter::ImportMapTy &ImportList,
64 FunctionImporter::ImportMapTy &ImportList,
DLTO.h68 const FunctionImporter::ImportMapTy &ImportList,
/external/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h55 bool importFunctions(Module &M, const ImportMapTy &ImportList,
90 FunctionImporter::ImportMapTy &ImportList);
/external/llvm-project/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp213 const FunctionImporter::ImportMapTy &ImportList, in crossImportIntoModule() argument
222 Expected<bool> Result = Importer.importFunctions(TheModule, ImportList); in crossImportIntoModule()
332 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry() argument
358 computeLTOCacheKey(Key, Conf, Index, ModuleID, ImportList, ExportList, in ModuleCacheEntry()
418 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule() argument
457 crossImportIntoModule(TheModule, Index, ModuleMap, ImportList, in ProcessThinLTOModule()
733 auto &ImportList = ImportLists[TheModule.getModuleIdentifier()]; in crossModuleImport() local
736 crossImportIntoModule(TheModule, Index, ModuleMap, ImportList, in crossModuleImport()
1124 auto &ImportList = ImportLists[ModuleIdentifier]; in run() local
1127 *TheModule, *Index, ModuleMap, *TMBuilder.create(), ImportList, in run()
DLTO.cpp77 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey() argument
163 ImportModulesVector.reserve(ImportList.size()); in computeLTOCacheKey()
165 for (ImportMapIteratorTy It = ImportList.begin(); It != ImportList.end(); in computeLTOCacheKey()
246 for (auto &ImpM : ImportList) in computeLTOCacheKey()
1106 const FunctionImporter::ImportMapTy &ImportList,
1145 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread() argument
1157 ImportList, DefinedGlobals, ModuleMap); in runThinLTOBackendThread()
1171 computeLTOCacheKey(Key, Conf, CombinedIndex, ModuleID, ImportList, in runThinLTOBackendThread()
1182 const FunctionImporter::ImportMapTy &ImportList, in start() argument
1192 const FunctionImporter::ImportMapTy &ImportList, in start()
[all …]
DLTOBackend.cpp567 const FunctionImporter::ImportMapTy &ImportList, in thinBackend() argument
647 if (Error Err = Importer.importFunctions(Mod, ImportList).takeError()) in thinBackend()
684 FunctionImporter::ImportMapTy &ImportList, in loadReferencedModules() argument
705 ImportList[Summary->modulePath()].insert(GUID); in loadReferencedModules()
709 for (auto &I : ImportList) { in loadReferencedModules()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp208 const FunctionImporter::ImportMapTy &ImportList) { in crossImportIntoModule() argument
216 Expected<bool> Result = Importer.importFunctions(TheModule, ImportList); in crossImportIntoModule()
316 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry() argument
342 computeLTOCacheKey(Key, Conf, Index, ModuleID, ImportList, ExportList, in ModuleCacheEntry()
402 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule() argument
434 crossImportIntoModule(TheModule, Index, ModuleMap, ImportList); in ProcessThinLTOModule()
705 auto &ImportList = ImportLists[TheModule.getModuleIdentifier()]; in crossModuleImport() local
707 crossImportIntoModule(TheModule, Index, ModuleMap, ImportList); in crossModuleImport()
1093 auto &ImportList = ImportLists[ModuleIdentifier]; in run() local
1096 *TheModule, *Index, ModuleMap, *TMBuilder.create(), ImportList, in run()
DLTO.cpp74 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey() argument
159 for (auto &Entry : ImportList) { in computeLTOCacheKey()
233 for (auto &ImpM : ImportList) in computeLTOCacheKey()
1045 const FunctionImporter::ImportMapTy &ImportList,
1083 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread() argument
1095 ImportList, DefinedGlobals, ModuleMap); in runThinLTOBackendThread()
1109 computeLTOCacheKey(Key, Conf, CombinedIndex, ModuleID, ImportList, in runThinLTOBackendThread()
1120 const FunctionImporter::ImportMapTy &ImportList, in start() argument
1130 const FunctionImporter::ImportMapTy &ImportList, in start()
1137 AddStream, Cache, Task, BM, CombinedIndex, ImportList, ExportList, in start()
[all …]
DLTOBackend.cpp504 const FunctionImporter::ImportMapTy &ImportList, in thinBackend() argument
556 if (Error Err = Importer.importFunctions(Mod, ImportList).takeError()) in thinBackend()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTOBackend.h45 const FunctionImporter::ImportMapTy &ImportList,
DLTO.h72 const FunctionImporter::ImportMapTy &ImportList,
/external/llvm-project/llvm/tools/llvm-link/
Dllvm-link.cpp286 FunctionImporter::ImportMapTy ImportList; in importFunctions() local
333 auto &Entry = ImportList[FileName]; in importFunctions()
341 ExitOnErr(Importer.importFunctions(DestModule, ImportList)); in importFunctions()
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/parse/
Dconditional_features.py71 mojom.import_list = ast.ImportList([
Dast.py196 class ImportList(NodeListBase): class
271 assert isinstance(import_list, ImportList)
Dparser.py63 p[0] = ast.Mojom(None, ast.ImportList(), [])
/external/llvm/tools/gold/
Dgold-plugin.cpp882 FunctionImporter::ImportMapTy *ImportList; member in __anonbb06324a0211::CodeGen
898 FunctionImporter::ImportMapTy *ImportList, in CodeGen() argument
902 ImportList(ImportList), DefinedGlobals(DefinedGlobals) { in CodeGen()
1008 Importer.importFunctions(*M, *ImportList); in runLTOPasses()
1185 FunctionImporter::ImportMapTy &ImportList, in thinLTOBackendTask() argument
1203 &ModuleMap, &ImportList, &DefinedGlobals); in thinLTOBackendTask()
/external/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp1437 FunctionImporter::ImportMapTy ImportList; in runThinLTOBackend() local
1440 if (!lto::loadReferencedModules(*M, *CombinedIndex, ImportList, ModuleMap, in runThinLTOBackend()
1516 thinBackend(Conf, -1, AddStream, *M, *CombinedIndex, ImportList, in runThinLTOBackend()