LLVM 19.0.0git
Public Attributes | List of all members
llvm::AMDGPURegisterBankInfo::OpRegBankEntry< NumOps > Struct Template Reference

#include "Target/AMDGPU/AMDGPURegisterBankInfo.h"

Public Attributes

int8_t RegBanks [NumOps]
 
int16_t Cost
 

Detailed Description

template<unsigned NumOps>
struct llvm::AMDGPURegisterBankInfo::OpRegBankEntry< NumOps >

Definition at line 132 of file AMDGPURegisterBankInfo.h.

Member Data Documentation

◆ Cost

template<unsigned NumOps>
int16_t llvm::AMDGPURegisterBankInfo::OpRegBankEntry< NumOps >::Cost

Definition at line 134 of file AMDGPURegisterBankInfo.h.

◆ RegBanks

template<unsigned NumOps>
int8_t llvm::AMDGPURegisterBankInfo::OpRegBankEntry< NumOps >::RegBanks[NumOps]

Definition at line 133 of file AMDGPURegisterBankInfo.h.


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