Home
last modified time | relevance | path

Searched refs:RESERVE_TEMPS (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
H A Dreg_encoder.cpp92 state_ = RegEncoderState::RESERVE_TEMPS; in RunImpl()
430 ASSERT(state_ == RegEncoderState::RESERVE_TEMPS); in CalculateNumNeededTempsForInst()
470 case RegEncoderState::RESERVE_TEMPS: { in Check4Width()
H A Dreg_encoder.h92 enum class RegEncoderState { IDLE, RENUMBER_ARGS, RESERVE_TEMPS, INSERT_SPILLS }; member in panda::bytecodeopt::RegEncoderState
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dreg_encoder.h94 enum class RegEncoderState { IDLE, RENUMBER_ARGS, RESERVE_TEMPS, INSERT_SPILLS }; member in ark::bytecodeopt::RegEncoderState
H A Dreg_encoder.cpp119 state_ = RegEncoderState::RESERVE_TEMPS; in RunImpl()
554 ASSERT(state_ == RegEncoderState::RESERVE_TEMPS); in CalculateNumNeededTempsForInst()
607 case RegEncoderState::RESERVE_TEMPS: { in Check4Width()

Completed in 4 milliseconds