Searched refs:isTruncStore (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp923 if (!isUnindexed() && !isTruncStore() && !isNonTruncStore() &&
932 if (isTruncStore())
1073 if ((isNonTruncStore() + isTruncStore()) > 1)
1080 if (isTruncStore())
1162 bool TreePredicateFn::isTruncStore() const { function in class:TreePredicateFn
1294 if (isTruncStore())
H A DCodeGenDAGPatterns.h566 bool isTruncStore() const;
H A DGlobalISelEmitter.cpp227 if (P.isTruncStore())
321 if (Predicate.isNonTruncStore() || Predicate.isTruncStore())
3582 if (Predicate.isTruncStore()) {

Completed in 179 milliseconds