Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
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()
H A DThinLTOCodeGenerator.cpp92 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, in saveTempBitcode()
158 static void promoteModule(Module &TheModule, const ModuleSummaryIndex &Index, in promoteModule()
176 static void verifyLoadedModule(Module &TheModule) { in verifyLoadedModule()
211 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, in crossImportIntoModule()
235 static void optimizeModule(Module &TheModule, TargetMachine &TM, in optimizeModule()
298 std::unique_ptr<MemoryBuffer> codegenModule(Module &TheModule, in codegenModule()
416 ProcessThinLTOModule(Module &TheModule, ModuleSummaryIndex &Index, in ProcessThinLTOModule()
662 void ThinLTOCodeGenerator::promote(Module &TheModule, ModuleSummaryIndex &Index, in promote()
711 void ThinLTOCodeGenerator::crossModuleImport(Module &TheModule, in crossModuleImport()
746 Module &TheModule, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule()
[all …]
H A DLTOCodeGenerator.cpp370 Module &TheModule, in preserveDiscardableGVs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Interpreter/
H A DTransaction.h35 std::unique_ptr<llvm::Module> TheModule; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp539 static void writeModuleToFile(Module &TheModule, StringRef Filename) { in writeModuleToFile()
636 auto TheModule = loadModuleFromInput(*Input, Ctx); in distributedIndexes() local
673 auto TheModule = loadModuleFromInput(*Input, Ctx); in emitImports() local
700 auto TheModule = loadModuleFromInput(*Input, Ctx); in promote() local
733 auto TheModule = loadModuleFromInput(*Input, Ctx); in import() local
766 auto TheModule = loadModuleFromInput(*Input, Ctx); in internalize() local
791 auto TheModule = loadModuleFromInput(*Input, Ctx); in optimize() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCodeGenAction.h47 std::unique_ptr<llvm::Module> TheModule; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DNameAnonGlobals.cpp27 Module &TheModule; member in __anon0287d4aa0111::ModuleHasher
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp152 std::unique_ptr<Module> TheModule(parseIRFile(IRFile, Err, Context)); in InitEE() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.h63 llvm::Module &TheModule; variable
H A DCGCUDANV.cpp45 llvm::Module &TheModule; member in __anon04fceb940111::CGNVCUDARuntime
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h91 const Module *TheModule; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp403 static std::unique_ptr<Module> TheModule; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h61 Module &TheModule; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp423 Module &TheModule; member in MetadataLoader::MetadataLoaderImpl
645 MetadataLoaderImpl(BitstreamCursor &Stream, Module &TheModule, in MetadataLoaderImpl()
2310 MetadataLoader::MetadataLoader(BitstreamCursor &Stream, Module &TheModule, in MetadataLoader()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1044 Module &TheModule, const GVSummaryMapTy &DefinedGlobals) { in thinLTOResolvePrevailingInModule()
1116 void llvm::thinLTOInternalizeModule(Module &TheModule, in thinLTOInternalizeModule()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp413 static std::unique_ptr<Module> TheModule; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86WinEHState.cpp84 Module *TheModule = nullptr; member in __anon02607c880111::WinEHStatePass
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp540 static std::unique_ptr<Module> TheModule; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp632 static std::unique_ptr<Module> TheModule; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp609 static Module *TheModule; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp702 static std::unique_ptr<Module> TheModule; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp705 static std::unique_ptr<Module> TheModule; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp702 static std::unique_ptr<Module> TheModule; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp702 static std::unique_ptr<Module> TheModule; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp685 static std::unique_ptr<Module> TheModule; variable

12