|
LLVM 22.0.0git
|
#include "llvm/CodeGen/MIRYamlMapping.h"
Public Member Functions | |
| bool | operator== (const VirtualRegisterDefinition &Other) const |
Public Attributes | |
| UnsignedValue | ID |
| StringValue | Class |
| StringValue | PreferredRegister |
| std::vector< FlowStringValue > | RegisterFlags |
Definition at line 190 of file MIRYamlMapping.h.
|
inline |
Definition at line 198 of file MIRYamlMapping.h.
References Class, ID, llvm::Other, and PreferredRegister.
| StringValue llvm::yaml::VirtualRegisterDefinition::Class |
Definition at line 192 of file MIRYamlMapping.h.
Referenced by convertMRI(), and operator==().
| UnsignedValue llvm::yaml::VirtualRegisterDefinition::ID |
Definition at line 191 of file MIRYamlMapping.h.
Referenced by convertMRI(), and operator==().
| StringValue llvm::yaml::VirtualRegisterDefinition::PreferredRegister |
Definition at line 193 of file MIRYamlMapping.h.
Referenced by convertMRI(), and operator==().
| std::vector<FlowStringValue> llvm::yaml::VirtualRegisterDefinition::RegisterFlags |
Definition at line 194 of file MIRYamlMapping.h.
Referenced by convertMRI().