LLVM 22.0.0git
llvm::TargetRegisterInfoDesc Struct Reference

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

#include "llvm/CodeGen/TargetRegisterInfo.h"

Public Attributes

const uint8_tCostPerUse
unsigned NumCosts
const boolInAllocatableClass

Detailed Description

Extra information, not in MCRegisterDesc, about registers.

These are used by codegen, not by MC.

Definition at line 222 of file TargetRegisterInfo.h.

Member Data Documentation

◆ CostPerUse

const uint8_t* llvm::TargetRegisterInfoDesc::CostPerUse

Definition at line 223 of file TargetRegisterInfo.h.

◆ InAllocatableClass

const bool* llvm::TargetRegisterInfoDesc::InAllocatableClass

Definition at line 226 of file TargetRegisterInfo.h.

◆ NumCosts

unsigned llvm::TargetRegisterInfoDesc::NumCosts

Definition at line 224 of file TargetRegisterInfo.h.


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