Searched refs:codegen (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | codegen_arm64_gen.inc.erb | 19 % next unless inst.respond_to? 'codegen' 21 % IR::codegen.reset 22 % inst.codegen.each do |cg| 23 % IR::codegen.reset_prologue 24 % data = IR::codegen.instance_eval(cg) 25 <%= IR::codegen.prologue %>
|
| D | instructions.rb | 218 def codegen method
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/ |
| D | intrinsics_codegen_ext.inl.h.erb | 20 % if plugin_opts["Intrinsics"]["codegen"] 21 #include "<%= plugin_opts["Intrinsics"]["codegen"] %>"
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_compiler.cpp | 92 CodeGenerator codegen(llvmImpl_, "stubs"); in Run() local 93 …codegen.RunForStub(data->GetCircuit(), data->GetConstScheduleResult(), index, data->GetCompilation… in Run()
|
| D | pass.h | 558 CodeGenerator codegen(llvmImpl_, data->GetMethodName()); in Run() 559 codegen.Run(data->GetCircuit(), data->GetConstScheduleResult(), data->GetCompilerConfig(), in Run()
|
| /arkcompiler/runtime_core/docs/ |
| D | aot.md | 52 …ppropriate data during AOT file loading at runtime. This data allows compiler's codegen to generate 75 Knowing offset to the `.aot_got` table, codegen calculates offset to the corresponding entrypoint a… 174 to dump ir only after last (codegen) pass. All of these options are used at compile time.
|
| D | on-stack-replacement.md | 80 New opcode(OsrSaveState) has the same properties as regular SaveState, except that codegen handles …
|
| D | ir_format.md | 72 …ecifics and properties of instructions should be taken into account in optimizations and codegen.
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | CMakeLists.txt | 22 codegen.cpp
|
| D | BUILD.gn | 27 "$ark_root/bytecode_optimizer/codegen.cpp",
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | lowering_doc.md | 13 * Encoder from codegen.
|