Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp117 if (P.isNonTruncStore()) in explainPredicates()
216 if (Predicate.isNonTruncStore() || Predicate.isTruncStore()) in isTrivialOperatorNode()
655 if (Predicate.isNonTruncStore()) { in addBuiltinPredicates()
675 if (Predicate.isNonTruncStore()) in addBuiltinPredicates()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp958 if (!isUnindexed() && !isTruncStore() && !isNonTruncStore() && in getPredCode()
964 if (isNonTruncStore()) in getPredCode()
1132 if ((isNonTruncStore() + isTruncStore()) > 1) in getPredCode()
1136 if (isNonTruncStore()) in getPredCode()
1228 bool TreePredicateFn::isNonTruncStore() const { in isNonTruncStore() function in TreePredicateFn
1378 if (isNonTruncStore()) in getCodeToRunOnSDNode()
H A DCodeGenDAGPatterns.h552 bool isNonTruncStore() const;