Home
last modified time | relevance | path

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

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