Home
last modified time | relevance | path

Searched refs:decodeVmcnt (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/
DAMDGPUBaseInfo.cpp635 unsigned decodeVmcnt(const IsaVersion &Version, unsigned Waitcnt) { in decodeVmcnt() function
658 Vmcnt = decodeVmcnt(Version, Waitcnt); in decodeWaitcnt()
665 Decoded.VmCnt = decodeVmcnt(Version, Encoded); in decodeWaitcnt()
DAMDGPUBaseInfo.h406 unsigned decodeVmcnt(const IsaVersion &Version, unsigned Waitcnt);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp4935 Failed = encodeCnt(ISA, IntVal, CntVal, Sat, encodeVmcnt, decodeVmcnt); in parseCnt()