Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp62 SimpleRemoteEPCServer::handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, in handleMessage() argument
71 assert(SeqNo == 0 && "Non-zero SeqNo for Setup?"); in handleMessage()
76 assert(SeqNo == 0 && "Non-zero SeqNo for Hangup?"); in handleMessage()
87 dbgs() << ", seqno = " << SeqNo << ", tag-addr = " << TagAddr in handleMessage()
105 if (auto Err = handleResult(SeqNo, TagAddr, std::move(ArgBytes))) in handleMessage()
109 handleCallWrapper(SeqNo, TagAddr, std::move(ArgBytes)); in handleMessage()
152 uint64_t SeqNo, ExecutorAddr TagAddr, in sendMessage() argument
160 assert(SeqNo == 0 && "Non-zero SeqNo for Setup?"); in sendMessage()
165 assert(SeqNo == 0 && "Non-zero SeqNo for Hangup?"); in sendMessage()
176 dbgs() << ", seqno = " << SeqNo << ", tag-addr = " << TagAddr in sendMessage()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp92 uint64_t SeqNo; in callWrapperAsync() local
95 SeqNo = getNextSeqNo(); in callWrapperAsync()
96 assert(!PendingCallWrapperResults.count(SeqNo) && "SeqNo already in use"); in callWrapperAsync()
97 PendingCallWrapperResults[SeqNo] = std::move(OnComplete); in callWrapperAsync()
100 if (auto Err = sendMessage(SimpleRemoteEPCOpcode::CallWrapper, SeqNo, in callWrapperAsync()
111 auto I = PendingCallWrapperResults.find(SeqNo); in callWrapperAsync()
134 SimpleRemoteEPC::handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, in handleMessage() argument
143 assert(SeqNo == 0 && "Non-zero SeqNo for Setup?"); in handleMessage()
148 assert(SeqNo == 0 && "Non-zero SeqNo for Hangup?"); in handleMessage()
159 dbgs() << ", seqno = " << SeqNo << ", tag-addr = " << TagAddr in handleMessage()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.h88 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr,
105 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
108 Error handleSetup(uint64_t SeqNo, ExecutorAddr TagAddr,
112 Error handleResult(uint64_t SeqNo, ExecutorAddr TagAddr,
119 void releaseSeqNo(uint64_t SeqNo) {} in releaseSeqNo() argument
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.cpp87 uint64_t SeqNo, in sendMessage() argument
96 *((support::ulittle64_t *)(HeaderBuffer + FDMsgHeader::SeqNoOffset)) = SeqNo; in sendMessage()
205 uint64_t SeqNo; in listenLoop() local
212 SeqNo = in listenLoop()
232 if (auto Action = C.handleMessage(OpC, SeqNo, TagAddr, ArgBytes)) { in listenLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.h67 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr,
94 virtual Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
122 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h147 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr,
155 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
161 Error handleResult(uint64_t SeqNo, ExecutorAddr TagAddr,
/freebsd/sys/dev/mwl/
H A Dmwlreg.h1347 uint16_t SeqNo; member
H A Dmwlhal.c1564 *pseqno = le16toh(pCmd->SeqNo); in mwl_hal_bastream_get_seqno()