LLVM 23.0.0git
llvm::yaml::VirtualRegisterDefinition Struct Reference

#include "llvm/CodeGen/MIRYamlMapping.h"

Public Member Functions

bool operator== (const VirtualRegisterDefinition &Other) const

Public Attributes

UnsignedValue ID
StringValue Class
StringValue PreferredRegister
std::vector< FlowStringValueRegisterFlags
StringValue SplitFrom
StringValue AssignedPhys

Detailed Description

Definition at line 201 of file MIRYamlMapping.h.

Member Function Documentation

◆ operator==()

bool llvm::yaml::VirtualRegisterDefinition::operator== ( const VirtualRegisterDefinition & Other) const
inline

Definition at line 215 of file MIRYamlMapping.h.

References AssignedPhys, Class, ID, llvm::Other, PreferredRegister, and SplitFrom.

Member Data Documentation

◆ AssignedPhys

StringValue llvm::yaml::VirtualRegisterDefinition::AssignedPhys

Definition at line 211 of file MIRYamlMapping.h.

Referenced by convertMRI(), and operator==().

◆ Class

StringValue llvm::yaml::VirtualRegisterDefinition::Class

Definition at line 203 of file MIRYamlMapping.h.

Referenced by convertMRI(), and operator==().

◆ ID

UnsignedValue llvm::yaml::VirtualRegisterDefinition::ID

Definition at line 202 of file MIRYamlMapping.h.

Referenced by convertMRI(), and operator==().

◆ PreferredRegister

StringValue llvm::yaml::VirtualRegisterDefinition::PreferredRegister

Definition at line 204 of file MIRYamlMapping.h.

Referenced by convertMRI(), and operator==().

◆ RegisterFlags

std::vector<FlowStringValue> llvm::yaml::VirtualRegisterDefinition::RegisterFlags

Definition at line 205 of file MIRYamlMapping.h.

Referenced by convertMRI().

◆ SplitFrom

StringValue llvm::yaml::VirtualRegisterDefinition::SplitFrom

Definition at line 210 of file MIRYamlMapping.h.

Referenced by convertMRI(), and operator==().


The documentation for this struct was generated from the following file: