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 | 590 modes: [jit_aot, bytecode_opt] 750 modes: [jit_aot, bytecode_opt] 832 modes: [jit_aot, bytecode_opt] 891 modes: [bytecode_opt] 1166 modes: [jit_aot, bytecode_opt] 1250 modes: [jit_aot, bytecode_opt] 1257 modes: [jit_aot, bytecode_opt] 1401 bytecode_opt: Bytecode optimizer
|
| D | graph.h | 1203 return compiler::inst_modes::BYTECODE_OPT; in GetCompilerMode()
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | reg_encoder.cpp | 590 … NOTE(mbolshov): make a better solution to skip instructions, that are not relevant to bytecode_opt in InsertSpillsForInst() 664 … 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 | 659 …hey will be translated back to 'shl && ashr', therefore, this part is skipped in bytecode_opt mode. in VisitAShr()
|