Home
last modified time | relevance | path

Searched defs:Incoming (Results 1 – 25 of 74) sorted by relevance

123

/external/webrtc/p2p/base/
Dtcp_port.h83 struct Incoming { struct
90 rtc::AsyncPacketSocket* GetIncoming(const rtc::SocketAddress& addr, argument
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp199 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/
Dlib.rs37 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/
DStatepointLowering.cpp238 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/
DStatepointLowering.cpp225 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/
DSIAnnotateControlFlow.cpp252 Value *Incoming = Phi->getIncomingValue(i); in handleLoopCondition() local
268 Value *Incoming = Phi->getIncomingValue(i); in handleLoopCondition() local
/external/llvm-project/llvm/lib/CodeGen/
DReachingDefAnalysis.cpp79 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
DExecutionDomainFix.cpp172 LiveRegsDVInfo &Incoming = MBBOutRegsInfos[pred->getNumber()]; in enterBasicBlock() local
/external/llvm-project/clang-tools-extra/clangd/unittests/
DCallHierarchyTests.cpp151 auto Incoming = incomingCalls(Items[0], Index.get()); in TEST() local
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZHazardRecognizer.cpp451 copyState(SystemZHazardRecognizer *Incoming) { in copyState()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZHazardRecognizer.cpp451 copyState(SystemZHazardRecognizer *Incoming) { in copyState()
/external/llvm-project/polly/lib/Transform/
DDeLICM.cpp590 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
DZoneAlgo.cpp521 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/
DDependenceGraphBuilder.cpp145 Incoming, // Incoming edges to the SCC in createPiBlocks() enumerator
DLoopInfo.cpp122 bool Loop::getIncomingAndBackEdge(BasicBlock *&Incoming, in getIncomingAndBackEdge()
151 BasicBlock *Incoming = nullptr, *Backedge = nullptr; in getCanonicalInductionVariable() local
/external/llvm-project/polly/lib/Support/
DVirtualInstruction.cpp356 for (auto Incoming : Acc->getIncoming()) { in walkReachable() local
/external/llvm-project/llvm/lib/Analysis/
DDependenceGraphBuilder.cpp146 Incoming, // Incoming edges to the SCC in createPiBlocks() enumerator
DLoopInfo.cpp123 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/
DCorrelatedValuePropagation.cpp166 Value *Incoming = P->getIncomingValue(i); in simplifyCommonValuePhi() local
218 Value *Incoming = P->getIncomingValue(i); in processPHI() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp1155 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/
DExecutionDomainFix.cpp172 LiveRegsDVInfo &Incoming = MBBOutRegsInfos[pred->getNumber()]; in enterBasicBlock() local
DReachingDefAnalysis.cpp59 const LiveRegsDefInfo &Incoming = MBBOutRegsInfos[pred->getNumber()]; in enterBasicBlock() local
/external/rust/crates/futures-executor/src/
Dlocal_pool.rs40 type Incoming = RefCell<Vec<LocalFutureObj<'static, ()>>>; typedef
/external/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp99 Value *Incoming = P->getIncomingValue(i); in processPHI() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp164 Value *Incoming = P->getIncomingValue(i); in simplifyCommonValuePhi() local
216 Value *Incoming = P->getIncomingValue(i); in processPHI() local

123