Home
last modified time | relevance | path

Searched defs:spillReg (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregSpiller.h104 constexpr RegSpiller::SpillInfo::SpillInfo(const VReg originReg, const VReg spillReg) noexcept in SpillInfo()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.cpp168 VReg spillReg = spillIndex_; in AdjustInsSpill() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_color_ra.cpp2433 regno_t spillReg = it + base; in SetAvailableSpillReg() local
2442 regno_t spillReg = it + base; in SetAvailableSpillReg() local
2494 regno_t spillReg; in PickRegForSpill() local
2550 regno_t spillReg = PickRegForSpill(usedRegMask, regType, spillIdx, needSpillLr); in SetRegForSpill() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_color_ra.h712 void SetSpillReg(regno_t spillReg) in SetSpillReg()
850 regno_t spillReg = 0; /* register operand for spill at current point */ variable