Searched defs:StreamId (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1153 uint16_t StreamId; local
1163 O << ", " << StreamId; local
1168 O << "sendmsg(" << MsgId << ", " << OpId << ", " << StreamId << ')'; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp832 bool isValidMsgStream(int64_t MsgId, int64_t OpId, int64_t StreamId, bool Strict) { argument
858 decodeMsg(unsigned Val, uint16_t &MsgId, uint16_t &OpId, uint16_t &StreamId) argument
867 encodeMsg(uint64_t MsgId, uint64_t OpId, uint64_t StreamId) argument
[all...]

Completed in 150 milliseconds