Home
last modified time | relevance | path

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

12

/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()
DLTOCodeGenerator.cpp364 Module &TheModule, in preserveDiscardableGVs()
/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/clang/include/clang/CodeGen/
DCodeGenAction.h27 std::unique_ptr<llvm::Module> TheModule; variable
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVInstruction.h191 SPIRVModule *TheModule){ in create()
199 SPIRVModule *TheModule){ in create()
213 SPIRVModule *TheModule){ in init()
DSPIRVEntry.cpp158 SPIRVEntry::setModule(SPIRVModule *TheModule) { in setModule()
415 SPIRVEntryPoint::SPIRVEntryPoint(SPIRVModule *TheModule, in SPIRVEntryPoint()
523 SPIRVExtInstImport::SPIRVExtInstImport(SPIRVModule *TheModule, SPIRVId TheId, in SPIRVExtInstImport()
DSPIRVDecorate.h237 SPIRVDecorationGroup(SPIRVModule *TheModule, SPIRVId TheId) in SPIRVDecorationGroup()
DSPIRVValue.h389 SPIRVForward(SPIRVModule *TheModule, SPIRVType *TheTy, SPIRVId TheId): in SPIRVForward()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileInfoLoader.cpp87 Module &TheModule) : in ProfileInfoLoader()
/external/llvm/lib/Transforms/Utils/
DNameAnonFunctions.cpp25 Module &TheModule; member in ModuleHasher
/external/llvm/tools/llvm-jitlistener/
Dllvm-jitlistener.cpp115 std::unique_ptr<Module> TheModule(parseIRFile(IRFile, Err, Context)); in InitEE() local
/external/clang/lib/CodeGen/
DCodeGenTypes.h124 llvm::Module &TheModule; variable
DCGCUDANV.cpp38 llvm::Module &TheModule; member in __anon9870150b0111::CGNVCUDARuntime
DBackendUtil.cpp60 Module *TheModule; member in __anona74313260111::EmitAssemblyHelper
/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/lib/Bitcode/Reader/
DBitcodeReader.h126 Module *TheModule; variable
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineModuleInfo.h103 const Module *TheModule; variable
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h116 const Module *TheModule; variable
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp393 static std::unique_ptr<Module> TheModule; variable
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter3/
Dtoy.cpp348 static Module *TheModule; variable
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/
Dtoy.cpp355 static Module *TheModule; variable
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp402 static std::unique_ptr<Module> TheModule; variable
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp527 static std::unique_ptr<Module> TheModule; variable
/external/llvm/lib/Target/X86/
DX86WinEHState.cpp90 Module *TheModule = nullptr; member in __anon34257a1f0111::WinEHStatePass

12