Home
last modified time | relevance | path

Searched refs:FirstStackSlot (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegister.h54 static constexpr unsigned FirstStackSlot = 1u << 30; variable
62 return FirstStackSlot <= Reg && Reg < VirtualRegFlag; in isStackSlot()
68 return FirstPhysicalReg <= Reg && Reg < FirstStackSlot; in isPhysicalRegister()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegister.h54 return int(Reg - MCRegister::FirstStackSlot); in stackSlot2Index()
60 return Register(FI + MCRegister::FirstStackSlot); in index2StackSlot()