Searched refs:NUses (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 607 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 832 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 6775 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/ |
D | SelectionDAGNodes.h | 778 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 9034 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/ |
D | X86ISelDAGToDAG.cpp | 3271 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/ |
D | SelectionDAG.cpp | 9239 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/ |
D | X86ISelDAGToDAG.cpp | 3369 auto checkUses = [CanHaveExtraUses](SDValue Op, unsigned NUses) { in matchBitExtract() argument 3371 Op.getNode()->hasNUsesOfValue(NUses, Op.getResNo()); in matchBitExtract()
|