Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAGNodes.h487 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h607 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5716 bool SDNode::hasNUsesOfValue(unsigned NUses, unsigned Value) const { in hasNUsesOfValue() argument
5722 if (NUses == 0) in hasNUsesOfValue()
5724 --NUses; in hasNUsesOfValue()
5729 return NUses == 0; in hasNUsesOfValue()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h800 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp8190 bool SDNode::hasNUsesOfValue(unsigned NUses, unsigned Value) const { in hasNUsesOfValue() argument
8196 if (NUses == 0) in hasNUsesOfValue()
8198 --NUses; in hasNUsesOfValue()
8203 return NUses == 0; in hasNUsesOfValue()