LLVM 24.0.0git
llvm::TargetRegisterInfoDesc Struct Reference

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

#include "llvm/CodeGen/TargetRegisterInfo.h"

Public Attributes

const uint8_t * CostPerUse
unsigned NumCosts
const bool * InAllocatableClass

Detailed Description

Extra information, not in MCRegisterDesc, about registers.

These are used by codegen, not by MC.

Definition at line 53 of file TargetRegisterInfo.h.

Member Data Documentation

◆ CostPerUse

const uint8_t* llvm::TargetRegisterInfoDesc::CostPerUse

Definition at line 54 of file TargetRegisterInfo.h.

◆ InAllocatableClass

const bool* llvm::TargetRegisterInfoDesc::InAllocatableClass

Definition at line 57 of file TargetRegisterInfo.h.

◆ NumCosts

unsigned llvm::TargetRegisterInfoDesc::NumCosts

Definition at line 55 of file TargetRegisterInfo.h.


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