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