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.cpp118 if (P.isNonTruncStore()) in explainPredicates()
217 if (Predicate.isNonTruncStore() || Predicate.isTruncStore()) in isTrivialOperatorNode()
628 if (Predicate.isNonTruncStore()) { in addBuiltinPredicates()
648 if (Predicate.isNonTruncStore()) in addBuiltinPredicates()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp963 if (!isUnindexed() && !isTruncStore() && !isNonTruncStore() && in getPredCode()
969 if (isNonTruncStore()) in getPredCode()
1120 if ((isNonTruncStore() + isTruncStore()) > 1) in getPredCode()
1124 if (isNonTruncStore()) in getPredCode()
1219 bool TreePredicateFn::isNonTruncStore() const { in isNonTruncStore() function in TreePredicateFn
1355 if (isNonTruncStore()) in getCodeToRunOnSDNode()
H A DCodeGenDAGPatterns.h558 bool isNonTruncStore() const;