Searched refs:hasNUsesOfValue (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1418 if (N1C && N1C->isNullValue() && N->hasNUsesOfValue(0, 1)) {
1457 if (N1C && N1C->isNullValue() && N->hasNUsesOfValue(0, 1)) {
1489 if (N->hasNUsesOfValue(0, 0)) {
1566 if (LD->hasNUsesOfValue(1, 0) && ST->getMemoryVT() == LD->getMemoryVT() &&
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h503 /// hasNUsesOfValue - Return true if there are exactly NUSES uses of the
506 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
871 return Node->hasNUsesOfValue(1, ResNo);
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1936 if (!StoredVal.getNode()->hasNUsesOfValue(1, 0)) return false;
H A DX86ISelLowering.cpp1920 if (!N->hasNUsesOfValue(1, 0))
5529 if (!ConstSplatVal && !Ld->hasNUsesOfValue(VT.getVectorNumElements(), 0))
16196 if (Ld->hasNUsesOfValue(1, 0)) {
16345 if (!LdNode.getNode()->hasNUsesOfValue(AllowedUses, 0))
16357 if (!LN0 ||!LN0->hasNUsesOfValue(AllowedUses, 0) || LN0->isVolatile())
18434 if (!VT.isVector() && !Ld->hasNUsesOfValue(1, 0))
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8857 if (!Ld->hasNUsesOfValue(1, 0))
9419 if (!LN0 || !LN0->hasNUsesOfValue(1,0) || LN0->isVolatile())
H A DSelectionDAG.cpp6124 /// hasNUsesOfValue - Return true if there are exactly NUSES uses of the
6127 bool SDNode::hasNUsesOfValue(unsigned NUses, unsigned Value) const { function in class:SDNode
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2250 if (!N->hasNUsesOfValue(1, 0))
2289 if (Copy->getOpcode() != ISD::CopyToReg || !Copy->hasNUsesOfValue(1, 0))
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7397 if (!VCMPoNode || VCMPoNode->hasNUsesOfValue(0, 1))

Completed in 495 milliseconds