Home
last modified time | relevance | path

Searched refs:LIR (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgraph_linearizer.h222 enum class ScheduleModel { LIR, JS_OPCODE }; enumerator
353 model_ = ScheduleModel::LIR; in Reset()
369 return model_ == ScheduleModel::LIR; in IsSchedueLIR()
379 ScheduleModel model_ {ScheduleModel::LIR};
Dcircuit_ir_specification.md69 …uctions (HIR), middle-level instructions (MIR) and low-level instructions (LIR). They have the sam…
73 * LIR instructions are target-related, which usually correspond to the machine instructions of targ…
507 ### LIR instructions
509 Currently, LIR instructions are not implemented. They will be added later for JIT compilation.