/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | UpdateCompilerUsed.cpp | 34 void findInModule(Module &TheModule) { in findInModule() 59 void initializeLibCalls(const Module &TheModule) { in initializeLibCalls() 117 void llvm::updateCompilerUsed(Module &TheModule, const TargetMachine &TM, in updateCompilerUsed()
|
D | ThinLTOCodeGenerator.cpp | 81 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, in saveTempBitcode() 148 static void promoteModule(Module &TheModule, const ModuleSummaryIndex &Index) { in promoteModule() 165 static void verifyLoadedModule(Module &TheModule) { in verifyLoadedModule() 199 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, in crossImportIntoModule() 221 static void optimizeModule(Module &TheModule, TargetMachine &TM, in optimizeModule() 263 std::unique_ptr<MemoryBuffer> codegenModule(Module &TheModule, in codegenModule() 443 ProcessThinLTOModule(Module &TheModule, ModuleSummaryIndex &Index, in ProcessThinLTOModule() 655 void ThinLTOCodeGenerator::promote(Module &TheModule, in promote() 694 void ThinLTOCodeGenerator::crossModuleImport(Module &TheModule, in crossModuleImport() 776 void ThinLTOCodeGenerator::internalize(Module &TheModule, in internalize() [all …]
|
D | LTOCodeGenerator.cpp | 367 Module &TheModule, in preserveDiscardableGVs()
|
/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/clang/include/clang/CodeGen/ |
D | CodeGenAction.h | 27 std::unique_ptr<llvm::Module> TheModule; variable
|
/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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 467 static void writeModuleToFile(Module &TheModule, StringRef Filename) { in writeModuleToFile() 615 auto TheModule = loadModule(Filename, Ctx); in promote() local 646 auto TheModule = loadModule(Filename, Ctx); in import() local 677 auto TheModule = loadModule(Filename, Ctx); in internalize() local 700 auto TheModule = loadModule(Filename, Ctx); in optimize() local
|
/external/llvm/lib/Transforms/Utils/ |
D | NameAnonFunctions.cpp | 25 Module &TheModule; member in ModuleHasher
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-jitlistener/ |
D | llvm-jitlistener.cpp | 113 std::unique_ptr<Module> TheModule(parseIRFile(IRFile, Err, Context)); in InitEE() local
|
/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-7.0/llvm/lib/Transforms/Utils/ |
D | NameAnonGlobals.cpp | 28 Module &TheModule; member in __anon128f3ba40111::ModuleHasher
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineModuleInfo.h | 85 const Module *TheModule; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/ |
D | CoroInternal.h | 55 Module &TheModule; member
|
/external/clang/lib/CodeGen/ |
D | CodeGenTypes.h | 124 llvm::Module &TheModule; variable
|
D | CGCUDANV.cpp | 38 llvm::Module &TheModule; member in __anon30513f360111::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-7.0/llvm/lib/Bitcode/Reader/ |
D | MetadataLoader.cpp | 416 Module &TheModule; member in MetadataLoader::MetadataLoaderImpl 625 MetadataLoaderImpl(BitstreamCursor &Stream, Module &TheModule, in MetadataLoaderImpl() 1968 MetadataLoader::MetadataLoader(BitstreamCursor &Stream, Module &TheModule, in MetadataLoader()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 778 Module &TheModule, const GVSummaryMapTy &DefinedGlobals) { in thinLTOResolveWeakForLinkerModule() 845 void llvm::thinLTOInternalizeModule(Module &TheModule, in thinLTOInternalizeModule()
|
/external/llvm/examples/Kaleidoscope/Chapter3/ |
D | toy.cpp | 393 static std::unique_ptr<Module> TheModule; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter3/ |
D | toy.cpp | 404 static std::unique_ptr<Module> TheModule; variable
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineModuleInfo.h | 116 const Module *TheModule; variable
|
/external/llvm/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 402 static std::unique_ptr<Module> TheModule; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 414 static std::unique_ptr<Module> TheModule; variable
|