/external/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 76 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 …]
|
D | UpdateCompilerUsed.cpp | 34 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()
|
D | LTOCodeGenerator.cpp | 364 Module &TheModule, in preserveDiscardableGVs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 88 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, in saveTempBitcode() 154 static void promoteModule(Module &TheModule, const ModuleSummaryIndex &Index) { in promoteModule() 171 static void verifyLoadedModule(Module &TheModule) { in verifyLoadedModule() 206 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, in crossImportIntoModule() 229 static void optimizeModule(Module &TheModule, TargetMachine &TM, in optimizeModule() 282 std::unique_ptr<MemoryBuffer> codegenModule(Module &TheModule, in codegenModule() 400 ProcessThinLTOModule(Module &TheModule, ModuleSummaryIndex &Index, in ProcessThinLTOModule() 633 void ThinLTOCodeGenerator::promote(Module &TheModule, ModuleSummaryIndex &Index, in promote() 681 void ThinLTOCodeGenerator::crossModuleImport(Module &TheModule, in crossModuleImport() 714 Module &TheModule, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule() [all …]
|
D | UpdateCompilerUsed.cpp | 33 void findInModule(Module &TheModule) { in findInModule() 58 void initializeLibCalls(const Module &TheModule) { in initializeLibCalls() 122 void llvm::updateCompilerUsed(Module &TheModule, const TargetMachine &TM, in updateCompilerUsed()
|
D | LTOCodeGenerator.cpp | 386 Module &TheModule, in preserveDiscardableGVs()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/ |
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()
|
D | ThinLTOCodeGenerator.cpp | 94 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, in saveTempBitcode() 160 static void promoteModule(Module &TheModule, const ModuleSummaryIndex &Index, in promoteModule() 178 static void verifyLoadedModule(Module &TheModule) { in verifyLoadedModule() 213 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, in crossImportIntoModule() 237 static void optimizeModule(Module &TheModule, TargetMachine &TM, in optimizeModule() 326 std::unique_ptr<MemoryBuffer> codegenModule(Module &TheModule, in codegenModule() 445 ProcessThinLTOModule(Module &TheModule, ModuleSummaryIndex &Index, in ProcessThinLTOModule() 698 void ThinLTOCodeGenerator::promote(Module &TheModule, ModuleSummaryIndex &Index, in promote() 748 void ThinLTOCodeGenerator::crossModuleImport(Module &TheModule, in crossModuleImport() 783 Module &TheModule, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule() [all …]
|
/external/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 384 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/clang/include/clang/CodeGen/ |
D | CodeGenAction.h | 27 std::unique_ptr<llvm::Module> TheModule; variable
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
D | NameAnonGlobals.cpp | 28 Module &TheModule; member in __anon19c6e61f0111::ModuleHasher
|
/external/llvm/lib/Transforms/Utils/ |
D | NameAnonFunctions.cpp | 25 Module &TheModule; member in ModuleHasher
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | NameAnonGlobals.cpp | 27 Module &TheModule; member in __anon072d02190111::ModuleHasher
|
/external/llvm/tools/llvm-jitlistener/ |
D | llvm-jitlistener.cpp | 115 std::unique_ptr<Module> TheModule(parseIRFile(IRFile, Err, Context)); in InitEE() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
D | MachineModuleInfo.h | 87 const Module *TheModule; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineModuleInfo.h | 88 const Module *TheModule; variable
|
/external/clang/lib/CodeGen/ |
D | CodeGenTypes.h | 124 llvm::Module &TheModule; variable
|
D | CGCUDANV.cpp | 38 llvm::Module &TheModule; member in __anonb9fe1a010111::CGNVCUDARuntime
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 478 Module &TheModule, const GVSummaryMapTy &DefinedGlobals) { in thinLTOResolveWeakForLinkerModule() 504 void llvm::thinLTOInternalizeModule(Module &TheModule, in thinLTOInternalizeModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroInternal.h | 56 Module &TheModule; member
|
/external/pytorch/torch/testing/_internal/ |
D | jit_metaprogramming_utils.py | 604 class TheModule(torch.jit.ScriptModule): class
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineModuleInfo.h | 116 const Module *TheModule; variable
|
/external/llvm/examples/Kaleidoscope/Chapter3/ |
D | toy.cpp | 393 static std::unique_ptr<Module> TheModule; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | MetadataLoader.cpp | 426 Module &TheModule; member in MetadataLoader::MetadataLoaderImpl 635 MetadataLoaderImpl(BitstreamCursor &Stream, Module &TheModule, in MetadataLoaderImpl() 2132 MetadataLoader::MetadataLoader(BitstreamCursor &Stream, Module &TheModule, in MetadataLoader()
|
/external/llvm/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 402 static std::unique_ptr<Module> TheModule; variable
|