LLVM 17.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::yaml::VirtualRegisterDefinition Struct Reference

#include "llvm/CodeGen/MIRYamlMapping.h"

Collaboration diagram for llvm::yaml::VirtualRegisterDefinition:
Collaboration graph
[legend]

Public Member Functions

bool operator== (const VirtualRegisterDefinition &Other) const
 

Public Attributes

UnsignedValue ID
 
StringValue Class
 
StringValue PreferredRegister
 

Detailed Description

Definition at line 188 of file MIRYamlMapping.h.

Member Function Documentation

◆ operator==()

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

Definition at line 195 of file MIRYamlMapping.h.

References Class, llvm::Other, and PreferredRegister.

Member Data Documentation

◆ Class

StringValue llvm::yaml::VirtualRegisterDefinition::Class

Definition at line 190 of file MIRYamlMapping.h.

Referenced by llvm::MIRPrinter::convert(), and operator==().

◆ ID

UnsignedValue llvm::yaml::VirtualRegisterDefinition::ID

Definition at line 189 of file MIRYamlMapping.h.

Referenced by llvm::MIRPrinter::convert().

◆ PreferredRegister

StringValue llvm::yaml::VirtualRegisterDefinition::PreferredRegister

Definition at line 191 of file MIRYamlMapping.h.

Referenced by llvm::MIRPrinter::convert(), and operator==().


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