Extra information, not in MCRegisterDesc, about registers. These are used by codegen, not by MC.

Synopsis

Declared in <llvm/CodeGen/TargetRegisterInfo.h>

struct TargetRegisterInfoDesc;

Data Members

Name

Description

CostPerUse

Extra cost of instructions using each register, per cost table.

InAllocatableClass

Whether each register belongs to an allocatable register class.

NumCosts

Number of cost values associated with each register.

Created with MrDocs