Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp990 if (!isUnindexed() && !isTruncStore() && !isNonTruncStore() && in getPredCode()
996 if (isNonTruncStore()) in getPredCode()
1142 if ((isNonTruncStore() + isTruncStore()) > 1) in getPredCode()
1146 if (isNonTruncStore()) in getPredCode()
1236 bool TreePredicateFn::isNonTruncStore() const { in isNonTruncStore() function in TreePredicateFn
1368 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()
3895 if (Predicate.isNonTruncStore()) { in addBuiltinPredicates()
3914 if (Predicate.isNonTruncStore()) in addBuiltinPredicates()