Wrapper class representing physical registers. Should be passed by value.
Synopsis
Declared in <llvm/MC/MCRegister.h>
class MCRegister;
Member Functions
Name |
Description |
|
Construct a register from |
Return the underlying unsigned register number. |
|
Return true if the specified register number is in the physical register namespace. |
|
Return true if this is a real register (not |
|
Convert this register to its underlying unsigned register number. |
|
Equality operators |
|
Inequality operators |
Static Member Functions
Name |
Description |
Check the provided unsigned value is a valid MCRegister. |
|
Return true if the specified register number is in the physical register namespace. |
Static Data Members
Name |
Description |
First valid physical register number. |
|
Last valid physical register number. |
|
Sentinel value meaning "not a register". |
Friends
Name |
Description |
Compute a hash code for register |
Created with MrDocs