Searched refs:isOnlyUserOf (Results 1 – 7 of 7) sorted by relevance
495 bool isOnlyUserOf(SDNode *N) const;
614 bool isOnlyUserOf(const SDNode *N) const;
5748 bool SDNode::isOnlyUserOf(SDNode *N) const { in isOnlyUserOf() function in SDNode
6807 bool SDNode::isOnlyUserOf(const SDNode *N) const { in isOnlyUserOf() function in SDNode
13653 if (N0.getOpcode() == ISD::VECTOR_SHUFFLE && N->isOnlyUserOf(N0.getNode()) && in visitVECTOR_SHUFFLE()
11207 !ExtVal->use_begin()->isOnlyUserOf(ExtVal.getNode())) in isVectorLoadExtDesirable()
5205 if (Op.getNode()->isOnlyUserOf(Item.getNode())) in LowerBUILD_VECTOR()