Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/
DSelectionDAGCompat.td144 // as isTruncStore require that this is not a perfect 1:1 mapping since a
/external/llvm-project/llvm/include/llvm/Target/GlobalISel/
DSelectionDAGCompat.td172 // as isTruncStore require that this is not a perfect 1:1 mapping since a
/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp925 if (!isUnindexed() && !isTruncStore() && !isNonTruncStore() && in getPredCode()
934 if (isTruncStore()) in getPredCode()
1075 if ((isNonTruncStore() + isTruncStore()) > 1) in getPredCode()
1082 if (isTruncStore()) in getPredCode()
1166 bool TreePredicateFn::isTruncStore() const { in isTruncStore() function in TreePredicateFn
1299 if (isTruncStore()) in getCodeToRunOnSDNode()
DCodeGenDAGPatterns.h562 bool isTruncStore() const;
DGlobalISelEmitter.cpp231 if (P.isTruncStore()) in explainPredicates()
325 if (Predicate.isNonTruncStore() || Predicate.isTruncStore()) in isTrivialOperatorNode()
3777 if (Predicate.isTruncStore()) { in addBuiltinPredicates()