Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Target/GlobalISel/
H A DSelectionDAGCompat.td108 // as isTruncStore require that this is not a perfect 1:1 mapping since a
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp908 if (!isUnindexed() && !isTruncStore() && !isNonTruncStore() && in getPredCode()
916 if (isTruncStore()) in getPredCode()
1029 if ((isNonTruncStore() + isTruncStore()) > 1) in getPredCode()
1036 if (isTruncStore()) in getPredCode()
1118 bool TreePredicateFn::isTruncStore() const { in isTruncStore() function in TreePredicateFn
1235 if (isTruncStore()) in getCodeToRunOnSDNode()
H A DCodeGenDAGPatterns.h555 bool isTruncStore() const;
H A DGlobalISelEmitter.cpp228 if (P.isTruncStore()) in explainPredicates()