Home
last modified time | relevance | path

Searched refs:totalRegs (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/
H A Dirnode.h126 static uint16_t MapRegister(uint32_t reg, uint32_t totalRegs) in MapRegister() argument
130 uint32_t regCount = VReg::REG_START - totalRegs; in MapRegister()
137 newReg = VReg::REG_START - totalRegs + VReg::MANDATORY_PARAM_NUM + reg; in MapRegister()
139 uint32_t regOffset = reg - totalRegs; in MapRegister()
153 [[maybe_unused]] uint32_t totalRegs) const = 0;
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Demitter.cpp231 uint32_t totalRegs = cg_->TotalRegsNum(); in GenFunctionInstructions() local
236 ins->Transform(&pandaIns, programElement_, totalRegs); in GenFunctionInstructions()
H A Dpandagen.cpp75 [[maybe_unused]] uint32_t totalRegs) const override

Completed in 5 milliseconds