Home
last modified time | relevance | path

Searched refs:Node2 (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslutils.c310 ACPI_NAMESPACE_NODE *Node2) in UtNodeIsDescendantOf() argument
313 if (Node1 == Node2) in UtNodeIsDescendantOf()
318 if (!Node2) in UtNodeIsDescendantOf()
327 if (Node1 == Node2) in UtNodeIsDescendantOf()
H A Daslcompiler.h1266 ACPI_NAMESPACE_NODE *Node2);
/freebsd/contrib/llvm-project/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp276 static xmlNodePtr getDominantNode(xmlNodePtr Node1, xmlNodePtr Node2) { in getDominantNode() argument
279 return Node2; in getDominantNode()
280 if (!Node2 || !Node2->ns) in getDominantNode()
282 if (namespaceOverrides(Node1->ns->href, Node2->ns->href)) in getDominantNode()
284 return Node2; in getDominantNode()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h379 auto BoundsEqual = [=](Metadata *Node1, Metadata *Node2) -> bool {
380 if (Node1 == Node2)
384 ConstantAsMetadata *MD2 = dyn_cast_or_null<ConstantAsMetadata>(Node2);
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15176 SDValue Node2 = in tryMemPairCombine()
15179 DAG.ReplaceAllUsesWith(LSNode2, Node2.getNode()); in tryMemPairCombine()
15173 SDValue Node2 = tryMemPairCombine() local