Home
last modified time | relevance | path

Searched defs:Waitcnt (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h469 struct Waitcnt { struct
475 Waitcnt() {} in Waitcnt() argument
476 Waitcnt(unsigned VmCnt, unsigned ExpCnt, unsigned LgkmCnt, unsigned VsCnt) in Waitcnt() function
479 static Waitcnt allZero(bool HasVscnt) { in allZero() argument
482 static Waitcnt allZeroExceptVsCnt() { return Waitcnt(0, 0, 0, ~0u); } in allZeroExceptVsCnt() argument
496 bool dominates(const Waitcnt &Other) const { in dominates() argument
501 Waitcnt combined(const Waitcnt &Other) const { in combined() argument
H A DAMDGPUBaseInfo.cpp914 unsigned Waitcnt = VmcntLo | Expcnt | Lgkmcnt; in getWaitcntBitMask() local
922 unsigned decodeVmcnt(const IsaVersion &Version, unsigned Waitcnt) { in decodeVmcnt()
934 unsigned decodeExpcnt(const IsaVersion &Version, unsigned Waitcnt) { in decodeExpcnt()
938 unsigned decodeLgkmcnt(const IsaVersion &Version, unsigned Waitcnt) { in decodeLgkmcnt()
943 void decodeWaitcnt(const IsaVersion &Version, unsigned Waitcnt, in decodeWaitcnt()
958 unsigned encodeVmcnt(const IsaVersion &Version, unsigned Waitcnt, in encodeVmcnt()
969 unsigned encodeExpcnt(const IsaVersion &Version, unsigned Waitcnt, in encodeExpcnt()
974 unsigned encodeLgkmcnt(const IsaVersion &Version, unsigned Waitcnt, in encodeLgkmcnt()
982 unsigned Waitcnt = getWaitcntBitMask(Version); in encodeWaitcnt() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6023 int64_t Waitcnt = getWaitcntBitMask(ISA); in parseSWaitCntOps() local