Home
last modified time | relevance | path

Searched refs:decodeVmcnt (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h281 unsigned decodeVmcnt(const IsaInfo::IsaVersion &Version, unsigned Waitcnt);
DAMDGPUBaseInfo.cpp545 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/
DSIInsertWaitcnts.cpp856 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/
DAMDGPUAsmParser.cpp3698 Failed = encodeCnt(ISA, IntVal, CntVal, Sat, encodeVmcnt, decodeVmcnt); in parseCnt()