LLVM 22.0.0git
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 33 of file AMDGPUPerfHintAnalysis.h.

Constructor & Destructor Documentation

◆ FuncInfo()

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

Member Data Documentation

◆ HasDenseGlobalMemAcc

bool llvm::AMDGPUPerfHintAnalysis::FuncInfo::HasDenseGlobalMemAcc

Definition at line 38 of file AMDGPUPerfHintAnalysis.h.

Referenced by FuncInfo().

◆ IAMInstCost

unsigned llvm::AMDGPUPerfHintAnalysis::FuncInfo::IAMInstCost

Definition at line 36 of file AMDGPUPerfHintAnalysis.h.

Referenced by FuncInfo().

◆ InstCost

unsigned llvm::AMDGPUPerfHintAnalysis::FuncInfo::InstCost

Definition at line 35 of file AMDGPUPerfHintAnalysis.h.

Referenced by FuncInfo().

◆ LSMInstCost

unsigned llvm::AMDGPUPerfHintAnalysis::FuncInfo::LSMInstCost

Definition at line 37 of file AMDGPUPerfHintAnalysis.h.

Referenced by FuncInfo().

◆ MemInstCost

unsigned llvm::AMDGPUPerfHintAnalysis::FuncInfo::MemInstCost

Definition at line 34 of file AMDGPUPerfHintAnalysis.h.

Referenced by FuncInfo().


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