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

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

#include "llvm/CodeGen/TargetRegisterInfo.h"

Collaboration diagram for llvm::TargetRegisterInfoDesc:
Collaboration graph
[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 202 of file TargetRegisterInfo.h.

Member Data Documentation

◆ CostPerUse

unsigned llvm::TargetRegisterInfoDesc::CostPerUse

Definition at line 203 of file TargetRegisterInfo.h.

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

◆ inAllocatableClass

bool llvm::TargetRegisterInfoDesc::inAllocatableClass

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