Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DUpdateCompilerUsed.cpp34 void findInModule(Module &TheModule) { in findInModule()
59 void initializeLibCalls(const Module &TheModule) { in initializeLibCalls()
117 void llvm::updateCompilerUsed(Module &TheModule, const TargetMachine &TM, in updateCompilerUsed()
DThinLTOCodeGenerator.cpp81 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, in saveTempBitcode()
148 static void promoteModule(Module &TheModule, const ModuleSummaryIndex &Index) { in promoteModule()
165 static void verifyLoadedModule(Module &TheModule) { in verifyLoadedModule()
199 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, in crossImportIntoModule()
221 static void optimizeModule(Module &TheModule, TargetMachine &TM, in optimizeModule()
263 std::unique_ptr<MemoryBuffer> codegenModule(Module &TheModule, in codegenModule()
443 ProcessThinLTOModule(Module &TheModule, ModuleSummaryIndex &Index, in ProcessThinLTOModule()
655 void ThinLTOCodeGenerator::promote(Module &TheModule, in promote()
694 void ThinLTOCodeGenerator::crossModuleImport(Module &TheModule, in crossModuleImport()
776 void ThinLTOCodeGenerator::internalize(Module &TheModule, in internalize()
[all …]
DLTOCodeGenerator.cpp367 Module &TheModule, in preserveDiscardableGVs()
/external/llvm/lib/LTO/
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 …]
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()
DLTOCodeGenerator.cpp364 Module &TheModule, in preserveDiscardableGVs()
/external/clang/include/clang/CodeGen/
DCodeGenAction.h27 std::unique_ptr<llvm::Module> TheModule; variable
/external/llvm/tools/llvm-lto/
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
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/
Dllvm-lto.cpp467 static void writeModuleToFile(Module &TheModule, StringRef Filename) { in writeModuleToFile()
615 auto TheModule = loadModule(Filename, Ctx); in promote() local
646 auto TheModule = loadModule(Filename, Ctx); in import() local
677 auto TheModule = loadModule(Filename, Ctx); in internalize() local
700 auto TheModule = loadModule(Filename, Ctx); in optimize() local
/external/llvm/lib/Transforms/Utils/
DNameAnonFunctions.cpp25 Module &TheModule; member in ModuleHasher
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-jitlistener/
Dllvm-jitlistener.cpp113 std::unique_ptr<Module> TheModule(parseIRFile(IRFile, Err, Context)); in InitEE() local
/external/llvm/tools/llvm-jitlistener/
Dllvm-jitlistener.cpp115 std::unique_ptr<Module> TheModule(parseIRFile(IRFile, Err, Context)); in InitEE() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DNameAnonGlobals.cpp28 Module &TheModule; member in __anon128f3ba40111::ModuleHasher
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h85 const Module *TheModule; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroInternal.h55 Module &TheModule; member
/external/clang/lib/CodeGen/
DCodeGenTypes.h124 llvm::Module &TheModule; variable
DCGCUDANV.cpp38 llvm::Module &TheModule; member in __anon30513f360111::CGNVCUDARuntime
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp478 Module &TheModule, const GVSummaryMapTy &DefinedGlobals) { in thinLTOResolveWeakForLinkerModule()
504 void llvm::thinLTOInternalizeModule(Module &TheModule, in thinLTOInternalizeModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp416 Module &TheModule; member in MetadataLoader::MetadataLoaderImpl
625 MetadataLoaderImpl(BitstreamCursor &Stream, Module &TheModule, in MetadataLoaderImpl()
1968 MetadataLoader::MetadataLoader(BitstreamCursor &Stream, Module &TheModule, in MetadataLoader()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp778 Module &TheModule, const GVSummaryMapTy &DefinedGlobals) { in thinLTOResolveWeakForLinkerModule()
845 void llvm::thinLTOInternalizeModule(Module &TheModule, in thinLTOInternalizeModule()
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp393 static std::unique_ptr<Module> TheModule; variable
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp404 static std::unique_ptr<Module> TheModule; variable
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h116 const Module *TheModule; variable
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp402 static std::unique_ptr<Module> TheModule; variable
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp414 static std::unique_ptr<Module> TheModule; variable

123