HomeSort by: relevance | last modified time | path
    Searched refs:isTruncStore (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 948 if (!isUnindexed() && !isTruncStore() && !isNonTruncStore() &&
957 if (isTruncStore())
959 "IsTruncStore requires IsStore");
1095 if ((isNonTruncStore() + isTruncStore()) > 1)
1098 "IsNonTruncStore, and IsTruncStore are mutually exclusive");
1102 if (isTruncStore())
1184 return isPredefinedPredicateEqualTo("IsTruncStore", false);
1186 bool TreePredicateFn::isTruncStore() const {
1187 return isPredefinedPredicateEqualTo("IsTruncStore", true);
1319 if (isTruncStore())
    [all...]
CodeGenDAGPatterns.h 560 bool isTruncStore() const;
GlobalISelEmitter.cpp 231 if (P.isTruncStore())
325 if (Predicate.isNonTruncStore() || Predicate.isTruncStore())
3825 if (Predicate.isTruncStore()) {

Completed in 25 milliseconds