Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1158 uint64_t encodeMsg(uint64_t MsgId,
H A DAMDGPUBaseInfo.cpp1996 uint64_t encodeMsg(uint64_t MsgId, in encodeMsg() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1506 } else if (encodeMsg(MsgId, OpId, StreamId) == Imm16) { in printSendMsg()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp7304 ImmVal = encodeMsg(Msg.Id, Op.Id, Stream.Id); in parseSendMsg()