LLVM 20.0.0git
|
Extra information, not in MCRegisterDesc, about registers. More...
#include "llvm/CodeGen/TargetRegisterInfo.h"
Public Attributes | |
const uint8_t * | CostPerUse |
unsigned | NumCosts |
const bool * | InAllocatableClass |
Extra information, not in MCRegisterDesc, about registers.
These are used by codegen, not by MC.
Definition at line 218 of file TargetRegisterInfo.h.
const uint8_t* llvm::TargetRegisterInfoDesc::CostPerUse |
Definition at line 219 of file TargetRegisterInfo.h.
Referenced by llvm::TargetRegisterInfo::getRegisterCosts().
Definition at line 222 of file TargetRegisterInfo.h.
Referenced by llvm::TargetRegisterInfo::isInAllocatableClass().
unsigned llvm::TargetRegisterInfoDesc::NumCosts |
Definition at line 220 of file TargetRegisterInfo.h.