Searched refs:decodeVmcnt (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.h | 281 unsigned decodeVmcnt(const IsaInfo::IsaVersion &Version, unsigned Waitcnt);
|
D | AMDGPUBaseInfo.cpp | 545 unsigned decodeVmcnt(const IsaInfo::IsaVersion &Version, unsigned Waitcnt) { in decodeVmcnt() function 567 Vmcnt = decodeVmcnt(Version, Waitcnt); in decodeWaitcnt()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIInsertWaitcnts.cpp | 856 if (AMDGPU::decodeVmcnt(IV, LHS) > AMDGPU::decodeVmcnt(IV, RHS)) in isWaitcntStronger() 868 unsigned VmCnt = std::min(AMDGPU::decodeVmcnt(IV, LHS), in combineWaitcnt() 869 AMDGPU::decodeVmcnt(IV, RHS)); in combineWaitcnt() 1196 (AMDGPU::decodeVmcnt(IV, Imm) != in generateWaitcntInstBefore()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 3698 Failed = encodeCnt(ISA, IntVal, CntVal, Sat, encodeVmcnt, decodeVmcnt); in parseCnt()
|