Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
DSelectionDAGCompat.td175 // as isTruncStore require that this is not a perfect 1:1 mapping since a
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp948 if (!isUnindexed() && !isTruncStore() && !isNonTruncStore() && in getPredCode()
957 if (isTruncStore()) in getPredCode()
1095 if ((isNonTruncStore() + isTruncStore()) > 1) in getPredCode()
1102 if (isTruncStore()) in getPredCode()
1186 bool TreePredicateFn::isTruncStore() const { in isTruncStore() function in TreePredicateFn
1319 if (isTruncStore()) in getCodeToRunOnSDNode()
DCodeGenDAGPatterns.h560 bool isTruncStore() const;
DGlobalISelEmitter.cpp244 if (P.isTruncStore()) in explainPredicates()
338 if (Predicate.isNonTruncStore() || Predicate.isTruncStore()) in isTrivialOperatorNode()
3839 if (Predicate.isTruncStore()) { in addBuiltinPredicates()