Searched defs:spillReg (Results 1 – 4 of 4) sorted by relevance
104 constexpr RegSpiller::SpillInfo::SpillInfo(const VReg originReg, const VReg spillReg) noexcept in SpillInfo()
170 VReg spillReg = spillIndex_; in AdjustInsSpill() local
3343 regno_t spillReg = it + base; in SetAvailableSpillReg() local3352 regno_t spillReg = it + base; in SetAvailableSpillReg() local3404 regno_t spillReg; in PickRegForSpill() local3472 regno_t spillReg = PickRegForSpill(usedRegMask, regType, spillIdx, needSpillLr); in SetRegForSpill() local3500 regno_t spillReg; in GetReplaceOpndForLRA() local
712 void SetSpillReg(regno_t spillReg) in SetSpillReg()853 regno_t spillReg = 0; /* register operand for spill at current point */ variable