Home
last modified time | relevance | path

Searched defs:MsgId (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1743 bool isValidMsgId(int64_t MsgId, const MCSubtargetInfo &STI) { in isValidMsgId()
1747 StringRef getMsgName(int64_t MsgId, const MCSubtargetInfo &STI) { in getMsgName()
1752 int64_t getMsgOpId(int64_t MsgId, const StringRef Name) { in getMsgOpId()
1764 bool isValidMsgOp(int64_t MsgId, int64_t OpId, const MCSubtargetInfo &STI, in isValidMsgOp()
1784 StringRef getMsgOpName(int64_t MsgId, int64_t OpId, in getMsgOpName()
1790 bool isValidMsgStream(int64_t MsgId, int64_t OpId, int64_t StreamId, in isValidMsgStream()
1810 bool msgRequiresOp(int64_t MsgId, const MCSubtargetInfo &STI) { in msgRequiresOp()
1816 bool msgSupportsStream(int64_t MsgId, int64_t OpId, in msgSupportsStream()
1823 void decodeMsg(unsigned Val, uint16_t &MsgId, uint16_t &OpId, in decodeMsg()
1835 uint64_t encodeMsg(uint64_t MsgId, in encodeMsg()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1372 uint16_t MsgId; in printSendMsg() local