LLVM  8.0.1
Public Attributes | List of all members
llvm::TargetRegisterInfo::RegClassInfo Struct Reference

#include "llvm/CodeGen/TargetRegisterInfo.h"

Collaboration diagram for llvm::TargetRegisterInfo::RegClassInfo:
Collaboration graph
[legend]

Public Attributes

unsigned RegSize
 
unsigned SpillSize
 
unsigned SpillAlignment
 
vt_iterator VTList
 

Detailed Description

Definition at line 224 of file TargetRegisterInfo.h.

Member Data Documentation

◆ RegSize

unsigned llvm::TargetRegisterInfo::RegClassInfo::RegSize

Definition at line 225 of file TargetRegisterInfo.h.

◆ SpillAlignment

unsigned llvm::TargetRegisterInfo::RegClassInfo::SpillAlignment

Definition at line 225 of file TargetRegisterInfo.h.

◆ SpillSize

unsigned llvm::TargetRegisterInfo::RegClassInfo::SpillSize

Definition at line 225 of file TargetRegisterInfo.h.

◆ VTList

vt_iterator llvm::TargetRegisterInfo::RegClassInfo::VTList

Definition at line 226 of file TargetRegisterInfo.h.


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