Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1299 unsigned encodeFieldHoldCnt(unsigned HoldCnt);
1302 unsigned encodeFieldHoldCnt(unsigned HoldCnt, unsigned Encoded);
H A DAMDGPUBaseInfo.cpp1983 unsigned encodeFieldHoldCnt(unsigned Encoded, unsigned HoldCnt) { in encodeFieldHoldCnt() function
1987 unsigned encodeFieldHoldCnt(unsigned HoldCnt) { in encodeFieldHoldCnt() function
1988 return encodeFieldHoldCnt(0xffff, HoldCnt); in encodeFieldHoldCnt()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUWaitSGPRHazards.cpp184 Mask = AMDGPU::DepCtr::encodeFieldHoldCnt( in mergeMasks()