Home
last modified time | relevance | path

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

1234

/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp76 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 …]
DUpdateCompilerUsed.cpp34 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/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp88 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 …]
DUpdateCompilerUsed.cpp33 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()
/external/llvm-project/llvm/lib/LTO/
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()
DThinLTOCodeGenerator.cpp92 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/llvm/tools/llvm-lto/
Dllvm-lto.cpp384 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/unittests/IR/
DConstantsTest.cpp478 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/llvm-project/llvm/tools/llvm-lto/
Dllvm-lto.cpp545 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/clang/include/clang/CodeGen/
DCodeGenAction.h27 std::unique_ptr<llvm::Module> TheModule; variable
/external/llvm-project/clang/include/clang/CodeGen/
DCodeGenAction.h46 std::unique_ptr<llvm::Module> TheModule; variable
/external/llvm/lib/Transforms/Utils/
DNameAnonFunctions.cpp25 Module &TheModule; member in ModuleHasher
/external/llvm-project/llvm/lib/Transforms/Utils/
DNameAnonGlobals.cpp27 Module &TheModule; member in __anon5e29114f0111::ModuleHasher
/external/llvm/tools/llvm-jitlistener/
Dllvm-jitlistener.cpp115 std::unique_ptr<Module> TheModule(parseIRFile(IRFile, Err, Context)); in InitEE() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DNameAnonGlobals.cpp27 Module &TheModule; member in __anon96f05a630111::ModuleHasher
/external/llvm-project/llvm/tools/llvm-jitlistener/
Dllvm-jitlistener.cpp152 std::unique_ptr<Module> TheModule(parseIRFile(IRFile, Err, Context)); in InitEE() local
/external/llvm-project/clang/lib/CodeGen/
DCodeGenTypes.h63 llvm::Module &TheModule; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h88 const Module *TheModule; variable
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h91 const Module *TheModule; variable
/external/clang/lib/CodeGen/
DCodeGenTypes.h124 llvm::Module &TheModule; variable
DCGCUDANV.cpp38 llvm::Module &TheModule; member in __anon9870150b0111::CGNVCUDARuntime
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp478 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/
DCoroInternal.h56 Module &TheModule; member
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp403 static std::unique_ptr<Module> TheModule; variable
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h116 const Module *TheModule; variable

1234