/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()
|
/external/llvm-project/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 | 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() 660 void ThinLTOCodeGenerator::promote(Module &TheModule, ModuleSummaryIndex &Index, in promote() 709 void ThinLTOCodeGenerator::crossModuleImport(Module &TheModule, in crossModuleImport() 744 Module &TheModule, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
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 | 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 …]
|
/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/llvm-project/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 545 static void writeModuleToFile(Module &TheModule, StringRef Filename) { in writeModuleToFile() 642 auto TheModule = loadModuleFromInput(*Input, Ctx); in distributedIndexes() local 679 auto TheModule = loadModuleFromInput(*Input, Ctx); in emitImports() local 706 auto TheModule = loadModuleFromInput(*Input, Ctx); in promote() local 739 auto TheModule = loadModuleFromInput(*Input, Ctx); in import() local 772 auto TheModule = loadModuleFromInput(*Input, Ctx); in internalize() local 797 auto TheModule = loadModuleFromInput(*Input, Ctx); in optimize() local
|
/external/llvm-project/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 478 bool foldFuncPtrAndConstToNull(LLVMContext &Context, Module *TheModule, in foldFuncPtrAndConstToNull() 509 Module TheModule("TestModule", Context); in TEST() local 520 Module TheModule("TestModule", Context); in TEST() local 526 Module TheModule("TestModule", Context); in TEST() local 539 Module TheModule("TestModule", Context); in TEST() local 550 Module TheModule("TestModule", Context); in TEST() local 557 Module TheModule("TestModule", Context); in TEST() local
|
/external/clang/include/clang/CodeGen/ |
D | CodeGenAction.h | 27 std::unique_ptr<llvm::Module> TheModule; variable
|
/external/llvm-project/clang/include/clang/CodeGen/ |
D | CodeGenAction.h | 46 std::unique_ptr<llvm::Module> TheModule; variable
|
/external/llvm/lib/Transforms/Utils/ |
D | NameAnonFunctions.cpp | 25 Module &TheModule; member in ModuleHasher
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | NameAnonGlobals.cpp | 27 Module &TheModule; member in __anon442828d60111::ModuleHasher
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | NameAnonGlobals.cpp | 27 Module &TheModule; member in __anone5df2c4a0111::ModuleHasher
|
/external/llvm/tools/llvm-jitlistener/ |
D | llvm-jitlistener.cpp | 115 std::unique_ptr<Module> TheModule(parseIRFile(IRFile, Err, Context)); in InitEE() local
|
/external/llvm-project/llvm/tools/llvm-jitlistener/ |
D | llvm-jitlistener.cpp | 152 std::unique_ptr<Module> TheModule(parseIRFile(IRFile, Err, Context)); in InitEE() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenTypes.h | 63 llvm::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 __anon6c4b3c120111::CGNVCUDARuntime
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineModuleInfo.h | 91 const Module *TheModule; variable
|
/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/llvm/include/llvm/CodeGen/ |
D | MachineModuleInfo.h | 116 const Module *TheModule; variable
|
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter3/ |
D | toy.cpp | 403 static std::unique_ptr<Module> TheModule; variable
|