Searched refs:MLD (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfo.cpp | 495 DILocation *getReplacementMDLocation(DILocation *MLD) { in getReplacementMDLocation() argument 496 auto *Scope = map(MLD->getScope()); in getReplacementMDLocation() 497 auto *InlinedAt = map(MLD->getInlinedAt()); in getReplacementMDLocation() 498 if (MLD->isDistinct()) in getReplacementMDLocation() 499 return DILocation::getDistinct(MLD->getContext(), MLD->getLine(), in getReplacementMDLocation() 500 MLD->getColumn(), Scope, InlinedAt); in getReplacementMDLocation() 501 return DILocation::get(MLD->getContext(), MLD->getLine(), MLD->getColumn(), in getReplacementMDLocation() 537 if (auto *MLD = dyn_cast<DILocation>(N)) in remap() local 538 return getReplacementMDLocation(MLD); in remap()
|
/third_party/lwip/ |
D | FEATURES | 6 - Protocols: IP, IPv6, ICMP, ND, MLD, UDP, TCP, IGMP, ARP, PPPoS, PPPoE, 6LowPAN (via IEEE 802.15.4…
|
D | README_en.md | 20 * MLD (Multicast listener discovery for IPv6). Aims to be compliant with
|
D | README | 20 * MLD (Multicast listener discovery for IPv6). Aims to be compliant with
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 1531 void DAGTypeLegalizer::SplitVecRes_MLOAD(MaskedLoadSDNode *MLD, in SplitVecRes_MLOAD() argument 1533 assert(MLD->isUnindexed() && "Indexed masked load during type legalization!"); in SplitVecRes_MLOAD() 1535 SDLoc dl(MLD); in SplitVecRes_MLOAD() 1536 std::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(MLD->getValueType(0)); in SplitVecRes_MLOAD() 1538 SDValue Ch = MLD->getChain(); in SplitVecRes_MLOAD() 1539 SDValue Ptr = MLD->getBasePtr(); in SplitVecRes_MLOAD() 1540 SDValue Offset = MLD->getOffset(); in SplitVecRes_MLOAD() 1542 SDValue Mask = MLD->getMask(); in SplitVecRes_MLOAD() 1543 SDValue PassThru = MLD->getPassThru(); in SplitVecRes_MLOAD() 1544 unsigned Alignment = MLD->getOriginalAlignment(); in SplitVecRes_MLOAD() [all …]
|
D | LegalizeTypes.h | 747 void SplitVecRes_MLOAD(MaskedLoadSDNode *MLD, SDValue &Lo, SDValue &Hi);
|
D | SelectionDAG.cpp | 577 const MaskedLoadSDNode *MLD = cast<MaskedLoadSDNode>(N); in AddNodeIDCustom() local 578 ID.AddInteger(MLD->getMemoryVT().getRawBits()); in AddNodeIDCustom() 579 ID.AddInteger(MLD->getRawSubclassData()); in AddNodeIDCustom() 580 ID.AddInteger(MLD->getPointerInfo().getAddrSpace()); in AddNodeIDCustom()
|
D | DAGCombiner.cpp | 8789 MaskedLoadSDNode *MLD = cast<MaskedLoadSDNode>(N); in visitMLOAD() local 8790 SDValue Mask = MLD->getMask(); in visitMLOAD() 8795 return CombineTo(N, MLD->getPassThru(), MLD->getChain()); in visitMLOAD()
|
/third_party/NuttX/ |
D | ReleaseNotes | 19787 - ProcFS: Add support to provide MLD statistics at /proc/net/mld. From 19828 - ICMPv6 MLD: Implement Multicast Listener Discovery (MLD) protocol based 19830 - ICMPv6 MLD: Implement MLDv1 compatibility mode. From Gregory Nutt. 19831 - ICMPv6 MLD: Implement 'Other Querier Present Timer'. This timer is 19834 - IGMP: Backport some MLD design improvements/fixes. From Gregory Nutt. 19839 socket options was a necessary step on the way to ICMPv6 MLD support. 19856 This is necessary because with MLD, certain incoming messages may 20040 - include/nuttx/net/mld.h: Add MLD header file based on RFC2710 and 20098 - apps/examples/mld: Add a test of MLD. Provides a mechanism for some 20099 low-level bring-up of MLD. From Gregory Nutt. [all …]
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 54714 zO0t?t%MLD#t0O+N@oRtqS3&`y+64HM!BNspXgiXOB=lg$&x3oT6L9BzUVZxK?Q=hW
|