Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/GlobalISel/
H A DSelectionDAGCompat.td175 // as isTruncStore require that this is not a perfect 1:1 mapping since a
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A 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()
H A DCodeGenDAGPatterns.h560 bool isTruncStore() const;
H A DGlobalISelEmitter.cpp231 if (P.isTruncStore()) in explainPredicates()
325 if (Predicate.isNonTruncStore() || Predicate.isTruncStore()) in isTrivialOperatorNode()
3825 if (Predicate.isTruncStore()) { in addBuiltinPredicates()