Searched refs:FnId (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | RawByteChannel.h | 43 Error startSendMessage(const FunctionIdT &FnId, const SequenceIdT &SeqNo) { in startSendMessage() argument 45 if (auto Err = serializeSeq(*this, FnId, SeqNo)) { in startSendMessage() 62 Error startReceiveMessage(FunctionIdT &FnId, SequenceNumberT &SeqNo) { in startReceiveMessage() argument 64 if (auto Err = deserializeSeq(*this, FnId, SeqNo)) { in startReceiveMessage()
|
D | RPCUtils.h | 63 BadFunctionCall(FnIdT FnId, SeqNoT SeqNo) in BadFunctionCall() argument 64 : FnId(std::move(FnId)), SeqNo(std::move(SeqNo)) {} in BadFunctionCall() 71 OS << "Call to invalid RPC function id '" << FnId << "' with " in log() 76 FnIdT FnId; 1085 FunctionIdT FnId; in appendCallAsync() local 1087 FnId = *FnIdOrErr; in appendCallAsync() 1112 if (auto Err = C.startSendMessage(FnId, SeqNo)) { in appendCallAsync() 1144 FunctionIdT FnId; in handleOne() local 1146 if (auto Err = C.startReceiveMessage(FnId, SeqNo)) { in handleOne() 1150 if (FnId == ResponseId) in handleOne() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/ |
D | xray-converter.cpp | 176 findSiblings(StackTrieNode *parent, int32_t FnId, uint32_t TId, in findSiblings() argument 187 if (node_iter->FuncId == FnId) in findSiblings() 196 if (node_iter->FuncId == FnId) in findSiblings()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | GlobalISelEmitter.td | 357 // R21O-NEXT: GIM_CheckCxxInsnPredicate, /*MI*/0, /*FnId*/GIPFP_MI_Predicate_frag, 362 // R21N-NEXT: GIM_CheckCxxInsnPredicate, /*MI*/0, /*FnId*/GIPFP_MI_Predicate_frag,
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenGlobalISel.inc | 4893 GIM_CheckCxxInsnPredicate, /*MI*/1, /*FnId*/GIPFP_MI_Predicate_bf_inv_mask_imm, 4915 GIM_CheckCxxInsnPredicate, /*MI*/1, /*FnId*/GIPFP_MI_Predicate_bf_inv_mask_imm,
|