Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp963 if (!isUnindexed() && !isTruncStore() && !isNonTruncStore() && in getPredCode()
972 if (isTruncStore()) in getPredCode()
1120 if ((isNonTruncStore() + isTruncStore()) > 1) in getPredCode()
1127 if (isTruncStore()) in getPredCode()
1222 bool TreePredicateFn::isTruncStore() const { in isTruncStore() function in TreePredicateFn
1359 if (isTruncStore()) in getCodeToRunOnSDNode()
H A DCodeGenDAGPatterns.h560 bool isTruncStore() const;
/src/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DSelectionDAGCompat.td226 // as isTruncStore require that this is not a perfect 1:1 mapping since a
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp120 if (P.isTruncStore()) in explainPredicates()
217 if (Predicate.isNonTruncStore() || Predicate.isTruncStore()) in isTrivialOperatorNode()
613 if (Predicate.isTruncStore()) { in addBuiltinPredicates()