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

  /external/llvm/utils/TableGen/
DAGISelMatcher.h 609 StringRef CondCodeName;
611 CheckCondCodeMatcher(StringRef condcodename)
612 : Matcher(CheckCondCode), CondCodeName(condcodename) {}
614 StringRef getCondCodeName() const { return CondCodeName; }
625 return cast<CheckCondCodeMatcher>(M)->CondCodeName == CondCodeName;
    [all...]
DAGISelMatcher.cpp 185 OS.indent(indent) << "CheckCondCode ISD::" << CondCodeName << '\n';
285 return HashString(CondCodeName);

Completed in 448 milliseconds