Home
last modified time | relevance | path

Searched refs:NUM_COMPACTLY_ENCODED_REGS (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
Dcommon.h27 const constexpr panda::compiler::Register NUM_COMPACTLY_ENCODED_REGS = 16; variable
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()
Doptimize_bytecode.cpp348 …ame_size = function.regs_num + function.GetParamsNum(); frame_size >= NUM_COMPACTLY_ENCODED_REGS) { in OptimizeFunction()