Home
last modified time | relevance | path

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

12

/llvm-project/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.cpp163 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 DLTOCodeGenerator.cpp436 preserveDiscardableGVs(Module & TheModule,llvm::function_ref<bool (const GlobalValue &)> mustPreserveGV) preserveDiscardableGVs() argument
/llvm-project/clang/include/clang/Interpreter/
H A DPartialTranslationUnit.h33 std::unique_ptr<llvm::Module> TheModule; member
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DInternalize.h77 internalizeModule(Module &TheModule, in internalizeModule()
/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h47 std::unique_ptr<llvm::Module> TheModule; variable
/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp592 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 DNameAnonGlobals.cpp26 Module &TheModule; member in __anon22bbea920111::ModuleHasher
/llvm-project/llvm/unittests/IR/
H A DConstantsTest.cpp472 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 Dllvm-jitlistener.cpp152 std::unique_ptr<Module> TheModule(parseIRFile(IRFile, Err, Context)); in InitEE() local
/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h58 llvm::Module &TheModule; variable
H A DCGCUDANV.cpp47 llvm::Module &TheModule; global() member in __anon267aee7c0111::CGNVCUDARuntime
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h87 const Module *TheModule = nullptr; global() variable
/llvm-project/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp403 static std::unique_ptr<Module> TheModule; variable
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h43 Module &TheModule; global() member
/llvm-project/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp417 static std::unique_ptr<Module> TheModule; variable
/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp409 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 DX86WinEHState.cpp84 Module *TheModule = nullptr; global() member in __anon69712a700111::WinEHStatePass
[all...]
/llvm-project/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp544 static std::unique_ptr<Module> TheModule; variable
/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1498 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 DAPINotesYAMLCompiler.cpp665 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 Dtoy.cpp636 static std::unique_ptr<Module> TheModule; variable
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp609 static Module *TheModule; variable
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp685 static std::unique_ptr<Module> TheModule; variable
/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp763 if (Module *TheModule = GV->getParent()) { ConstantFoldBinaryInstruction() local

12