/external/llvm-project/llvm/test/TableGen/ |
D | predicate-patfags.td | 49 // GISEL: GIM_CheckCxxInsnPredicate, /*MI*/1, /*FnId*/GIPFP_MI_Predicate_TGTmul24_oneuse, 53 // GISEL: GIM_CheckCxxInsnPredicate, /*MI*/1, /*FnId*/GIPFP_MI_Predicate_TGTmul24_oneuse, 56 // GISEL: GIM_CheckCxxInsnPredicate, /*MI*/1, /*FnId*/GIPFP_MI_Predicate_TGTmul24_oneuse, 59 // GISEL: GIM_CheckCxxInsnPredicate, /*MI*/1, /*FnId*/GIPFP_MI_Predicate_TGTmul24_oneuse,
|
D | GlobalISelEmitter-PR39045.td | 5 // CHECK-DAG: GIM_CheckCxxInsnPredicate, /*MI*/0, /*FnId*/GIPFP_MI_Predicate_pat_frag_b, 6 // CHECK-DAG: GIM_CheckCxxInsnPredicate, /*MI*/0, /*FnId*/GIPFP_MI_Predicate_pat_frag_a,
|
D | ContextlessPredicates.td | 38 // CHECK_NOPT-NEXT: GIM_CheckCxxInsnPredicate, /*MI*/0, /*FnId*/GIPFP_MI_Predicate_test_atomic… 64 // CHECK_OPT-NEXT: GIM_CheckCxxInsnPredicate, /*MI*/0, /*FnId*/GIPFP_MI_Predicate_test_atomic_…
|
D | GlobalISelEmitterCustomPredicate.td | 76 // CHECK-NEXT: GIM_CheckCxxInsnPredicate, /*MI*/0, /*FnId*/GIPFP_MI_Predicate_and_or_pat, 106 // CHECK-NEXT: GIM_CheckCxxInsnPredicate, /*MI*/0, /*FnId*/GIPFP_MI_Predicate_and_or_pat, 150 // CHECK-NEXT: GIM_CheckCxxInsnPredicate, /*MI*/0, /*FnId*/GIPFP_MI_Predicate_sub3_pat,
|
D | GlobalISelEmitterOverloadedPtr.td | 20 // CHECK-NEXT: GIM_CheckCxxInsnPredicate, /*MI*/0, /*FnId*/GIPFP_MI_Predicate_frag_anyptr,
|
D | GlobalISelEmitter.td | 355 // R21O-NEXT: GIM_CheckCxxInsnPredicate, /*MI*/0, /*FnId*/GIPFP_MI_Predicate_frag, 360 // R21N-NEXT: GIM_CheckCxxInsnPredicate, /*MI*/0, /*FnId*/GIPFP_MI_Predicate_frag,
|
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
D | QueueChannel.h | 85 Error startSendMessage(const FunctionIdT &FnId, const SequenceIdT &SeqNo) { in startSendMessage() argument 87 return orc::rpc::RawByteChannel::startSendMessage(FnId, SeqNo); in startSendMessage() 97 Error startReceiveMessage(FunctionIdT &FnId, SequenceNumberT &SeqNo) { in startReceiveMessage() argument 99 return orc::rpc::RawByteChannel::startReceiveMessage(FnId, SeqNo); in startReceiveMessage()
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
D | RawByteChannel.h | 42 Error startSendMessage(const FunctionIdT &FnId, const SequenceIdT &SeqNo) { in startSendMessage() argument 44 if (auto Err = serializeSeq(*this, FnId, SeqNo)) { in startSendMessage() 61 Error startReceiveMessage(FunctionIdT &FnId, SequenceNumberT &SeqNo) { in startReceiveMessage() argument 63 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; 1017 FunctionIdT FnId; in appendCallAsync() local 1019 FnId = *FnIdOrErr; in appendCallAsync() 1044 if (auto Err = C.startSendMessage(FnId, SeqNo)) { in appendCallAsync() 1076 FunctionIdT FnId; in handleOne() local 1078 if (auto Err = C.startReceiveMessage(FnId, SeqNo)) { in handleOne() 1082 if (FnId == ResponseId) in handleOne() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
D | RawByteChannel.h | 42 Error startSendMessage(const FunctionIdT &FnId, const SequenceIdT &SeqNo) { in startSendMessage() argument 44 if (auto Err = serializeSeq(*this, FnId, SeqNo)) { in startSendMessage() 61 Error startReceiveMessage(FunctionIdT &FnId, SequenceNumberT &SeqNo) { in startReceiveMessage() argument 63 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; 1020 FunctionIdT FnId; in appendCallAsync() local 1022 FnId = *FnIdOrErr; in appendCallAsync() 1047 if (auto Err = C.startSendMessage(FnId, SeqNo)) { in appendCallAsync() 1079 FunctionIdT FnId; in handleOne() local 1081 if (auto Err = C.startReceiveMessage(FnId, SeqNo)) { in handleOne() 1085 if (FnId == ResponseId) in handleOne() [all …]
|
/external/llvm-project/llvm/tools/llvm-xray/ |
D | xray-converter.cpp | 177 findSiblings(StackTrieNode *parent, int32_t FnId, uint32_t TId, in findSiblings() argument 188 if (node_iter->FuncId == FnId) in findSiblings() 197 if (node_iter->FuncId == FnId) in findSiblings()
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenGlobalISel.inc | 5526 GIM_CheckCxxInsnPredicate, /*MI*/1, /*FnId*/GIPFP_MI_Predicate_ldxr_1, 5556 GIM_CheckCxxInsnPredicate, /*MI*/1, /*FnId*/GIPFP_MI_Predicate_ldxr_2, 5586 GIM_CheckCxxInsnPredicate, /*MI*/1, /*FnId*/GIPFP_MI_Predicate_ldxr_4, 5616 GIM_CheckCxxInsnPredicate, /*MI*/1, /*FnId*/GIPFP_MI_Predicate_ldaxr_1, 5646 GIM_CheckCxxInsnPredicate, /*MI*/1, /*FnId*/GIPFP_MI_Predicate_ldaxr_2, 5676 GIM_CheckCxxInsnPredicate, /*MI*/1, /*FnId*/GIPFP_MI_Predicate_ldaxr_4, 37555 GIM_CheckCxxInsnPredicate, /*MI*/0, /*FnId*/GIPFP_MI_Predicate_ldxr_1, 37581 GIM_CheckCxxInsnPredicate, /*MI*/0, /*FnId*/GIPFP_MI_Predicate_ldxr_2, 37607 GIM_CheckCxxInsnPredicate, /*MI*/0, /*FnId*/GIPFP_MI_Predicate_ldxr_4, 37633 GIM_CheckCxxInsnPredicate, /*MI*/0, /*FnId*/GIPFP_MI_Predicate_ldxr_8, [all …]
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenGlobalISel.inc | 5379 GIM_CheckCxxInsnPredicate, /*MI*/1, /*FnId*/GIPFP_MI_Predicate_bf_inv_mask_imm, 5401 GIM_CheckCxxInsnPredicate, /*MI*/1, /*FnId*/GIPFP_MI_Predicate_bf_inv_mask_imm, 32629 GIM_CheckCxxInsnPredicate, /*MI*/0, /*FnId*/GIPFP_MI_Predicate_vfp_f32imm, 32648 GIM_CheckCxxInsnPredicate, /*MI*/0, /*FnId*/GIPFP_MI_Predicate_vfp_f64imm,
|