Home
last modified time | relevance | path

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

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