Home
last modified time | relevance | path

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

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