LLVM 19.0.0git
Public Attributes | List of all members
llvm::MachineRegisterInfo::VRegAttrs Struct Reference

All attributes(register class or bank and low-level type) a virtual register can have. More...

#include "llvm/CodeGen/MachineRegisterInfo.h"

Public Attributes

RegClassOrRegBank RCOrRB
 
LLT Ty
 

Detailed Description

All attributes(register class or bank and low-level type) a virtual register can have.

Definition at line 747 of file MachineRegisterInfo.h.

Member Data Documentation

◆ RCOrRB

RegClassOrRegBank llvm::MachineRegisterInfo::VRegAttrs::RCOrRB

◆ Ty

LLT llvm::MachineRegisterInfo::VRegAttrs::Ty

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