Searched refs:hasNUsesOfValue (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 1687 if (N1C && N1C->isNullValue() && N->hasNUsesOfValue(0, 1)) { in PerformDAGCombine() 1726 if (N1C && N1C->isNullValue() && N->hasNUsesOfValue(0, 1)) { in PerformDAGCombine() 1758 if (N->hasNUsesOfValue(0, 0)) { in PerformDAGCombine() 1836 if (LD->hasNUsesOfValue(1, 0) && ST->getMemoryVT() == LD->getMemoryVT() && in PerformDAGCombine()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 587 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const; 966 return Node->hasNUsesOfValue(1, ResNo);
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 1515 LHS.getNode()->hasNUsesOfValue(1, 0)) { in getAArch64Cmp() 9463 if (!Cmp->hasNUsesOfValue(0, 0) || !Cmp->hasNUsesOfValue(1, 1)) in performBRCONDCombine() 9698 if (!N->hasNUsesOfValue(1, 0)) in isUsedByReturnOnly()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 2086 if (!StoredVal.getNode()->hasNUsesOfValue(1, 0)) return false; in isLoadIncOrDecStore()
|
D | X86ISelLowering.cpp | 2323 if (!N->hasNUsesOfValue(1, 0)) in isUsedByReturnOnly() 22686 if (Ld->hasNUsesOfValue(1, 0)) { in PerformShuffleCombine256() 23679 if (!LdNode.getNode()->hasNUsesOfValue(AllowedUses, 0)) in XFormVExtractWithShuffleIntoLoad() 23691 if (!LN0 ||!LN0->hasNUsesOfValue(AllowedUses, 0) || LN0->isVolatile()) in XFormVExtractWithShuffleIntoLoad() 26301 if (!VT.isVector() && !Ld->hasNUsesOfValue(1, 0)) in PerformSTORECombine()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 2375 if (!N->hasNUsesOfValue(1, 0)) in isUsedByReturnOnly() 2420 if (Copy->getOpcode() != ISD::CopyToReg || !Copy->hasNUsesOfValue(1, 0)) in isUsedByReturnOnly()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 2044 CmpOp0.getResNo() == 0 && CmpOp0->hasNUsesOfValue(1, 0) && in getCmp()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 11551 if (!Ld->hasNUsesOfValue(1, 0)) in MergeConsecutiveStores() 12328 if (!LN0 || !LN0->hasNUsesOfValue(1,0) || LN0->isVolatile()) in visitEXTRACT_VECTOR_ELT()
|
D | SelectionDAG.cpp | 6795 bool SDNode::hasNUsesOfValue(unsigned NUses, unsigned Value) const { in hasNUsesOfValue() function in SDNode
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 10574 if (!VCMPoNode || VCMPoNode->hasNUsesOfValue(0, 1)) in PerformDAGCombine()
|