/external/webrtc/p2p/base/ |
D | tcp_port.h | 83 struct Incoming { struct 90 rtc::AsyncPacketSocket* GetIncoming(const rtc::SocketAddress& addr, argument
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 199 SDValue Incoming = Builder.getValue(IncomingValue); in reservePreviousStackSlotForValue() local 331 spillIncomingStatepointValue(SDValue Incoming, SDValue Chain, in spillIncomingStatepointValue() 374 static void lowerIncomingStatepointValue(SDValue Incoming, in lowerIncomingStatepointValue() 471 SDValue Incoming = Builder.getValue(V); in lowerStatepointMetaArgs() local 494 SDValue Incoming = Builder.getValue(V); in lowerStatepointMetaArgs() local
|
/external/rust/crates/vsock/src/ |
D | lib.rs | 37 pub struct Incoming<'a> { struct 41 impl<'a> Iterator for Incoming<'a> { implementation 154 pub fn incoming(&self) -> Incoming { in incoming()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 238 static bool willLowerDirectly(SDValue Incoming) { in willLowerDirectly() 262 SDValue Incoming = Builder.getValue(IncomingValue); in reservePreviousStackSlotForValue() local 365 spillIncomingStatepointValue(SDValue Incoming, SDValue Chain, in spillIncomingStatepointValue() 412 lowerIncomingStatepointValue(SDValue Incoming, bool RequireSpillSlot, in lowerIncomingStatepointValue() 631 SDValue Incoming; in lowerStatepointMetaArgs() local 663 SDValue Incoming = Builder.getValue(V); in lowerStatepointMetaArgs() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 225 SDValue Incoming = Builder.getValue(IncomingValue); in reservePreviousStackSlotForValue() local 368 spillIncomingStatepointValue(SDValue Incoming, SDValue Chain, in spillIncomingStatepointValue() 415 static void lowerIncomingStatepointValue(SDValue Incoming, bool LiveInOnly, in lowerIncomingStatepointValue() 552 SDValue Incoming; in lowerStatepointMetaArgs() local 587 SDValue Incoming = Builder.getValue(V); in lowerStatepointMetaArgs() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIAnnotateControlFlow.cpp | 252 Value *Incoming = Phi->getIncomingValue(i); in handleLoopCondition() local 268 Value *Incoming = Phi->getIncomingValue(i); in handleLoopCondition() local
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | ReachingDefAnalysis.cpp | 79 const LiveRegsDefInfo &Incoming = MBBOutRegsInfos[pred->getNumber()]; in enterBasicBlock() local 156 const LiveRegsDefInfo &Incoming = MBBOutRegsInfos[pred->getNumber()]; in reprocessBasicBlock() local 442 SmallPtrSet<MachineInstr*, 2> Incoming; in getUniqueReachingMIDef() local
|
D | ExecutionDomainFix.cpp | 172 LiveRegsDVInfo &Incoming = MBBOutRegsInfos[pred->getNumber()]; in enterBasicBlock() local
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | CallHierarchyTests.cpp | 151 auto Incoming = incomingCalls(Items[0], Index.get()); in TEST() local
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZHazardRecognizer.cpp | 451 copyState(SystemZHazardRecognizer *Incoming) { in copyState()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZHazardRecognizer.cpp | 451 copyState(SystemZHazardRecognizer *Incoming) { in copyState()
|
/external/llvm-project/polly/lib/Transform/ |
D | DeLICM.cpp | 590 for (auto Incoming : PHI->blocks()) { in isMappable() local 813 auto Incoming = MA->getIncoming(); in determinePHIWrittenValues() local 1097 for (auto Incoming : PHIWrite->getIncoming()) { in collapseScalarsToStore() local
|
D | ZoneAlgo.cpp | 521 for (const Use &Incoming : Cur->incoming_values()) { in isRecursivePHI() local 1038 auto Incoming = MA->getIncoming(); in computeNormalizedPHIs() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DependenceGraphBuilder.cpp | 145 Incoming, // Incoming edges to the SCC in createPiBlocks() enumerator
|
D | LoopInfo.cpp | 122 bool Loop::getIncomingAndBackEdge(BasicBlock *&Incoming, in getIncomingAndBackEdge() 151 BasicBlock *Incoming = nullptr, *Backedge = nullptr; in getCanonicalInductionVariable() local
|
/external/llvm-project/polly/lib/Support/ |
D | VirtualInstruction.cpp | 356 for (auto Incoming : Acc->getIncoming()) { in walkReachable() local
|
/external/llvm-project/llvm/lib/Analysis/ |
D | DependenceGraphBuilder.cpp | 146 Incoming, // Incoming edges to the SCC in createPiBlocks() enumerator
|
D | LoopInfo.cpp | 123 bool Loop::getIncomingAndBackEdge(BasicBlock *&Incoming, in getIncomingAndBackEdge() 152 BasicBlock *Incoming = nullptr, *Backedge = nullptr; in getCanonicalInductionVariable() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 166 Value *Incoming = P->getIncomingValue(i); in simplifyCommonValuePhi() local 218 Value *Incoming = P->getIncomingValue(i); in processPHI() local
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 1155 const SetVector<BasicBlock *> &Incoming, in reconnectPhis() 1240 SmallVectorImpl<WeakVH> &DeletionCandidates, const BBSetVector &Incoming, in convertToGuardPredicates() 1334 const BBSetVector &Incoming, const BBSetVector &Outgoing, in CreateControlFlowHub()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ExecutionDomainFix.cpp | 172 LiveRegsDVInfo &Incoming = MBBOutRegsInfos[pred->getNumber()]; in enterBasicBlock() local
|
D | ReachingDefAnalysis.cpp | 59 const LiveRegsDefInfo &Incoming = MBBOutRegsInfos[pred->getNumber()]; in enterBasicBlock() local
|
/external/rust/crates/futures-executor/src/ |
D | local_pool.rs | 40 type Incoming = RefCell<Vec<LocalFutureObj<'static, ()>>>; typedef
|
/external/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 99 Value *Incoming = P->getIncomingValue(i); in processPHI() local
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 164 Value *Incoming = P->getIncomingValue(i); in simplifyCommonValuePhi() local 216 Value *Incoming = P->getIncomingValue(i); in processPHI() local
|