Home
last modified time | relevance | path

Searched defs:hasOneUse (Results 1 – 7 of 7) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DUseDefLists.h256 bool hasOneUse() const { in hasOneUse() function
H A DValue.h215 bool hasOneUse() const { return impl->hasOneUse(); } in hasOneUse() function
H A DOperation.h845 bool hasOneUse() { return llvm::hasSingleElement(getUses()); } hasOneUse() function
/llvm-project/llvm/include/llvm/IR/
H A DValue.h434 bool hasOneUse() const { return hasSingleElement(uses()); } in hasOneUse() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h524 /// hasOneUse - Return true if there is exactly one instruction using the in hasOneUse() function
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1761 bool HexagonDAGToDAGISel::hasOneUse(const SDNode *N) const { in hasOneUse() function in HexagonDAGToDAGISel
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp1192 bool TreePredicateFn::hasOneUse() const { hasOneUse() function in TreePredicateFn