Searched refs:FirstStackSlot (Results 1 – 2 of 2) sorted by relevance
43 static constexpr unsigned FirstStackSlot = 1u << 30; variable51 return FirstStackSlot <= Reg && Reg < VirtualRegFlag; in isStackSlot()57 return FirstPhysicalReg <= Reg && Reg < FirstStackSlot; in isPhysicalRegister()
54 return int(Reg - MCRegister::FirstStackSlot); in stackSlot2Index()60 return Register(FI + MCRegister::FirstStackSlot); in index2StackSlot()