Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp958 if (!isUnindexed() && !isTruncStore() && !isNonTruncStore() && in getPredCode()
967 if (isTruncStore()) in getPredCode()
1132 if ((isNonTruncStore() + isTruncStore()) > 1) in getPredCode()
1139 if (isTruncStore()) in getPredCode()
1231 bool TreePredicateFn::isTruncStore() const { in isTruncStore() function in TreePredicateFn
1382 if (isTruncStore()) in getCodeToRunOnSDNode()
H A DCodeGenDAGPatterns.h554 bool isTruncStore() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DSelectionDAGCompat.td237 // as isTruncStore require that this is not a perfect 1:1 mapping since a
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp119 if (P.isTruncStore()) in explainPredicates()
216 if (Predicate.isNonTruncStore() || Predicate.isTruncStore()) in isTrivialOperatorNode()
640 if (Predicate.isTruncStore()) { in addBuiltinPredicates()