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.cpp63 SimpleRemoteEPCServer::handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, in handleMessage()
72 assert(SeqNo == 0 && "Non-zero SeqNo for Setup?"); in handleMessage()
77 assert(SeqNo == 0 && "Non-zero SeqNo for Hangup?"); in handleMessage()
88 dbgs() << ", seqno = " << SeqNo << ", tag-addr = " << TagAddr in handleMessage()
106 if (auto Err = handleResult(SeqNo, TagAddr, std::move(ArgBytes))) in handleMessage()
110 handleCallWrapper(SeqNo, TagAddr, std::move(ArgBytes)); in handleMessage()
153 uint64_t SeqNo, ExecutorAddr TagAddr, in sendMessage()
161 assert(SeqNo in sendMessage()
61 handleMessage(SimpleRemoteEPCOpcode OpC,uint64_t SeqNo,ExecutorAddr TagAddr,SimpleRemoteEPCArgBytesVector ArgBytes) handleMessage() argument
151 sendMessage(SimpleRemoteEPCOpcode OpC,uint64_t SeqNo,ExecutorAddr TagAddr,ArrayRef<char> ArgBytes) sendMessage() argument
224 handleResult(uint64_t SeqNo,ExecutorAddr TagAddr,SimpleRemoteEPCArgBytesVector ArgBytes) handleResult() argument
263 uint64_t SeqNo; doJITDispatch() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp94 uint64_t SeqNo; in callWrapperAsync() local
97 SeqNo = getNextSeqNo(); in callWrapperAsync()
98 assert(!PendingCallWrapperResults.count(SeqNo) && "SeqNo already in use"); in callWrapperAsync()
99 PendingCallWrapperResults[SeqNo] = std::move(OnComplete); in callWrapperAsync()
102 if (auto Err = sendMessage(SimpleRemoteEPCOpcode::CallWrapper, SeqNo, in callWrapperAsync()
113 auto I = PendingCallWrapperResults.find(SeqNo); in callWrapperAsync()
136 SimpleRemoteEPC::handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, in handleMessage() argument
145 assert(SeqNo == 0 && "Non-zero SeqNo for Setup?"); in handleMessage()
150 assert(SeqNo == 0 && "Non-zero SeqNo for Hangup?"); in handleMessage()
161 dbgs() << ", seqno = " << SeqNo << ", tag-addr = " << TagAddr in handleMessage()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.h91 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr,
106 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
109 Error handleSetup(uint64_t SeqNo, ExecutorAddr TagAddr,
113 Error handleResult(uint64_t SeqNo, ExecutorAddr TagAddr,
120 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.h66 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr,
93 virtual Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
121 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h146 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr,
154 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
160 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()