Home
last modified time | relevance | path

Searched defs:TheModule (Results 1 – 25 of 78) sorted by relevance

1234

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp88 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 DUpdateCompilerUsed.cpp33 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 DThinLTOCodeGenerator.cpp76 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 DUpdateCompilerUsed.cpp34 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 DThinLTOCodeGenerator.cpp94 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 DUpdateCompilerUsed.cpp34 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 Dllvm-lto.cpp384 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/
DPartialTranslationUnit.h33 std::unique_ptr<llvm::Module> TheModule; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Interpreter/
DPartialTranslationUnit.h33 std::unique_ptr<llvm::Module> TheModule; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Interpreter/
DPartialTranslationUnit.h33 std::unique_ptr<llvm::Module> TheModule; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Interpreter/
DPartialTranslationUnit.h33 std::unique_ptr<llvm::Module> TheModule; member
/aosp_15_r20/external/clang/include/clang/CodeGen/
H A DCodeGenAction.h27 std::unique_ptr<llvm::Module> TheModule; variable
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp478 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/
DInternalize.h75 internalizeModule(Module &TheModule, in internalizeModule()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/IPO/
DInternalize.h75 internalizeModule(Module &TheModule, in internalizeModule()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/IPO/
DInternalize.h75 internalizeModule(Module &TheModule, in internalizeModule()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/IPO/
DInternalize.h75 internalizeModule(Module &TheModule, in internalizeModule()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/CodeGen/
DCodeGenAction.h47 std::unique_ptr<llvm::Module> TheModule; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/CodeGen/
DCodeGenAction.h47 std::unique_ptr<llvm::Module> TheModule; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/CodeGen/
DCodeGenAction.h47 std::unique_ptr<llvm::Module> TheModule; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/CodeGen/
DCodeGenAction.h47 std::unique_ptr<llvm::Module> TheModule; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DNameAnonGlobals.cpp28 Module &TheModule; member in __anon67104b9f0111::ModuleHasher
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DNameAnonFunctions.cpp25 Module &TheModule; member in ModuleHasher
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp426 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 DNameAnonGlobals.cpp27 Module &TheModule; member in __anon547667990111::ModuleHasher

1234