LLVM  4.0.0
Public Attributes | List of all members
llvm::TargetRegisterInfoDesc Struct Reference

Extra information, not in MCRegisterDesc, about registers. More...

#include <TargetRegisterInfo.h>

Collaboration diagram for llvm::TargetRegisterInfoDesc:
[legend]

Public Attributes

unsigned CostPerUse
 
bool inAllocatableClass
 

Detailed Description

Extra information, not in MCRegisterDesc, about registers.

These are used by codegen, not by MC.

Definition at line 227 of file TargetRegisterInfo.h.

Member Data Documentation

unsigned llvm::TargetRegisterInfoDesc::CostPerUse

Definition at line 228 of file TargetRegisterInfo.h.

Referenced by llvm::TargetRegisterInfo::getCostPerUse().

bool llvm::TargetRegisterInfoDesc::inAllocatableClass

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