Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegister.h53 static constexpr unsigned FirstPhysicalReg = 1u; variable
68 return FirstPhysicalReg <= Reg && Reg < FirstStackSlot; in isPhysicalRegister()