Home
last modified time | relevance | path

Searched refs:IAMInstCount (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUPerfHintAnalysis.h42 unsigned IAMInstCount; // Indirect access memory instruction count member
44 FuncInfo() : MemInstCount(0), InstCount(0), IAMInstCount(0), in FuncInfo()
DAMDGPUPerfHintAnalysis.cpp222 ++FI.IAMInstCount; in visit()
245 FI.IAMInstCount += Loc->second.IAMInstCount; in visit()
278 << " IAMInst: " << Loc->second.IAMInstCount << '\n' in runOnFunction()
300 return ((FI.MemInstCount + FI.IAMInstCount * IAWeight + in needLimitWave()