LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::AMDGPUPerfHintAnalysis::FuncInfo Struct Reference

#include "Target/AMDGPU/AMDGPUPerfHintAnalysis.h"

Public Member Functions

 FuncInfo ()
 

Public Attributes

unsigned MemInstCost
 
unsigned InstCost
 
unsigned IAMInstCost
 
unsigned LSMInstCost
 
bool HasDenseGlobalMemAcc
 

Detailed Description

Definition at line 39 of file AMDGPUPerfHintAnalysis.h.

Constructor & Destructor Documentation

◆ FuncInfo()

llvm::AMDGPUPerfHintAnalysis::FuncInfo::FuncInfo ( )
inline

Definition at line 46 of file AMDGPUPerfHintAnalysis.h.

Member Data Documentation

◆ HasDenseGlobalMemAcc

bool llvm::AMDGPUPerfHintAnalysis::FuncInfo::HasDenseGlobalMemAcc

Definition at line 44 of file AMDGPUPerfHintAnalysis.h.

Referenced by INITIALIZE_PASS().

◆ IAMInstCost

unsigned llvm::AMDGPUPerfHintAnalysis::FuncInfo::IAMInstCost

Definition at line 42 of file AMDGPUPerfHintAnalysis.h.

Referenced by INITIALIZE_PASS().

◆ InstCost

unsigned llvm::AMDGPUPerfHintAnalysis::FuncInfo::InstCost

Definition at line 41 of file AMDGPUPerfHintAnalysis.h.

Referenced by INITIALIZE_PASS().

◆ LSMInstCost

unsigned llvm::AMDGPUPerfHintAnalysis::FuncInfo::LSMInstCost

Definition at line 43 of file AMDGPUPerfHintAnalysis.h.

Referenced by INITIALIZE_PASS().

◆ MemInstCost

unsigned llvm::AMDGPUPerfHintAnalysis::FuncInfo::MemInstCost

Definition at line 40 of file AMDGPUPerfHintAnalysis.h.

Referenced by INITIALIZE_PASS().


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