Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp229 if (P.isNonTruncStore()) in explainPredicates()
325 if (Predicate.isNonTruncStore() || Predicate.isTruncStore()) in isTrivialOperatorNode()
3840 if (Predicate.isNonTruncStore()) { in addBuiltinPredicates()
3859 if (Predicate.isNonTruncStore()) in addBuiltinPredicates()