Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
HDAMDGPUBaseInfo.h1216 uint64_t encodeMsg(uint64_t MsgId,
HDAMDGPUBaseInfo.cpp1966 uint64_t encodeMsg(uint64_t MsgId, in encodeMsg() function
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
HDAMDGPUInstPrinter.cpp1571 } else if (encodeMsg(MsgId, OpId, StreamId) == Imm16) { in printSendMsg()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
HDAMDGPUAsmParser.cpp7535 ImmVal = encodeMsg(Msg.Val, Op.Val, Stream.Val); in parseSendMsg()