Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1267 bool isValidMsgOp(int64_t MsgId, int64_t OpId, const MCSubtargetInfo &STI, in isValidMsgOp()
1287 StringRef getMsgOpName(int64_t MsgId, int64_t OpId) { in getMsgOpName()
1292 bool isValidMsgStream(int64_t MsgId, int64_t OpId, int64_t StreamId, in isValidMsgStream()
1316 bool msgSupportsStream(int64_t MsgId, int64_t OpId) { in msgSupportsStream()
1322 uint16_t &OpId, in decodeMsg()
1330 uint64_t OpId, in encodeMsg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1261 uint16_t OpId; in printSendMsg() local