Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCRegister.h45 static constexpr unsigned FirstStackSlot = 1u << 30; variable
53 return FirstStackSlot <= Reg && Reg < VirtualRegFlag; in isStackSlot()
59 return FirstPhysicalReg <= Reg && Reg < FirstStackSlot; in isPhysicalRegister()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRegister.h54 return int(Reg - MCRegister::FirstStackSlot); in stackSlot2Index()
60 return Register(FI + MCRegister::FirstStackSlot); in index2StackSlot()