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

/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1334 if (N1C && N1C->isNullValue() && N->hasNUsesOfValue(0, 1)) {
1373 if (N1C && N1C->isNullValue() && N->hasNUsesOfValue(0, 1)) {
1405 if (N->hasNUsesOfValue(0, 0)) {
1482 if (LD->hasNUsesOfValue(1, 0) && ST->getMemoryVT() == LD->getMemoryVT() &&
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h488 /// hasNUsesOfValue - Return true if there are exactly NUSES uses of the
491 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
807 return Node->hasNUsesOfValue(1, ResNo);
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1860 if (!StoredVal.getNode()->hasNUsesOfValue(1, 0)) return false;
H A DX86ISelLowering.cpp1714 if (!N->hasNUsesOfValue(1, 0))
5182 if (!ConstSplatVal && !Ld->hasNUsesOfValue(VT.getVectorNumElements(), 0))
15078 if (Ld->hasNUsesOfValue(1, 0)) {
15227 if (!LdNode.getNode()->hasNUsesOfValue(AllowedUses, 0))
15239 if (!LN0 ||!LN0->hasNUsesOfValue(AllowedUses, 0) || LN0->isVolatile())
17116 if (!VT.isVector() && !Ld->hasNUsesOfValue(1, 0))
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5963 /// hasNUsesOfValue - Return true if there are exactly NUSES uses of the
5966 bool SDNode::hasNUsesOfValue(unsigned NUses, unsigned Value) const { function in class:SDNode
H A DDAGCombiner.cpp8165 if (!Ld->hasNUsesOfValue(1, 0))
8730 if (!LN0 || !LN0->hasNUsesOfValue(1,0) || LN0->isVolatile())
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2109 if (!N->hasNUsesOfValue(1, 0))
2148 if (Copy->getOpcode() != ISD::CopyToReg || !Copy->hasNUsesOfValue(1, 0))
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7067 if (!VCMPoNode || VCMPoNode->hasNUsesOfValue(0, 1))

Completed in 420 milliseconds