Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
HDAMDGPUBaseInfo.h521 uint64_t encodeMsg(uint64_t MsgId,
HDAMDGPUBaseInfo.cpp867 uint64_t encodeMsg(uint64_t MsgId, in encodeMsg() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
HDAMDGPUInstPrinter.cpp1167 } else if (encodeMsg(MsgId, OpId, StreamId) == Imm16) { in printSendMsg()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
HDAMDGPUAsmParser.cpp5155 ImmVal = encodeMsg(Msg.Id, Op.Id, Stream.Id); in parseSendMsgOp()