Home
last modified time | relevance | path

Searched refs:isTruncStore (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DSelectionDAGCompat.td213 // as isTruncStore require that this is not a perfect 1:1 mapping since a
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp973 if (!isUnindexed() && !isTruncStore() && !isNonTruncStore() && in getPredCode()
982 if (isTruncStore()) in getPredCode()
1125 if ((isNonTruncStore() + isTruncStore()) > 1) in getPredCode()
1132 if (isTruncStore()) in getPredCode()
1222 bool TreePredicateFn::isTruncStore() const { in isTruncStore() function in TreePredicateFn
1355 if (isTruncStore()) in getCodeToRunOnSDNode()
H A DGlobalISelEmitter.cpp121 if (P.isTruncStore()) in explainPredicates()
218 if (Predicate.isNonTruncStore() || Predicate.isTruncStore()) in isTrivialOperatorNode()
602 if (Predicate.isTruncStore()) { in addBuiltinPredicates()
H A DCodeGenDAGPatterns.h561 bool isTruncStore() const;