Wrapper class representing physical registers. Should be passed by value.

Synopsis

Declared in <llvm/MC/MCRegister.h>

class MCRegister;

Member Functions

Name

Description

MCRegister [constructor]

Default constructor

id

isPhysical

Return true if the specified register number is in the physical register namespace.

isValid

operator unsigned int

Conversion to unsigned int

operator==

Equality operators

operator!=

Inequality operators

Static Member Functions

Name

Description

from

Check the provided unsigned value is a valid MCRegister.

isPhysicalRegister

Return true if the specified register number is in the physical register namespace.

Static Data Members

Friends

Name

Description

llvm::hash_value

Created with MrDocs