Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h607 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h832 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6775 bool SDNode::hasNUsesOfValue(unsigned NUses, unsigned Value) const { in hasNUsesOfValue() argument
6781 if (NUses == 0) in hasNUsesOfValue()
6783 --NUses; in hasNUsesOfValue()
6788 return NUses == 0; in hasNUsesOfValue()
/external/llvm-project/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h778 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp9034 bool SDNode::hasNUsesOfValue(unsigned NUses, unsigned Value) const { in hasNUsesOfValue() argument
9040 if (NUses == 0) in hasNUsesOfValue()
9042 --NUses; in hasNUsesOfValue()
9047 return NUses == 0; in hasNUsesOfValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp3271 auto checkUses = [CanHaveExtraUses](SDValue Op, unsigned NUses) { in matchBitExtract() argument
3273 Op.getNode()->hasNUsesOfValue(NUses, Op.getResNo()); in matchBitExtract()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp9239 bool SDNode::hasNUsesOfValue(unsigned NUses, unsigned Value) const { in hasNUsesOfValue() argument
9245 if (NUses == 0) in hasNUsesOfValue()
9247 --NUses; in hasNUsesOfValue()
9252 return NUses == 0; in hasNUsesOfValue()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp3369 auto checkUses = [CanHaveExtraUses](SDValue Op, unsigned NUses) { in matchBitExtract() argument
3371 Op.getNode()->hasNUsesOfValue(NUses, Op.getResNo()); in matchBitExtract()