Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h832 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()