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 668 StringRef CondCodeName;
670 CheckCondCodeMatcher(StringRef condcodename)
671 : Matcher(CheckCondCode), CondCodeName(condcodename) {}
673 StringRef getCondCodeName() const { return CondCodeName; }
684 return cast<CheckCondCodeMatcher>(M)->CondCodeName == CondCodeName;
    [all...]
DAGISelMatcher.cpp 203 OS.indent(indent) << "CheckCondCode ISD::" << CondCodeName << '\n';
303 return HashString(CondCodeName);

Completed in 66 milliseconds