Home
last modified time | relevance | path

Searched refs:areOnlyUsersOf (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h919 static bool areOnlyUsersOf(ArrayRef<const SDNode *> Nodes, const SDNode *N);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11852 bool SDNode::areOnlyUsersOf(ArrayRef<const SDNode *> Nodes, const SDNode *N) { in areOnlyUsersOf() function in SDNode
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39245 SDNode::areOnlyUsersOf(CombinedNodes, Ops[i].getNode())) { in combineX86ShufflesRecursively()