Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp271 int32_t getMaxSGPR() const { return SgprUB; } in getMaxSGPR()
341 if (GprNo - NUM_ALL_VGPRS > SgprUB) { in setRegScore()
342 SgprUB = GprNo - NUM_ALL_VGPRS; in setRegScore()
362 int32_t SgprUB = 0; member in __anon6c0a05fc0111::WaitcntBrackets
1370 SgprUB = std::max(getMaxSGPR(), Other.getMaxSGPR()); in merge()