Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/GlobalISel/
DSelectionDAGCompat.td101 // as isTruncStore require that this is not a perfect 1:1 mapping since a
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp887 if (!isUnindexed() && !isTruncStore() && !isNonTruncStore() && in getPredCode()
895 if (isTruncStore()) in getPredCode()
1008 if ((isNonTruncStore() + isTruncStore()) > 1) in getPredCode()
1015 if (isTruncStore()) in getPredCode()
1094 bool TreePredicateFn::isTruncStore() const { in isTruncStore() function in TreePredicateFn
1211 if (isTruncStore()) in getCodeToRunOnSDNode()
DCodeGenDAGPatterns.h527 bool isTruncStore() const;
DGlobalISelEmitter.cpp227 if (P.isTruncStore()) in explainPredicates()