HomeSort by relevance Sort by last modified time
    Searched refs:isNonTruncStore (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 887 if (!isUnindexed() && !isTruncStore() && !isNonTruncStore() &&
892 if (isNonTruncStore())
894 "IsNonTruncStore requires IsStore");
    [all...]
CodeGenDAGPatterns.h 525 bool isNonTruncStore() const;
    [all...]
GlobalISelEmitter.cpp 225 if (P.isNonTruncStore())
298 if (Predicate.isNonTruncStore())
    [all...]

Completed in 123 milliseconds