Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h838 unsigned DsCnt = ~0u; // Corresponds to LGKMcnt prior to gfx12. member
847 : LoadCnt(VmCnt), ExpCnt(ExpCnt), DsCnt(LgkmCnt), StoreCnt(VsCnt), in Waitcnt()
851 Waitcnt(unsigned LoadCnt, unsigned ExpCnt, unsigned DsCnt, unsigned StoreCnt, in Waitcnt()
853 : LoadCnt(LoadCnt), ExpCnt(ExpCnt), DsCnt(DsCnt), StoreCnt(StoreCnt), in Waitcnt()
868 return LoadCnt != ~0u || ExpCnt != ~0u || DsCnt != ~0u || in hasWaitExceptStoreCnt()
879 std::min(DsCnt, Other.DsCnt), std::min(StoreCnt, Other.StoreCnt), in combined()
H A DAMDGPUBaseInfo.cpp1335 Decoded.DsCnt = decodeLgkmcnt(Version, Encoded); in decodeWaitcnt()
1370 return encodeWaitcnt(Version, Decoded.LoadCnt, Decoded.ExpCnt, Decoded.DsCnt); in encodeWaitcnt()
1393 Decoded.DsCnt = unpackBits(LoadcntDscnt, getDscntBitShift(Version.Major), in decodeLoadcntDscnt()
1403 Decoded.DsCnt = unpackBits(StorecntDscnt, getDscntBitShift(Version.Major), in decodeStorecntDscnt()
1435 return encodeLoadcntDscnt(Version, Decoded.LoadCnt, Decoded.DsCnt); in encodeLoadcntDscnt()
1448 return encodeStorecntDscnt(Version, Decoded.StoreCnt, Decoded.DsCnt); in encodeStorecntDscnt()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp201 return Wait.DsCnt; in getCounterRef()
1078 applyWaitcnt(DS_CNT, Wait.DsCnt); in applyWaitcnt()
1235 Wait.DsCnt = ~0u; in applyPreexistingWaitcnt()
1387 Wait.DsCnt = ~0u; in applyPreexistingWaitcnt()
1412 Wait.DsCnt = ~0u; in applyPreexistingWaitcnt()
1433 if (Wait.DsCnt != ~0u) { in applyPreexistingWaitcnt()
1500 if (Wait.DsCnt != ~0u) { in createNewWaitcnt()
1510 Wait.DsCnt = ~0u; in createNewWaitcnt()
1519 Wait.DsCnt = ~0u; in createNewWaitcnt()
1846 Wait.DsCnt = 0; in generateWaitcntInstBefore()
[all …]
H A DGCNHazardRecognizer.cpp1249 return (Decoded.DsCnt == 0); in fixSMEMtoVectorWriteHazards()