Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp992 if (!isUnindexed() && !isTruncStore() && !isNonTruncStore() && in getPredCode()
998 if (isNonTruncStore()) in getPredCode()
1144 if ((isNonTruncStore() + isTruncStore()) > 1) in getPredCode()
1148 if (isNonTruncStore()) in getPredCode()
1238 bool TreePredicateFn::isNonTruncStore() const { in isNonTruncStore() function in TreePredicateFn
1370 if (isNonTruncStore()) in getCodeToRunOnSDNode()
H A DCodeGenDAGPatterns.h566 bool isNonTruncStore() const;
H A DGlobalISelEmitter.cpp242 if (P.isNonTruncStore()) in explainPredicates()
341 if (Predicate.isNonTruncStore() || Predicate.isTruncStore()) in isTrivialOperatorNode()
3887 if (Predicate.isNonTruncStore()) { in addBuiltinPredicates()
3906 if (Predicate.isNonTruncStore()) in addBuiltinPredicates()