/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 88 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, in saveTempBitcode() 154 static void promoteModule(Module &TheModule, const ModuleSummaryIndex &Index) { in promoteModule() 171 static void verifyLoadedModule(Module &TheModule) { in verifyLoadedModule() 206 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, in crossImportIntoModule() 229 static void optimizeModule(Module &TheModule, TargetMachine &TM, in optimizeModule() 282 std::unique_ptr<MemoryBuffer> codegenModule(Module &TheModule, in codegenModule() 400 ProcessThinLTOModule(Module &TheModule, ModuleSummaryIndex &Index, in ProcessThinLTOModule() 633 void ThinLTOCodeGenerator::promote(Module &TheModule, ModuleSummaryIndex &Index, in promote() 681 void ThinLTOCodeGenerator::crossModuleImport(Module &TheModule, in crossModuleImport() 714 Module &TheModule, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule() [all …]
|
H A D | UpdateCompilerUsed.cpp | 33 void findInModule(Module &TheModule) { in findInModule() 58 void initializeLibCalls(const Module &TheModule) { in initializeLibCalls() 122 void llvm::updateCompilerUsed(Module &TheModule, const TargetMachine &TM, in updateCompilerUsed()
|
/aosp_15_r20/external/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 76 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, in saveTempBitcode() 142 static void promoteModule(Module &TheModule, const ModuleSummaryIndex &Index) { in promoteModule() 148 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, in crossImportIntoModule() 156 static void optimizeModule(Module &TheModule, TargetMachine &TM) { in optimizeModule() 194 std::unique_ptr<MemoryBuffer> codegenModule(Module &TheModule, in codegenModule() 331 ProcessThinLTOModule(Module &TheModule, ModuleSummaryIndex &Index, in ProcessThinLTOModule() 516 void ThinLTOCodeGenerator::promote(Module &TheModule, in promote() 543 void ThinLTOCodeGenerator::crossModuleImport(Module &TheModule, in crossModuleImport() 612 void ThinLTOCodeGenerator::internalize(Module &TheModule, in internalize() 653 void ThinLTOCodeGenerator::optimize(Module &TheModule) { in optimize() [all …]
|
H A D | UpdateCompilerUsed.cpp | 34 void findInModule(const Module &TheModule) { in findInModule() 59 void initializeLibCalls(const Module &TheModule) { in initializeLibCalls() 115 void llvm::updateCompilerUsed(Module &TheModule, const TargetMachine &TM, in updateCompilerUsed()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 94 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, in saveTempBitcode() 160 static void promoteModule(Module &TheModule, const ModuleSummaryIndex &Index, in promoteModule() 178 static void verifyLoadedModule(Module &TheModule) { in verifyLoadedModule() 213 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, in crossImportIntoModule() 237 static void optimizeModule(Module &TheModule, TargetMachine &TM, in optimizeModule() 326 std::unique_ptr<MemoryBuffer> codegenModule(Module &TheModule, in codegenModule() 445 ProcessThinLTOModule(Module &TheModule, ModuleSummaryIndex &Index, in ProcessThinLTOModule() 698 void ThinLTOCodeGenerator::promote(Module &TheModule, ModuleSummaryIndex &Index, in promote() 748 void ThinLTOCodeGenerator::crossModuleImport(Module &TheModule, in crossModuleImport() 783 Module &TheModule, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule() [all …]
|
H A D | UpdateCompilerUsed.cpp | 34 void findInModule(Module &TheModule) { in findInModule() 59 void initializeLibCalls(const Module &TheModule) { in initializeLibCalls() 123 void llvm::updateCompilerUsed(Module &TheModule, const TargetMachine &TM, in updateCompilerUsed()
|
/aosp_15_r20/external/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 384 static void writeModuleToFile(Module &TheModule, StringRef Filename) { in writeModuleToFile() 527 auto TheModule = loadModule(Filename, Ctx); in promote() local 558 auto TheModule = loadModule(Filename, Ctx); in import() local 589 auto TheModule = loadModule(Filename, Ctx); in internalize() local 612 auto TheModule = loadModule(Filename, Ctx); in optimize() local 635 auto TheModule = loadModule(Filename, Ctx); in codegen() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Interpreter/ |
D | PartialTranslationUnit.h | 33 std::unique_ptr<llvm::Module> TheModule; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Interpreter/ |
D | PartialTranslationUnit.h | 33 std::unique_ptr<llvm::Module> TheModule; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Interpreter/ |
D | PartialTranslationUnit.h | 33 std::unique_ptr<llvm::Module> TheModule; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Interpreter/ |
D | PartialTranslationUnit.h | 33 std::unique_ptr<llvm::Module> TheModule; member
|
/aosp_15_r20/external/clang/include/clang/CodeGen/ |
H A D | CodeGenAction.h | 27 std::unique_ptr<llvm::Module> TheModule; variable
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 478 Module &TheModule, const GVSummaryMapTy &DefinedGlobals) { in thinLTOResolveWeakForLinkerModule() 504 void llvm::thinLTOInternalizeModule(Module &TheModule, in thinLTOInternalizeModule()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/IPO/ |
D | Internalize.h | 75 internalizeModule(Module &TheModule, in internalizeModule()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/IPO/ |
D | Internalize.h | 75 internalizeModule(Module &TheModule, in internalizeModule()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/IPO/ |
D | Internalize.h | 75 internalizeModule(Module &TheModule, in internalizeModule()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/IPO/ |
D | Internalize.h | 75 internalizeModule(Module &TheModule, in internalizeModule()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/CodeGen/ |
D | CodeGenAction.h | 47 std::unique_ptr<llvm::Module> TheModule; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/CodeGen/ |
D | CodeGenAction.h | 47 std::unique_ptr<llvm::Module> TheModule; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/CodeGen/ |
D | CodeGenAction.h | 47 std::unique_ptr<llvm::Module> TheModule; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/CodeGen/ |
D | CodeGenAction.h | 47 std::unique_ptr<llvm::Module> TheModule; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | NameAnonGlobals.cpp | 28 Module &TheModule; member in __anon67104b9f0111::ModuleHasher
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | NameAnonFunctions.cpp | 25 Module &TheModule; member in ModuleHasher
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 426 Module &TheModule; member in MetadataLoader::MetadataLoaderImpl 635 MetadataLoaderImpl(BitstreamCursor &Stream, Module &TheModule, in MetadataLoaderImpl() 2132 MetadataLoader::MetadataLoader(BitstreamCursor &Stream, Module &TheModule, in MetadataLoader()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | NameAnonGlobals.cpp | 27 Module &TheModule; member in __anon547667990111::ModuleHasher
|