Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h847 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3804 SDValue Op, unsigned NUses, in matchBitExtract()
3807 Op.getNode()->hasNUsesOfValue(NUses, Op.getResNo()); in matchBitExtract()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12140 bool SDNode::hasNUsesOfValue(unsigned NUses, unsigned Value) const { in hasNUsesOfValue() argument
12146 if (NUses == 0) in hasNUsesOfValue()
12148 --NUses; in hasNUsesOfValue()
12153 return NUses == 0; in hasNUsesOfValue()