/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
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()
|
H A D | ThinLTOCodeGenerator.cpp | 92 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 D | LTOCodeGenerator.cpp | 370 Module &TheModule, in preserveDiscardableGVs()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Interpreter/ |
H A D | Transaction.h | 35 std::unique_ptr<llvm::Module> TheModule; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 539 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 D | CodeGenAction.h | 47 std::unique_ptr<llvm::Module> TheModule; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | NameAnonGlobals.cpp | 27 Module &TheModule; member in __anon0287d4aa0111::ModuleHasher
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlistener/ |
H A D | llvm-jitlistener.cpp | 152 std::unique_ptr<Module> TheModule(parseIRFile(IRFile, Err, Context)); in InitEE() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenTypes.h | 63 llvm::Module &TheModule; variable
|
H A D | CGCUDANV.cpp | 45 llvm::Module &TheModule; member in __anon04fceb940111::CGNVCUDARuntime
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineModuleInfo.h | 91 const Module *TheModule; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter3/ |
H A D | toy.cpp | 403 static std::unique_ptr<Module> TheModule; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
H A D | CoroInternal.h | 61 Module &TheModule; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 423 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 D | FunctionImport.cpp | 1044 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 D | toy.cpp | 413 static std::unique_ptr<Module> TheModule; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 84 Module *TheModule = nullptr; member in __anon02607c880111::WinEHStatePass
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/ |
H A D | toy.cpp | 540 static std::unique_ptr<Module> TheModule; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/ |
H A D | toy.cpp | 632 static std::unique_ptr<Module> TheModule; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | toy-jit.cpp | 609 static Module *TheModule; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | toy.cpp | 702 static std::unique_ptr<Module> TheModule; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/ |
H A D | toy.cpp | 705 static std::unique_ptr<Module> TheModule; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | toy.cpp | 702 static std::unique_ptr<Module> TheModule; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | toy.cpp | 702 static std::unique_ptr<Module> TheModule; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | toy.cpp | 685 static std::unique_ptr<Module> TheModule; variable
|