Home
last modified time | relevance | path

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

123

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h485 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5455 bool SDNode::hasNUsesOfValue(unsigned NUses, unsigned Value) const { in hasNUsesOfValue() argument
5461 if (NUses == 0) in hasNUsesOfValue()
5463 --NUses; in hasNUsesOfValue()
5468 return NUses == 0; in hasNUsesOfValue()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/CodeGen/
H A DSelectionDAGNodes.h806 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/CodeGen/
H A DSelectionDAGNodes.h800 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h778 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h790 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h823 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/CodeGen/
H A DSelectionDAGNodes.h832 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/CodeGen/
H A DSelectionDAGNodes.h790 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/CodeGen/
H A DSelectionDAGNodes.h823 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h832 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h790 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h790 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h832 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h790 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/CodeGen/
H A DSelectionDAGNodes.h834 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2839 auto checkUses = [CanHaveExtraUses](SDValue Op, unsigned NUses) { in matchBitExtract() argument
2841 Op.getNode()->hasNUsesOfValue(NUses, Op.getResNo()); in matchBitExtract()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h790 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h798 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h790 bool hasNUsesOfValue(unsigned NUses, unsigned Value) const;
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8190 bool SDNode::hasNUsesOfValue(unsigned NUses, unsigned Value) const {
8196 if (NUses == 0)
8198 --NUses;
8203 return NUses == 0;
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9031 bool SDNode::hasNUsesOfValue(unsigned NUses, unsigned Value) const { in hasNUsesOfValue() argument
9037 if (NUses == 0) in hasNUsesOfValue()
9039 --NUses; in hasNUsesOfValue()
9044 return NUses == 0; in hasNUsesOfValue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9031 bool SDNode::hasNUsesOfValue(unsigned NUses, unsigned Value) const { in hasNUsesOfValue() argument
9037 if (NUses == 0) in hasNUsesOfValue()
9039 --NUses; in hasNUsesOfValue()
9044 return NUses == 0; in hasNUsesOfValue()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9031 bool SDNode::hasNUsesOfValue(unsigned NUses, unsigned Value) const { in hasNUsesOfValue() argument
9037 if (NUses == 0) in hasNUsesOfValue()
9039 --NUses; in hasNUsesOfValue()
9044 return NUses == 0; in hasNUsesOfValue()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8881 bool SDNode::hasNUsesOfValue(unsigned NUses, unsigned Value) const { in hasNUsesOfValue() argument
8887 if (NUses == 0) in hasNUsesOfValue()
8889 --NUses; in hasNUsesOfValue()
8894 return NUses == 0; in hasNUsesOfValue()

123