Home
last modified time | relevance | path

Searched refs:NUM_COMPACTLY_ENCODED_REGS (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
H A Dcommon.h27 static constexpr panda::compiler::Register NUM_COMPACTLY_ENCODED_REGS = 16; member
H A Dreg_encoder.cpp366 if (!RegNeedsRenumbering(src_reg) || src_reg < NUM_COMPACTLY_ENCODED_REGS) { in InsertSpillsForDynInputsInst()
404 if (RegNeedsRenumbering(reg) && reg >= NUM_COMPACTLY_ENCODED_REGS) { in InsertSpillsForInst()
423 if (RegNeedsRenumbering(reg) && reg >= NUM_COMPACTLY_ENCODED_REGS) { in IncTempsIfNeeded()
452 if (RegNeedsRenumbering(reg) && reg >= NUM_COMPACTLY_ENCODED_REGS) { in CalculateNumNeededTempsForInst()
H A Doptimize_bytecode.cpp489 if (auto frame_size = function.regs_num + function.GetParamsNum(); frame_size >= NUM_COMPACTLY_ENCODED_REGS) { in OptimizeFunction()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dcommon.h31 constexpr ark::compiler::Register NUM_COMPACTLY_ENCODED_REGS = 16; member
H A Dreg_encoder.cpp420 if (!RegNeedsRenumbering(srcReg) || srcReg < NUM_COMPACTLY_ENCODED_REGS) { in InsertSpillsForDynInputsInst()
449 if (RegNeedsRenumbering(reg) && reg >= NUM_COMPACTLY_ENCODED_REGS) { in InsertSpillsForDynInputsInst()
517 if (RegNeedsRenumbering(reg) && reg >= NUM_COMPACTLY_ENCODED_REGS) { in InsertSpillsForInst()
534 if (RegNeedsRenumbering(reg) && reg >= NUM_COMPACTLY_ENCODED_REGS) { in InsertSpillsForInst()
544 if (RegNeedsRenumbering(reg) && reg >= NUM_COMPACTLY_ENCODED_REGS) { in IncTempsIfNeeded()
576 if (!RegNeedsRenumbering(reg) || reg < NUM_COMPACTLY_ENCODED_REGS) { in CalculateNumNeededTempsForInst()
H A Doptimize_bytecode.cpp315 if (auto frameSize = function.regsNum + function.GetParamsNum(); frameSize >= NUM_COMPACTLY_ENCODED_REGS) { in OptimizeFunction()
H A Dcodegen.cpp526 ASSERT(reg < NUM_COMPACTLY_ENCODED_REGS || reg == compiler::ACC_REG_ID); in CallHandler()

Completed in 7 milliseconds