Searched full:bytecode_opt (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 154 modes: [jit_aot, bytecode_opt] 161 modes: [jit_aot, bytecode_opt] 273 bytecode_opt: Bytecode optimizer
|
| D | graph.h | 124 …tor *allocator, ArenaAllocator *local_allocator, Arch arch, bool dynamic_method, bool bytecode_opt) in Graph() argument 126 bytecode_opt) in Graph() 138 bool bytecode_opt = false) 140 GraphMode::Osr(osr_mode) | GraphMode::BytecodeOpt(bytecode_opt) | 919 return compiler::inst_modes::BYTECODE_OPT; in GetCompilerMode()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 576 modes: [jit_aot, bytecode_opt] 736 modes: [jit_aot, bytecode_opt] 834 modes: [jit_aot, bytecode_opt] 868 modes: [bytecode_opt] 1143 modes: [jit_aot, bytecode_opt] 1227 modes: [jit_aot, bytecode_opt] 1234 modes: [jit_aot, bytecode_opt] 1377 bytecode_opt: Bytecode optimizer
|
| D | graph.h | 1144 return compiler::inst_modes::BYTECODE_OPT; in GetCompilerMode()
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | reg_encoder.cpp | 481 … NOTE(mbolshov): make a better solution to skip instructions, that are not relevant to bytecode_opt in InsertSpillsForInst() 555 … NOTE(mbolshov): make a better solution to skip instructions, that are not relevant to bytecode_opt in CalculateNumNeededTempsForInst()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | peepholes.cpp | 658 …hey will be translated back to 'shl && ashr', therefore, this part is skipped in bytecode_opt mode. in VisitAShr()
|