Home
last modified time | relevance | path

Searched refs:CondCodeName (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DDAGISelMatcher.h667 StringRef CondCodeName; variable
670 : Matcher(CheckCondCode), CondCodeName(condcodename) {} in CheckCondCodeMatcher()
672 StringRef getCondCodeName() const { return CondCodeName; } in getCondCodeName()
683 return cast<CheckCondCodeMatcher>(M)->CondCodeName == CondCodeName; in isEqualImpl()
DDAGISelMatcher.cpp203 OS.indent(indent) << "CheckCondCode ISD::" << CondCodeName << '\n'; in printImpl()
303 return HashString(CondCodeName); in getHashImpl()