Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h521 uint64_t encodeMsg(uint64_t MsgId,
H A DAMDGPUBaseInfo.cpp867 uint64_t encodeMsg(uint64_t MsgId, in encodeMsg() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1051 uint64_t encodeMsg(uint64_t MsgId,
H A DAMDGPUBaseInfo.cpp1835 uint64_t encodeMsg(uint64_t MsgId, in encodeMsg() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1167 } else if (encodeMsg(MsgId, OpId, StreamId) == Imm16) { in printSendMsg()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1389 } else if (encodeMsg(MsgId, OpId, StreamId) == Imm16) { in printSendMsg()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5155 ImmVal = encodeMsg(Msg.Id, Op.Id, Stream.Id); in parseSendMsgOp()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6983 ImmVal = encodeMsg(Msg.Id, Op.Id, Stream.Id); in parseSendMsgOp()