Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp948 if (!isUnindexed() && !isTruncStore() && !isNonTruncStore() && in getPredCode()
954 if (isNonTruncStore()) in getPredCode()
1095 if ((isNonTruncStore() + isTruncStore()) > 1) in getPredCode()
1099 if (isNonTruncStore()) in getPredCode()
1183 bool TreePredicateFn::isNonTruncStore() const { in isNonTruncStore() function in TreePredicateFn
1315 if (isNonTruncStore()) in getCodeToRunOnSDNode()
H A DCodeGenDAGPatterns.h558 bool isNonTruncStore() const;
H A DGlobalISelEmitter.cpp242 if (P.isNonTruncStore()) in explainPredicates()
338 if (Predicate.isNonTruncStore() || Predicate.isTruncStore()) in isTrivialOperatorNode()
3854 if (Predicate.isNonTruncStore()) { in addBuiltinPredicates()
3873 if (Predicate.isNonTruncStore()) in addBuiltinPredicates()