Searched refs:LIR (Results 1 – 2 of 2) sorted by relevance
222 enum class ScheduleModel { LIR, JS_OPCODE }; enumerator353 model_ = ScheduleModel::LIR; in Reset()369 return model_ == ScheduleModel::LIR; in IsSchedueLIR()379 ScheduleModel model_ {ScheduleModel::LIR};
69 …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 instructions509 Currently, LIR instructions are not implemented. They will be added later for JIT compilation.