Searched refs:IncTempsIfNeeded (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/runtime_core/bytecode_optimizer/ |
H A D | reg_encoder.cpp | 421 static void IncTempsIfNeeded(const compiler::Register reg, compiler::Register &num_temps) in IncTempsIfNeeded() function 458 IncTempsIfNeeded(inst->GetSrcReg(i), num_temps); in CalculateNumNeededTempsForInst()
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
H A D | reg_encoder.cpp | 541 static void IncTempsIfNeeded(compiler::Inst *inst, const compiler::Register reg, compiler::Register &numTemps, in IncTempsIfNeeded() function 590 IncTempsIfNeeded(inst, inst->GetSrcReg(i), numTemps, numChangedWidth); in CalculateNumNeededTempsForInst() 594 IncTempsIfNeeded(inst, inst->GetDstReg(), numTemps, numChangedWidth); in CalculateNumNeededTempsForInst()
|
Completed in 3 milliseconds