Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp119 if (P.isNonTruncStore()) in explainPredicates()
218 if (Predicate.isNonTruncStore() || Predicate.isTruncStore()) in isTrivialOperatorNode()
617 if (Predicate.isNonTruncStore()) { in addBuiltinPredicates()
637 if (Predicate.isNonTruncStore()) in addBuiltinPredicates()
H A DCodeGenDAGPatterns.cpp973 if (!isUnindexed() && !isTruncStore() && !isNonTruncStore() && in getPredCode()
979 if (isNonTruncStore()) in getPredCode()
1125 if ((isNonTruncStore() + isTruncStore()) > 1) in getPredCode()
1129 if (isNonTruncStore()) in getPredCode()
1219 bool TreePredicateFn::isNonTruncStore() const { in isNonTruncStore() function in TreePredicateFn
1351 if (isNonTruncStore()) in getCodeToRunOnSDNode()
H A DCodeGenDAGPatterns.h559 bool isNonTruncStore() const;