Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
H A DSelectionDAGCompat.td181 // as isTruncStore require that this is not a perfect 1:1 mapping since a
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp990 if (!isUnindexed() && !isTruncStore() && !isNonTruncStore() && in getPredCode()
999 if (isTruncStore()) in getPredCode()
1142 if ((isNonTruncStore() + isTruncStore()) > 1) in getPredCode()
1149 if (isTruncStore()) in getPredCode()
1239 bool TreePredicateFn::isTruncStore() const { in isTruncStore() function in TreePredicateFn
1372 if (isTruncStore()) in getCodeToRunOnSDNode()
H A DCodeGenDAGPatterns.h568 bool isTruncStore() const;
H A DGlobalISelEmitter.cpp244 if (P.isTruncStore()) in explainPredicates()
341 if (Predicate.isNonTruncStore() || Predicate.isTruncStore()) in isTrivialOperatorNode()
3880 if (Predicate.isTruncStore()) { in addBuiltinPredicates()