Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h284 unsigned decodeExpcnt(const IsaInfo::IsaVersion &Version, unsigned Waitcnt);
DAMDGPUBaseInfo.cpp557 unsigned decodeExpcnt(const IsaInfo::IsaVersion &Version, unsigned Waitcnt) { in decodeExpcnt() function
568 Expcnt = decodeExpcnt(Version, Waitcnt); in decodeWaitcnt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp860 if (AMDGPU::decodeExpcnt(IV, LHS) > AMDGPU::decodeExpcnt(IV, RHS)) in isWaitcntStronger()
872 unsigned ExpCnt = std::min(AMDGPU::decodeExpcnt(IV, LHS), in combineWaitcnt()
873 AMDGPU::decodeExpcnt(IV, RHS)); in combineWaitcnt()
1198 (AMDGPU::decodeExpcnt(IV, Imm) != in generateWaitcntInstBefore()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp3700 Failed = encodeCnt(ISA, IntVal, CntVal, Sat, encodeExpcnt, decodeExpcnt); in parseCnt()