Searched refs:VmCnt (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.h | 363 unsigned VmCnt = ~0u; member 369 Waitcnt(unsigned VmCnt, unsigned ExpCnt, unsigned LgkmCnt, unsigned VsCnt) in Waitcnt() 370 : VmCnt(VmCnt), ExpCnt(ExpCnt), LgkmCnt(LgkmCnt), VsCnt(VsCnt) {} in Waitcnt() 378 return VmCnt != ~0u || ExpCnt != ~0u || LgkmCnt != ~0u || VsCnt != ~0u; in hasWait() 382 return VmCnt <= Other.VmCnt && ExpCnt <= Other.ExpCnt && in dominates() 387 return Waitcnt(std::min(VmCnt, Other.VmCnt), std::min(ExpCnt, Other.ExpCnt), in combined()
|
D | AMDGPUBaseInfo.cpp | 665 Decoded.VmCnt = decodeVmcnt(Version, Encoded); in decodeWaitcnt() 703 return encodeWaitcnt(Version, Decoded.VmCnt, Decoded.ExpCnt, Decoded.LgkmCnt); in encodeWaitcnt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInsertWaitcnts.cpp | 172 Wait.VmCnt = std::min(Wait.VmCnt, Count); in addWait() 722 return simplifyWaitcnt(VM_CNT, Wait.VmCnt) | in simplifyWaitcnt() 768 applyWaitcnt(VM_CNT, Wait.VmCnt); in applyWaitcnt() 861 Wait.VmCnt = 0; in generateWaitcntInstBefore() 877 Wait.VmCnt = 0; in generateWaitcntInstBefore() 1108 Wait.VmCnt = 0; in generateWaitcntInstBefore() 1138 Wait.VmCnt = ~0u; in generateWaitcntInstBefore() 1165 if (Wait.VmCnt != ~0u || Wait.LgkmCnt != ~0u || Wait.ExpCnt != ~0u) { in generateWaitcntInstBefore()
|