Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1438 static unsigned encodeStorecntDscnt(const IsaVersion &Version, in encodeStorecntDscnt() function
1446 unsigned encodeStorecntDscnt(const IsaVersion &Version, in encodeStorecntDscnt() function
1448 return encodeStorecntDscnt(Version, Decoded.StoreCnt, Decoded.DsCnt); in encodeStorecntDscnt()
H A DAMDGPUBaseInfo.h1012 unsigned encodeStorecntDscnt(const IsaVersion &Version, const Waitcnt &Decoded);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1405 unsigned NewEnc = AMDGPU::encodeStorecntDscnt(IV, Wait); in applyPreexistingWaitcnt()
1512 unsigned Enc = AMDGPU::encodeStorecntDscnt(IV, Wait); in createNewWaitcnt()