Home
last modified time | relevance | path

Searched refs:Mld (Results 1 – 25 of 39) sorted by relevance

12

/dports/net-mgmt/librenms/librenms-21.5.1/mibs/hp/
H A DHP-ICF-MLD-MIB228 DESCRIPTION "The number of times an Mld Gerneral Service Query has been received
259 DESCRIPTION "The number of times an Mld version 1 report has been received on
267 DESCRIPTION "The number of times an Mld version 2 report has been received on
275 DESCRIPTION "The number of times an Mld version 1 leave has been received on
283 DESCRIPTION "The number of times an Mld packet of unkown type has been received
292 Mld protocol on this device on this interface."
439 DESCRIPTION "Logical ports with active Mld joins on them for this
443 Mld."
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/hp/
H A Dhpicfmld.mib280 DESCRIPTION "The number of times an Mld General Service Query
335 DESCRIPTION "The number of times an Mld packet of unknown type has been received
/dports/net-mgmt/observium/observium/mibs/hp/
H A DHP-ICF-MLD-MIB322 DESCRIPTION "The number of times an Mld General Service Query
377 DESCRIPTION "The number of times an Mld packet of unknown type has been received
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/linksys/
H A DLINKSYS-rlBrgMulticast-MIB622 "Enable/Disable Mld Snooping in the switch."
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/cisco/
H A DCISCOSB-rlBrgMulticast-MIB622 "Enable/Disable Mld Snooping in the switch."
/dports/net-mgmt/observium/observium/mibs/radlan/
H A DRADLAN-rlMacMulticast-MIB622 "Enable/Disable Mld Snooping in the switch."
/dports/net-mgmt/observium/observium/mibs/netgear/
H A DNETGEAR-RADLAN-rlMacMulticast-MIB622 "Enable/Disable Mld Snooping in the switch."
/dports/net-mgmt/observium/observium/mibs/ciscosb/
H A DCISCOSB-rlIgmpSnooping-MIB632 "Enable/Disable Mld Snooping in the switch."
/dports/net-mgmt/observium/observium/mibs/d-link/
H A DDLINK-3100-rlBrgMulticast-MIB1165 "Enable/Disable Mld Snooping in the switch."
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/alcatel/
H A Dtimetra-mld-mib.mib994 for which Mld can have local receiver information based on received
995 Mld reports on this interface. When this configuration is changed
2118 this router that participates in the Mld protocol."
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp35806 MaskedLoadSDNode *Mld = cast<MaskedLoadSDNode>(N); in combineMaskedLoad() local
35809 if (Mld->isExpandingLoad()) in combineMaskedLoad()
35812 if (Mld->getExtensionType() == ISD::NON_EXTLOAD) { in combineMaskedLoad()
35821 if (Mld->getExtensionType() != ISD::SEXTLOAD) in combineMaskedLoad()
35825 EVT VT = Mld->getValueType(0); in combineMaskedLoad()
35827 EVT LdVT = Mld->getMemoryVT(); in combineMaskedLoad()
35828 SDLoc dl(Mld); in combineMaskedLoad()
35846 SDValue WideSrc0 = DAG.getBitcast(WideVecVT, Mld->getSrc0()); in combineMaskedLoad()
35847 if (!Mld->getSrc0().isUndef()) { in combineMaskedLoad()
35861 SDValue Mask = Mld->getMask(); in combineMaskedLoad()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp37433 MaskedLoadSDNode *Mld = cast<MaskedLoadSDNode>(N); in combineMaskedLoad() local
37436 if (Mld->isExpandingLoad()) in combineMaskedLoad()
37439 if (Mld->getExtensionType() == ISD::NON_EXTLOAD) { in combineMaskedLoad()
37448 if (Mld->getExtensionType() != ISD::SEXTLOAD) in combineMaskedLoad()
37452 EVT VT = Mld->getValueType(0); in combineMaskedLoad()
37454 EVT LdVT = Mld->getMemoryVT(); in combineMaskedLoad()
37455 SDLoc dl(Mld); in combineMaskedLoad()
37474 if (!Mld->getPassThru().isUndef()) { in combineMaskedLoad()
37488 SDValue Mask = Mld->getMask(); in combineMaskedLoad()
37514 SDValue WideLd = DAG.getMaskedLoad(WideVecVT, dl, Mld->getChain(), in combineMaskedLoad()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp39703 MaskedLoadSDNode *Mld = cast<MaskedLoadSDNode>(N); in combineMaskedLoad() local
39706 if (Mld->isExpandingLoad()) in combineMaskedLoad()
39709 if (Mld->getExtensionType() == ISD::NON_EXTLOAD) { in combineMaskedLoad()
39718 if (Mld->getExtensionType() != ISD::EXTLOAD) in combineMaskedLoad()
39722 EVT VT = Mld->getValueType(0); in combineMaskedLoad()
39724 EVT LdVT = Mld->getMemoryVT(); in combineMaskedLoad()
39725 SDLoc dl(Mld); in combineMaskedLoad()
39744 if (!Mld->getPassThru().isUndef()) { in combineMaskedLoad()
39758 SDValue Mask = Mld->getMask(); in combineMaskedLoad()
39784 SDValue WideLd = DAG.getMaskedLoad(WideVecVT, dl, Mld->getChain(), in combineMaskedLoad()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp44822 auto *Mld = cast<MaskedLoadSDNode>(N); in combineMaskedLoad() local
44825 if (Mld->isExpandingLoad()) in combineMaskedLoad()
44828 if (Mld->getExtensionType() == ISD::NON_EXTLOAD) { in combineMaskedLoad()
44830 reduceMaskedLoadToScalarLoad(Mld, DAG, DCI, Subtarget)) in combineMaskedLoad()
44835 if (SDValue Blend = combineMaskedLoadConstantMask(Mld, DAG, DCI)) in combineMaskedLoad()
44841 SDValue Mask = Mld->getMask(); in combineMaskedLoad()
44843 EVT VT = Mld->getValueType(0); in combineMaskedLoad()
44854 VT, SDLoc(N), Mld->getChain(), Mld->getBasePtr(), Mld->getOffset(), in combineMaskedLoad()
44855 NewMask, Mld->getPassThru(), Mld->getMemoryVT(), Mld->getMemOperand(), in combineMaskedLoad()
44856 Mld->getAddressingMode(), Mld->getExtensionType()); in combineMaskedLoad()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45997 auto *Mld = cast<MaskedLoadSDNode>(N); in combineMaskedLoad() local
46000 if (Mld->isExpandingLoad()) in combineMaskedLoad()
46003 if (Mld->getExtensionType() == ISD::NON_EXTLOAD) { in combineMaskedLoad()
46005 reduceMaskedLoadToScalarLoad(Mld, DAG, DCI, Subtarget)) in combineMaskedLoad()
46010 if (SDValue Blend = combineMaskedLoadConstantMask(Mld, DAG, DCI)) in combineMaskedLoad()
46016 SDValue Mask = Mld->getMask(); in combineMaskedLoad()
46018 EVT VT = Mld->getValueType(0); in combineMaskedLoad()
46029 VT, SDLoc(N), Mld->getChain(), Mld->getBasePtr(), Mld->getOffset(), in combineMaskedLoad()
46030 NewMask, Mld->getPassThru(), Mld->getMemoryVT(), Mld->getMemOperand(), in combineMaskedLoad()
46031 Mld->getAddressingMode(), Mld->getExtensionType()); in combineMaskedLoad()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43966 auto *Mld = cast<MaskedLoadSDNode>(N); in combineMaskedLoad() local
43969 if (Mld->isExpandingLoad()) in combineMaskedLoad()
43972 if (Mld->getExtensionType() == ISD::NON_EXTLOAD) { in combineMaskedLoad()
43973 if (SDValue ScalarLoad = reduceMaskedLoadToScalarLoad(Mld, DAG, DCI)) in combineMaskedLoad()
43978 if (SDValue Blend = combineMaskedLoadConstantMask(Mld, DAG, DCI)) in combineMaskedLoad()
43984 SDValue Mask = Mld->getMask(); in combineMaskedLoad()
43986 EVT VT = Mld->getValueType(0); in combineMaskedLoad()
43997 VT, SDLoc(N), Mld->getChain(), Mld->getBasePtr(), Mld->getOffset(), in combineMaskedLoad()
43998 NewMask, Mld->getPassThru(), Mld->getMemoryVT(), Mld->getMemOperand(), in combineMaskedLoad()
43999 Mld->getAddressingMode(), Mld->getExtensionType()); in combineMaskedLoad()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp45997 auto *Mld = cast<MaskedLoadSDNode>(N); in combineMaskedLoad() local
46000 if (Mld->isExpandingLoad()) in combineMaskedLoad()
46003 if (Mld->getExtensionType() == ISD::NON_EXTLOAD) { in combineMaskedLoad()
46005 reduceMaskedLoadToScalarLoad(Mld, DAG, DCI, Subtarget)) in combineMaskedLoad()
46010 if (SDValue Blend = combineMaskedLoadConstantMask(Mld, DAG, DCI)) in combineMaskedLoad()
46016 SDValue Mask = Mld->getMask(); in combineMaskedLoad()
46018 EVT VT = Mld->getValueType(0); in combineMaskedLoad()
46029 VT, SDLoc(N), Mld->getChain(), Mld->getBasePtr(), Mld->getOffset(), in combineMaskedLoad()
46030 NewMask, Mld->getPassThru(), Mld->getMemoryVT(), Mld->getMemOperand(), in combineMaskedLoad()
46031 Mld->getAddressingMode(), Mld->getExtensionType()); in combineMaskedLoad()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45229 auto *Mld = cast<MaskedLoadSDNode>(N); in combineMaskedLoad() local
45232 if (Mld->isExpandingLoad()) in combineMaskedLoad()
45235 if (Mld->getExtensionType() == ISD::NON_EXTLOAD) { in combineMaskedLoad()
45237 reduceMaskedLoadToScalarLoad(Mld, DAG, DCI, Subtarget)) in combineMaskedLoad()
45242 if (SDValue Blend = combineMaskedLoadConstantMask(Mld, DAG, DCI)) in combineMaskedLoad()
45248 SDValue Mask = Mld->getMask(); in combineMaskedLoad()
45250 EVT VT = Mld->getValueType(0); in combineMaskedLoad()
45261 VT, SDLoc(N), Mld->getChain(), Mld->getBasePtr(), Mld->getOffset(), in combineMaskedLoad()
45262 NewMask, Mld->getPassThru(), Mld->getMemoryVT(), Mld->getMemOperand(), in combineMaskedLoad()
45263 Mld->getAddressingMode(), Mld->getExtensionType()); in combineMaskedLoad()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/X86/
H A DX86ISelLowering.cpp43995 auto *Mld = cast<MaskedLoadSDNode>(N); in combineMaskedLoad() local
43998 if (Mld->isExpandingLoad()) in combineMaskedLoad()
44001 if (Mld->getExtensionType() == ISD::NON_EXTLOAD) { in combineMaskedLoad()
44002 if (SDValue ScalarLoad = reduceMaskedLoadToScalarLoad(Mld, DAG, DCI)) in combineMaskedLoad()
44007 if (SDValue Blend = combineMaskedLoadConstantMask(Mld, DAG, DCI)) in combineMaskedLoad()
44013 SDValue Mask = Mld->getMask(); in combineMaskedLoad()
44015 EVT VT = Mld->getValueType(0); in combineMaskedLoad()
44026 VT, SDLoc(N), Mld->getChain(), Mld->getBasePtr(), Mld->getOffset(), in combineMaskedLoad()
44027 NewMask, Mld->getPassThru(), Mld->getMemoryVT(), Mld->getMemOperand(), in combineMaskedLoad()
44028 Mld->getAddressingMode(), Mld->getExtensionType()); in combineMaskedLoad()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp46014 auto *Mld = cast<MaskedLoadSDNode>(N); in combineMaskedLoad() local
46017 if (Mld->isExpandingLoad()) in combineMaskedLoad()
46020 if (Mld->getExtensionType() == ISD::NON_EXTLOAD) { in combineMaskedLoad()
46022 reduceMaskedLoadToScalarLoad(Mld, DAG, DCI, Subtarget)) in combineMaskedLoad()
46027 if (SDValue Blend = combineMaskedLoadConstantMask(Mld, DAG, DCI)) in combineMaskedLoad()
46033 SDValue Mask = Mld->getMask(); in combineMaskedLoad()
46035 EVT VT = Mld->getValueType(0); in combineMaskedLoad()
46046 VT, SDLoc(N), Mld->getChain(), Mld->getBasePtr(), Mld->getOffset(), in combineMaskedLoad()
46047 NewMask, Mld->getPassThru(), Mld->getMemoryVT(), Mld->getMemOperand(), in combineMaskedLoad()
46048 Mld->getAddressingMode(), Mld->getExtensionType()); in combineMaskedLoad()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45997 auto *Mld = cast<MaskedLoadSDNode>(N); in combineMaskedLoad() local
46000 if (Mld->isExpandingLoad()) in combineMaskedLoad()
46003 if (Mld->getExtensionType() == ISD::NON_EXTLOAD) { in combineMaskedLoad()
46005 reduceMaskedLoadToScalarLoad(Mld, DAG, DCI, Subtarget)) in combineMaskedLoad()
46010 if (SDValue Blend = combineMaskedLoadConstantMask(Mld, DAG, DCI)) in combineMaskedLoad()
46016 SDValue Mask = Mld->getMask(); in combineMaskedLoad()
46018 EVT VT = Mld->getValueType(0); in combineMaskedLoad()
46029 VT, SDLoc(N), Mld->getChain(), Mld->getBasePtr(), Mld->getOffset(), in combineMaskedLoad()
46030 NewMask, Mld->getPassThru(), Mld->getMemoryVT(), Mld->getMemOperand(), in combineMaskedLoad()
46031 Mld->getAddressingMode(), Mld->getExtensionType()); in combineMaskedLoad()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45229 auto *Mld = cast<MaskedLoadSDNode>(N); in combineMaskedLoad() local
45232 if (Mld->isExpandingLoad()) in combineMaskedLoad()
45235 if (Mld->getExtensionType() == ISD::NON_EXTLOAD) { in combineMaskedLoad()
45237 reduceMaskedLoadToScalarLoad(Mld, DAG, DCI, Subtarget)) in combineMaskedLoad()
45242 if (SDValue Blend = combineMaskedLoadConstantMask(Mld, DAG, DCI)) in combineMaskedLoad()
45248 SDValue Mask = Mld->getMask(); in combineMaskedLoad()
45250 EVT VT = Mld->getValueType(0); in combineMaskedLoad()
45261 VT, SDLoc(N), Mld->getChain(), Mld->getBasePtr(), Mld->getOffset(), in combineMaskedLoad()
45262 NewMask, Mld->getPassThru(), Mld->getMemoryVT(), Mld->getMemOperand(), in combineMaskedLoad()
45263 Mld->getAddressingMode(), Mld->getExtensionType()); in combineMaskedLoad()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45997 auto *Mld = cast<MaskedLoadSDNode>(N); in combineMaskedLoad() local
46000 if (Mld->isExpandingLoad()) in combineMaskedLoad()
46003 if (Mld->getExtensionType() == ISD::NON_EXTLOAD) { in combineMaskedLoad()
46005 reduceMaskedLoadToScalarLoad(Mld, DAG, DCI, Subtarget)) in combineMaskedLoad()
46010 if (SDValue Blend = combineMaskedLoadConstantMask(Mld, DAG, DCI)) in combineMaskedLoad()
46016 SDValue Mask = Mld->getMask(); in combineMaskedLoad()
46018 EVT VT = Mld->getValueType(0); in combineMaskedLoad()
46029 VT, SDLoc(N), Mld->getChain(), Mld->getBasePtr(), Mld->getOffset(), in combineMaskedLoad()
46030 NewMask, Mld->getPassThru(), Mld->getMemoryVT(), Mld->getMemOperand(), in combineMaskedLoad()
46031 Mld->getAddressingMode(), Mld->getExtensionType()); in combineMaskedLoad()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47135 auto *Mld = cast<MaskedLoadSDNode>(N); in combineMaskedLoad() local
47138 if (Mld->isExpandingLoad()) in combineMaskedLoad()
47141 if (Mld->getExtensionType() == ISD::NON_EXTLOAD) { in combineMaskedLoad()
47143 reduceMaskedLoadToScalarLoad(Mld, DAG, DCI, Subtarget)) in combineMaskedLoad()
47148 if (SDValue Blend = combineMaskedLoadConstantMask(Mld, DAG, DCI)) in combineMaskedLoad()
47154 SDValue Mask = Mld->getMask(); in combineMaskedLoad()
47156 EVT VT = Mld->getValueType(0); in combineMaskedLoad()
47167 VT, SDLoc(N), Mld->getChain(), Mld->getBasePtr(), Mld->getOffset(), in combineMaskedLoad()
47168 NewMask, Mld->getPassThru(), Mld->getMemoryVT(), Mld->getMemOperand(), in combineMaskedLoad()
47169 Mld->getAddressingMode(), Mld->getExtensionType()); in combineMaskedLoad()
/dports/finance/qtbitcointrader/QtBitcoinTrader-1.40.55/src/Resources/
H A DCurrencies.ini7098 Sign="Mld "

12