Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp908 if (!isUnindexed() && !isTruncStore() && !isNonTruncStore() && in getPredCode()
913 if (isNonTruncStore()) in getPredCode()
1029 if ((isNonTruncStore() + isTruncStore()) > 1) in getPredCode()
1033 if (isNonTruncStore()) in getPredCode()
1115 bool TreePredicateFn::isNonTruncStore() const { in isNonTruncStore() function in TreePredicateFn
1231 if (isNonTruncStore()) in getCodeToRunOnSDNode()
H A DCodeGenDAGPatterns.h553 bool isNonTruncStore() const;
H A DGlobalISelEmitter.cpp226 if (P.isNonTruncStore()) in explainPredicates()
301 if (Predicate.isNonTruncStore()) in isTrivialOperatorNode()
3226 if (Predicate.isNonTruncStore()) in createAndImportSelDAGMatcher()