Searched refs:decodeExpcnt (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.h | 284 unsigned decodeExpcnt(const IsaInfo::IsaVersion &Version, unsigned Waitcnt);
|
D | AMDGPUBaseInfo.cpp | 557 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/ |
D | SIInsertWaitcnts.cpp | 860 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/ |
D | AMDGPUAsmParser.cpp | 3700 Failed = encodeCnt(ISA, IntVal, CntVal, Sat, encodeExpcnt, decodeExpcnt); in parseCnt()
|