Searched refs:decodeWaitcnt (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.h | 424 void decodeWaitcnt(const IsaVersion &Version, unsigned Waitcnt, 427 Waitcnt decodeWaitcnt(const IsaVersion &Version, unsigned Encoded);
|
D | AMDGPUBaseInfo.cpp | 656 void decodeWaitcnt(const IsaVersion &Version, unsigned Waitcnt, in decodeWaitcnt() function 663 Waitcnt decodeWaitcnt(const IsaVersion &Version, unsigned Encoded) { in decodeWaitcnt() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInsertWaitcnts.cpp | 1092 ScoreBrackets.applyWaitcnt(AMDGPU::decodeWaitcnt(IV, Imm)); in generateWaitcntInstBefore() 1129 AMDGPU::Waitcnt IWait = AMDGPU::decodeWaitcnt(IV, IEnc); in generateWaitcntInstBefore()
|
D | GCNHazardRecognizer.cpp | 1002 AMDGPU::Waitcnt Decoded = AMDGPU::decodeWaitcnt(IV, Imm); in fixSMEMtoVectorWriteHazards()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUInstPrinter.cpp | 1287 decodeWaitcnt(ISA, SImm16, Vmcnt, Expcnt, Lgkmcnt); in printWaitFlag()
|