Home
last modified time | relevance | path

Searched refs:encodeMsg (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h683 uint64_t encodeMsg(uint64_t MsgId,
H A DAMDGPUBaseInfo.cpp1329 uint64_t encodeMsg(uint64_t MsgId, in encodeMsg() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1276 } else if (encodeMsg(MsgId, OpId, StreamId) == Imm16) { in printSendMsg()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6276 ImmVal = encodeMsg(Msg.Id, Op.Id, Stream.Id); in parseSendMsgOp()