/external/llvm/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 29 class FunctionImporter { 46 FunctionImporter( in FunctionImporter() function 81 StringMap<FunctionImporter::ImportMapTy> &ImportLists, 82 StringMap<FunctionImporter::ExportSetTy> &ExportLists); 90 FunctionImporter::ImportMapTy &ImportList); 105 const StringMap<FunctionImporter::ImportMapTy> &ImportLists, 110 const StringMap<FunctionImporter::ImportMapTy> &ImportLists);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 34 class FunctionImporter { 61 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader) in FunctionImporter() function 96 StringMap<FunctionImporter::ImportMapTy> &ImportLists, 97 StringMap<FunctionImporter::ExportSetTy> &ExportLists); 105 FunctionImporter::ImportMapTy &ImportList); 114 FunctionImporter::ImportMapTy &ImportList); 148 const FunctionImporter::ImportMapTy &ImportList,
|
/external/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 150 const FunctionImporter::ImportMapTy &ImportList) { in crossImportIntoModule() 152 FunctionImporter Importer(Index, Loader); in crossImportIntoModule() 228 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry() 229 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry() 333 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule() 334 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule() 525 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote() 526 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote() 553 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in crossModuleImport() 554 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in crossModuleImport() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 201 const FunctionImporter::ImportMapTy &ImportList) { in crossImportIntoModule() 207 FunctionImporter Importer(Index, Loader); in crossImportIntoModule() 297 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry() 298 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry() 445 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule() 446 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule() 626 const StringMap<FunctionImporter::ExportSetTy> &ExportLists, in internalizeAndPromoteInIndex() 672 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote() 673 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote() 711 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in crossModuleImport() [all …]
|
D | LTO.cpp | 70 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeCacheKey() 71 const FunctionImporter::ExportSetTy &ExportList, in computeCacheKey() 908 const FunctionImporter::ImportMapTy &ImportList, 909 const FunctionImporter::ExportSetTy &ExportList, 953 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread() 954 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread() 991 const FunctionImporter::ImportMapTy &ImportList, in start() 992 const FunctionImporter::ExportSetTy &ExportList, in start() 1001 const FunctionImporter::ImportMapTy &ImportList, in start() 1002 const FunctionImporter::ExportSetTy &ExportList, in start() [all …]
|
D | LTOBackend.cpp | 458 const FunctionImporter::ImportMapTy &ImportList, in thinBackend() 508 FunctionImporter Importer(CombinedIndex, ModuleLoader); in thinBackend()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 219 FunctionImporter::ExportSetTy &ExportList) { in exportGlobalInModule() 269 FunctionImporter::ImportMapTy &ImportsForModule, in computeImportForFunction() 270 StringMap<FunctionImporter::ExportSetTy> *ExportLists = nullptr) { in computeImportForFunction() 338 FunctionImporter::ImportMapTy &ImportsForModule, in ComputeImportForModule() 339 StringMap<FunctionImporter::ExportSetTy> *ExportLists = nullptr) { in ComputeImportForModule() 380 StringMap<FunctionImporter::ImportMapTy> &ImportLists, in ComputeCrossModuleImport() 381 StringMap<FunctionImporter::ExportSetTy> &ExportLists) { in ComputeCrossModuleImport() 412 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModule() 439 const StringMap<FunctionImporter::ImportMapTy> &ImportLists, in gatherImportedSummariesForModule() 464 const StringMap<FunctionImporter::ImportMapTy> &ImportLists) { in EmitImportsFiles() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 248 FunctionImporter::ImportMapTy &ImportList, in computeImportForReferencedGlobals() 249 StringMap<FunctionImporter::ExportSetTy> *ExportLists) { in computeImportForReferencedGlobals() 279 FunctionImporter::ImportMapTy &ImportList, in computeImportForFunction() 280 StringMap<FunctionImporter::ExportSetTy> *ExportLists, in computeImportForFunction() 281 FunctionImporter::ImportThresholdsTy &ImportThresholds) { in computeImportForFunction() 423 FunctionImporter::ImportMapTy &ImportList, in ComputeImportForModule() 424 StringMap<FunctionImporter::ExportSetTy> *ExportLists = nullptr) { in ComputeImportForModule() 428 FunctionImporter::ImportThresholdsTy ImportThresholds; in ComputeImportForModule() 493 StringMap<FunctionImporter::ImportMapTy> &ImportLists, in ComputeCrossModuleImport() 494 StringMap<FunctionImporter::ExportSetTy> &ExportLists) { in ComputeCrossModuleImport() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/ |
D | LTOBackend.h | 46 const FunctionImporter::ImportMapTy &ImportList,
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 882 FunctionImporter::ImportMapTy *ImportList; 898 FunctionImporter::ImportMapTy *ImportList, in CodeGen() 1007 FunctionImporter Importer(*CombinedIndex, Loader); in runLTOPasses() 1185 FunctionImporter::ImportMapTy &ImportList, in thinLTOBackendTask() 1212 StringMap<FunctionImporter::ImportMapTy> &ImportLists, in thinLTOBackends() 1371 StringMap<FunctionImporter::ImportMapTy> ImportLists(NextModuleId); in thinLTOLink() 1372 StringMap<FunctionImporter::ExportSetTy> ExportLists(NextModuleId); in thinLTOLink()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 219 FunctionImporter::ImportMapTy ImportList; in importFunctions() 270 FunctionImporter Importer(*Index, CachedModuleLoader); in importFunctions()
|