| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
| D | llvm_optimizer.h | 24 class Module; variable 35 void OptimizeModule(llvm::Module *module) const; 36 void ProcessInlineModule(llvm::Module *inlineModule) const; 42 void DoOptimizeModule(llvm::Module *module) const;
|
| D | llvm_optimizer.cpp | 124 void LLVMOptimizer::ProcessInlineModule(llvm::Module *inlineModule) const in ProcessInlineModule() 148 void LLVMOptimizer::OptimizeModule(llvm::Module *module) const in OptimizeModule() 169 void LLVMOptimizer::DoOptimizeModule(llvm::Module *module) const in DoOptimizeModule()
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsImportDeclaration.h | 70 StringLiteral *Module() in Module() function 72 return source_->Module(); in Module() 75 const StringLiteral *Module() const in Module() function 77 return source_->Module(); in Module()
|
| D | etsImportSource.h | 58 const ir::StringLiteral *Module() const in Module() function 63 ir::StringLiteral *Module() in Module() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | file_generators.h | 31 class Module { 33 Module() = default; 34 Module(IRModule *module, Assembler *assembler) in Module() function 156 std::vector<Module> modulePackage_ {}; 186 Module* GetLatestModule(); 190 …Module* AddModule(const std::string &name, const std::string &triple, LOptions option, bool logDeb… 218 void CollectCodeInfo(Module *module, uint32_t moduleIdx); 220 uint64_t RollbackTextSize(Module *module); 247 …Module* AddModule(NativeAreaAllocator *allocator, const std::string &name, const std::string &trip…
|
| D | file_generators.cpp | 34 void Module::CollectStackMapDes(ModuleSectionDes& des) const in CollectStackMapDes() 56 void Module::CollectAnStackMapDes(ModuleSectionDes& des, uint64_t textOffset, in CollectAnStackMapDes() 81 void Module::CollectFuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, StubFileInfo &stubIn… in CollectFuncEntryInfo() 123 void Module::CollectFuncEntryInfo(std::map<uintptr_t, std::string> &addr2name, AnFileInfo &aotInfo,… in CollectFuncEntryInfo() 195 void Module::CollectFuncEntryInfoByLiteCG(std::map<uintptr_t, std::string> &addr2name, AnFileInfo &… in CollectFuncEntryInfoByLiteCG() 259 void Module::CollectModuleSectionDes(ModuleSectionDes &moduleDes) const in CollectModuleSectionDes() 281 void Module::CollectAnModuleSectionDes(ModuleSectionDes &moduleDes, uint64_t textOffset, in CollectAnModuleSectionDes() 296 uint32_t Module::GetSectionSize(ElfSecName sec) const in GetSectionSize() 301 uintptr_t Module::GetSectionAddr(ElfSecName sec) const in GetSectionAddr() 306 void Module::RunAssembler(const CompilerLog &log, bool fastCompileMode) in RunAssembler() [all …]
|
| D | stub_compiler.cpp | 142 …Module* stubM = generator.AddModule(&allocator, "bc_stub", triple_, stubOp, log->OutputASM(), Stub… in BuildStubModuleAndSave() 151 …Module* comM = generator.AddModule(&allocator, "com_stub", triple_, comOp, log->OutputASM(), StubF… in BuildStubModuleAndSave() 160 …Module* builtinM = generator.AddModule(&allocator, "builtin_stub", triple_, builtinOp, log->Output… in BuildStubModuleAndSave()
|
| D | compilation_driver.h | 26 class Module; variable 88 Module *module = GetModule(); in CompileMethod() 160 Module *GetModule(); 388 Module *GetModule(); 409 Module *module = GetModule(); in CompileMethod()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/ |
| D | inline_ir_utils.h | 20 class Module; variable 25 bool RemoveDanglingAliases(llvm::Module &module);
|
| D | inline_ir_utils.cpp | 25 using llvm::Module; 38 bool RemoveDanglingAliases(Module &module) in RemoveDanglingAliases()
|
| D | remove_unused_functions.h | 28 class Module; variable 45 … llvm::PreservedAnalyses run(llvm::Module &module, llvm::ModuleAnalysisManager &analysis_manager);
|
| D | cleanup_inline_module.cpp | 49 using llvm::Module; 197 bool Run(Module &module) in Run() 215 void RemoveNonInlinableFunctions(Module &module) in RemoveNonInlinableFunctions() 423 void RemoveObjectFileGlobals(const Module &module) const in RemoveObjectFileGlobals() 459 llvm::PreservedAnalyses CleanupInlineModule::run(llvm::Module &module, llvm::ModuleAnalysisManager … in run()
|
| D | mark_inline_module.h | 36 … llvm::PreservedAnalyses run(llvm::Module &module, llvm::ModuleAnalysisManager &analysis_manager);
|
| D | discard_inline_module.h | 36 … llvm::PreservedAnalyses run(llvm::Module &module, llvm::ModuleAnalysisManager &analysis_manager);
|
| D | mark_inline_module.cpp | 35 llvm::PreservedAnalyses MarkInlineModule::run(llvm::Module &module, llvm::ModuleAnalysisManager & /… in run()
|
| D | cleanup_inline_module.h | 44 … llvm::PreservedAnalyses run(llvm::Module &module, llvm::ModuleAnalysisManager &analysis_manager);
|
| D | discard_inline_module.cpp | 40 llvm::PreservedAnalyses DiscardInlineModule::run(llvm::Module &module, llvm::ModuleAnalysisManager … in run()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | debug_data_builder.h | 28 class Module; variable 35 explicit DebugDataBuilder(llvm::Module *module, const std::string &filename);
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/ |
| D | litecg.h | 44 LiteCG(Module &mirModule); 70 Module &module;
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | isa.rb | 21 class Module class
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvm_ark_interface.h | 36 class Module; variable 86 llvm::FunctionType *GetOrCreateRuntimeFunctionType(llvm::LLVMContext &ctx, llvm::Module *module,
|
| D | mir_compiler.cpp | 35 llvm::Expected<std::unique_ptr<CreatedObjectFile>> MIRCompiler::CompileModule(llvm::Module &module) in CompileModule()
|
| D | mir_compiler.h | 55 llvm::Expected<std::unique_ptr<CreatedObjectFile>> CompileModule(llvm::Module &module);
|
| /arkcompiler/ets_runtime/test/moduletest/stubbuilder/ |
| D | stubbuilder.js | 499 function Module() { class 511 print(Module().f()); 520 function Module() { 529 print(Module().f()); 606 function Module(stdlib, foreign, heap) { 609 print(Module(this, { x:0 }));
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | ark_inlining.h | 56 llvm::PreservedAnalyses run(llvm::Module &module, llvm::ModuleAnalysisManager &moduleAm);
|