Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp211 if (Predicate.hasNoUse()) in isTrivialOperatorNode()
770 if (Predicate.hasNoUse()) { in createAndImportSelDAGMatcher()
H A DCodeGenDAGPatterns.h538 bool hasNoUse() const;
H A DCodeGenDAGPatterns.cpp916 return isLoad() || isStore() || isAtomic() || hasNoUse() || in hasPredCode()
1146 if (hasNoUse()) in getPredCode()
1192 bool TreePredicateFn::hasNoUse() const { in hasNoUse() function in TreePredicateFn