Searched refs:IAMInstCost (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPerfHintAnalysis.h42 unsigned IAMInstCost; // Indirect access memory instruction count member in struct:llvm::AMDGPUPerfHintAnalysis::FuncInfo
47 : MemInstCost(0), InstCost(0), IAMInstCost(0), LSMInstCost(0),
H A DAMDGPUPerfHintAnalysis.cpp234 FI.IAMInstCost += Size;
256 FI.IAMInstCost += Loc->second.IAMInstCost;
299 << " IAMInst cost: " << Info->IAMInstCost << '\n'
332 return ((FI.MemInstCost + FI.IAMInstCost * IAWeight +

Completed in 74 milliseconds