Home
last modified time | relevance | path

Searched refs:ModulePath (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h151 StringRef ModulePath, const ModuleSummaryIndex &Index,
160 StringRef ModulePath, const ModuleSummaryIndex &Index,
201 StringRef ModulePath,
208 StringRef ModulePath, StringRef OutputFilename,
/external/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h89 StringRef ModulePath, const ModuleSummaryIndex &Index,
103 StringRef ModulePath,
109 EmitImportsFiles(StringRef ModulePath, StringRef OutputFilename,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp649 auto IsReadOrWriteOnlyVar = [&](StringRef ModulePath, const ValueInfo &VI) { in checkVariableImport() argument
651 Index.findSummaryInModule(VI, ModulePath)); in checkVariableImport()
723 StringRef ModulePath, in dumpImportListForModule() argument
725 LLVM_DEBUG(dbgs() << "* Module " << ModulePath << " imports from " in dumpImportListForModule()
740 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModule() argument
745 Index.collectDefinedFunctionsForModule(ModulePath, FunctionSummaryMap); in ComputeCrossModuleImportForModule()
748 LLVM_DEBUG(dbgs() << "Computing import for Module '" << ModulePath << "'\n"); in ComputeCrossModuleImportForModule()
749 ComputeImportForModule(FunctionSummaryMap, Index, ModulePath, ImportList); in ComputeCrossModuleImportForModule()
752 dumpImportListForModule(Index, ModulePath, ImportList); in ComputeCrossModuleImportForModule()
759 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModuleFromIndex() argument
[all …]
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp411 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModule() argument
417 Index.collectDefinedFunctionsForModule(ModulePath, FunctionSummaryMap); in ComputeCrossModuleImportForModule()
420 DEBUG(dbgs() << "Computing import for Module '" << ModulePath << "'\n"); in ComputeCrossModuleImportForModule()
424 DEBUG(dbgs() << "* Module " << ModulePath << " imports from " in ComputeCrossModuleImportForModule()
437 StringRef ModulePath, in gatherImportedSummariesForModule() argument
442 ModuleToSummariesForIndex[ModulePath] = in gatherImportedSummariesForModule()
443 ModuleToDefinedGVSummaries.lookup(ModulePath); in gatherImportedSummariesForModule()
444 auto ModuleImports = ImportLists.find(ModulePath); in gatherImportedSummariesForModule()
463 StringRef ModulePath, StringRef OutputFilename, in EmitImportsFiles() argument
465 auto ModuleImports = ImportLists.find(ModulePath); in EmitImportsFiles()
/external/llvm/lib/IR/
DModuleSummaryIndex.cpp71 StringRef ModulePath, GVSummaryMapTy &GVSummaryMap) const { in collectDefinedFunctionsForModule() argument
80 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h129 StringRef ModulePath; variable
158 void setModulePath(StringRef ModPath) { ModulePath = ModPath; } in setModulePath()
161 StringRef modulePath() const { return ModulePath; } in modulePath()
488 void collectDefinedFunctionsForModule(StringRef ModulePath,
/external/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h210 static void emitImports(StringRef ModulePath, StringRef OutputName,
223 StringRef ModulePath, ModuleSummaryIndex &Index,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp1124 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
1125 assert(ModuleToDefinedGVSummaries.count(ModulePath)); in start()
1127 ModuleToDefinedGVSummaries.find(ModulePath)->second; in start()
1216 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
1218 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix); in start()
1224 gatherImportedSummariesForModule(ModulePath, ModuleToDefinedGVSummaries, in start()
1235 EC = EmitImportsFiles(ModulePath, NewModulePath + ".imports", in start()
1242 OnWrite(ModulePath); in start()
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp566 StringRef ModulePath, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule() argument
580 llvm::gatherImportedSummariesForModule(ModulePath, ModuleToDefinedGVSummaries, in gatherImportedSummariesForModule()
588 void ThinLTOCodeGenerator::emitImports(StringRef ModulePath, in emitImports() argument
604 if ((EC = EmitImportsFiles(ModulePath, OutputName, ImportLists))) in emitImports()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModuleSummaryIndex.cpp74 StringRef ModulePath, GVSummaryMapTy &GVSummaryMap) const { in collectDefinedFunctionsForModule() argument
83 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h114 Error readSummary(ModuleSummaryIndex &CombinedIndex, StringRef ModulePath,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h348 StringRef ModulePath;
378 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }
381 StringRef modulePath() const { return ModulePath; }
1358 void collectDefinedFunctionsForModule(StringRef ModulePath,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp804 StringRef ModulePath; member in __anond297d7510411::ModuleSummaryIndexBitcodeReader
813 StringRef ModulePath, unsigned ModuleId);
5365 StringRef ModulePath, unsigned ModuleId) in ModuleSummaryIndexBitcodeReader() argument
5367 ModulePath(ModulePath), ModuleId(ModuleId) {} in ModuleSummaryIndexBitcodeReader()
5370 TheIndex.addModule(ModulePath, ModuleId); in addThisModule()
5375 return TheIndex.getModule(ModulePath); in getThisModule()
5952 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, ModulePath); in parseEntireSummary()
6197 SmallString<128> ModulePath; in parseModuleStringTable() local
6228 if (convertToString(Record, 1, ModulePath)) in parseModuleStringTable()
6231 LastSeenModule = TheIndex.addModule(ModulePath, ModuleId); in parseModuleStringTable()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp8083 StringRef ModulePath; in ParseFunctionSummary() local
8095 ParseModuleReference(ModulePath) || in ParseFunctionSummary()
8137 FS->setModulePath(ModulePath); in ParseFunctionSummary()
8153 StringRef ModulePath; in ParseVariableSummary() local
8163 ParseModuleReference(ModulePath) || in ParseVariableSummary()
8191 GS->setModulePath(ModulePath); in ParseVariableSummary()
8209 StringRef ModulePath; in ParseAliasSummary() local
8215 ParseModuleReference(ModulePath) || in ParseAliasSummary()
8232 AS->setModulePath(ModulePath); in ParseAliasSummary()
8240 auto Summary = Index->findSummaryInModule(AliaseeVI, ModulePath); in ParseAliasSummary()
[all …]
DLLParser.h348 bool ParseModuleReference(StringRef &ModulePath);
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1217 void loadClangModule(StringRef Filename, StringRef ModulePath,
3288 void DwarfLinker::loadClangModule(StringRef Filename, StringRef ModulePath, in loadClangModule() argument
3293 sys::path::append(Path, ModulePath, Filename); in loadClangModule()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6369 SmallString<128> ModulePath; in parseModuleStringTable() local
6393 if (convertToString(Record, 1, ModulePath)) in parseModuleStringTable()
6396 LastSeenModulePath = TheIndex->addModulePath(ModulePath, ModuleId); in parseModuleStringTable()
6399 ModulePath.clear(); in parseModuleStringTable()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp449 bool doIncludeModule(StringRef ModulePath) { in doIncludeModule() argument
451 ModuleToSummariesForIndex->count(ModulePath); in doIncludeModule()