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

#include "Target/AMDGPU/AMDGPURegisterBankInfo.h"

Collaboration diagram for llvm::AMDGPURegisterBankInfo::OpRegBankEntry< NumOps >:
Collaboration graph
[legend]

Public Attributes

int8_t RegBanks [NumOps]
 
int16_t Cost
 

Detailed Description

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

Definition at line 135 of file AMDGPURegisterBankInfo.h.

Member Data Documentation

◆ Cost

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

Definition at line 137 of file AMDGPURegisterBankInfo.h.

◆ RegBanks

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

Definition at line 136 of file AMDGPURegisterBankInfo.h.


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