Searched refs:decodeExpcnt (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.cpp | 647 unsigned decodeExpcnt(const IsaVersion &Version, unsigned Waitcnt) { in decodeExpcnt() function 659 Expcnt = decodeExpcnt(Version, Waitcnt); in decodeWaitcnt() 666 Decoded.ExpCnt = decodeExpcnt(Version, Encoded); in decodeWaitcnt()
|
H A D | AMDGPUBaseInfo.h | 409 unsigned decodeExpcnt(const IsaVersion &Version, unsigned Waitcnt);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.cpp | 1267 unsigned decodeExpcnt(const IsaVersion &Version, unsigned Waitcnt) { in decodeExpcnt() function 1280 Expcnt = decodeExpcnt(Version, Waitcnt); in decodeWaitcnt() 1287 Decoded.ExpCnt = decodeExpcnt(Version, Encoded); in decodeWaitcnt()
|
H A D | AMDGPUBaseInfo.h | 878 unsigned decodeExpcnt(const IsaVersion &Version, unsigned Waitcnt);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 4937 Failed = encodeCnt(ISA, IntVal, CntVal, Sat, encodeExpcnt, decodeExpcnt); in parseCnt()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 6560 Failed = encodeCnt(ISA, IntVal, CntVal, Sat, encodeExpcnt, decodeExpcnt); in parseCnt()
|