/llvm-project/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 | 163 renameModuleForThinLTO(TheModule, Index, ClearDSOLocalOnDeclarations); in promoteModule() argument 96 saveTempBitcode(const Module & TheModule,StringRef TempDir,unsigned count,StringRef Suffix) saveTempBitcode() argument 181 verifyLoadedModule(Module & TheModule) verifyLoadedModule() argument 216 crossImportIntoModule(Module & TheModule,const ModuleSummaryIndex & Index,StringMap<lto::InputFile * > & ModuleMap,const FunctionImporter::ImportMapTy & ImportList,bool ClearDSOLocalOnDeclarations) crossImportIntoModule() argument 240 optimizeModule(Module & TheModule,TargetMachine & TM,unsigned OptLevel,bool Freestanding,bool DebugPassManager,ModuleSummaryIndex * Index) optimizeModule() argument 329 codegenModule(Module & TheModule,TargetMachine & TM) codegenModule() argument 433 ProcessThinLTOModule(Module & TheModule,ModuleSummaryIndex & Index,StringMap<lto::InputFile * > & ModuleMap,TargetMachine & TM,const FunctionImporter::ImportMapTy & ImportList,const FunctionImporter::ExportSetTy & ExportList,const DenseSet<GlobalValue::GUID> & GUIDPreservedSymbols,const GVSummaryMapTy & DefinedGlobals,const ThinLTOCodeGenerator::CachingOptions & CacheOptions,bool DisableCodeGen,StringRef SaveTempsDir,bool Freestanding,unsigned OptLevel,unsigned count,bool DebugPassManager) ProcessThinLTOModule() argument 676 promote(Module & TheModule,ModuleSummaryIndex & Index,const lto::InputFile & File) promote() argument 728 crossModuleImport(Module & TheModule,ModuleSummaryIndex & Index,const lto::InputFile & File) crossModuleImport() argument 768 gatherImportedSummariesForModule(Module & TheModule,ModuleSummaryIndex & Index,std::map<std::string,GVSummaryMapTy> & ModuleToSummariesForIndex,const lto::InputFile & File) gatherImportedSummariesForModule() argument 806 emitImports(Module & TheModule,StringRef OutputName,ModuleSummaryIndex & Index,const lto::InputFile & File) emitImports() argument 852 internalize(Module & TheModule,ModuleSummaryIndex & Index,const lto::InputFile & File) internalize() argument 915 optimize(Module & TheModule) optimize() argument 992 auto TheModule = loadModuleFromInput(Mod.get(), Context, false, run() local 1177 auto TheModule = loadModuleFromInput(Mod.get(), Context, false, run() local [all...] |
H A D | LTOCodeGenerator.cpp | 436 preserveDiscardableGVs(Module & TheModule,llvm::function_ref<bool (const GlobalValue &)> mustPreserveGV) preserveDiscardableGVs() argument
|
/llvm-project/clang/include/clang/Interpreter/ |
H A D | PartialTranslationUnit.h | 33 std::unique_ptr<llvm::Module> TheModule; member
|
/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | Internalize.h | 77 internalizeModule(Module &TheModule, in internalizeModule()
|
/llvm-project/clang/include/clang/CodeGen/ |
H A D | CodeGenAction.h | 47 std::unique_ptr<llvm::Module> TheModule; variable
|
/llvm-project/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 592 writeModuleToFile(Module & TheModule,StringRef Filename) writeModuleToFile() argument 690 auto TheModule = loadModuleFromInput(*Input, Ctx); distributedIndexes() local 727 auto TheModule = loadModuleFromInput(*Input, Ctx); emitImports() local 754 auto TheModule = loadModuleFromInput(*Input, Ctx); promote() local 787 auto TheModule = loadModuleFromInput(*Input, Ctx); import() local 820 auto TheModule = loadModuleFromInput(*Input, Ctx); internalize() local 845 auto TheModule = loadModuleFromInput(*Input, Ctx); optimize() local [all...] |
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | NameAnonGlobals.cpp | 26 Module &TheModule; member in __anon22bbea920111::ModuleHasher
|
/llvm-project/llvm/unittests/IR/ |
H A D | ConstantsTest.cpp | 472 ASSERT_FALSE(foldFuncPtrAndConstToNull(Context, &TheModule, 4)); in TEST() local 431 foldFuncPtrAndConstToNull(LLVMContext & Context,Module * TheModule,uint64_t AndValue,MaybeAlign FunctionAlign=std::nullopt) foldFuncPtrAndConstToNull() argument 461 Module TheModule("TestModule", Context); TEST() local 478 Module TheModule("TestModule", Context); TEST() local 491 Module TheModule("TestModule", Context); TEST() local 502 Module TheModule("TestModule", Context); TEST() local 509 Module TheModule("TestModule", Context); TEST() local [all...] |
/llvm-project/llvm/tools/llvm-jitlistener/ |
H A D | llvm-jitlistener.cpp | 152 std::unique_ptr<Module> TheModule(parseIRFile(IRFile, Err, Context)); in InitEE() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.h | 58 llvm::Module &TheModule; variable
|
H A D | CGCUDANV.cpp | 47 llvm::Module &TheModule; global() member in __anon267aee7c0111::CGNVCUDARuntime [all...] |
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineModuleInfo.h | 87 const Module *TheModule = nullptr; global() variable
|
/llvm-project/llvm/examples/Kaleidoscope/Chapter3/ |
H A D | toy.cpp | 403 static std::unique_ptr<Module> TheModule; variable
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroInternal.h | 43 Module &TheModule; global() member
|
/llvm-project/llvm/examples/Kaleidoscope/Chapter4/ |
H A D | toy.cpp | 417 static std::unique_ptr<Module> TheModule; variable
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 409 Module &TheModule; member in MetadataLoader::MetadataLoaderImpl 725 MetadataLoaderImpl(BitstreamCursor & Stream,Module & TheModule,BitcodeReaderValueList & ValueList,MetadataLoaderCallbacks Callbacks,bool IsImporting) MetadataLoaderImpl() argument 2495 MetadataLoader(BitstreamCursor & Stream,Module & TheModule,BitcodeReaderValueList & ValueList,bool IsImporting,MetadataLoaderCallbacks Callbacks) MetadataLoader() argument [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 84 Module *TheModule = nullptr; global() member in __anon69712a700111::WinEHStatePass [all...] |
/llvm-project/llvm/examples/Kaleidoscope/Chapter5/ |
H A D | toy.cpp | 544 static std::unique_ptr<Module> TheModule; variable
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 1498 thinLTOFinalizeInModule(Module & TheModule,const GVSummaryMapTy & DefinedGlobals,bool PropagateAttrs) thinLTOFinalizeInModule() argument 1626 thinLTOInternalizeModule(Module & TheModule,const GVSummaryMapTy & DefinedGlobals) thinLTOInternalizeModule() argument [all...] |
/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 665 YAMLConverter(const Module & TheModule,const FileEntry * SourceFile,llvm::raw_ostream & OS,llvm::SourceMgr::DiagHandlerTy DiagHandler,void * DiagHandlerCtxt) YAMLConverter() argument 1109 Module TheModule; compileAPINotes() local
|
/llvm-project/llvm/examples/Kaleidoscope/Chapter6/ |
H A D | toy.cpp | 636 static std::unique_ptr<Module> TheModule; variable
|
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | toy-jit.cpp | 609 static Module *TheModule; variable
|
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | toy.cpp | 685 static std::unique_ptr<Module> TheModule; variable
|
/llvm-project/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 763 if (Module *TheModule = GV->getParent()) { ConstantFoldBinaryInstruction() local
|