Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcher.h622 StringRef CondCodeName; variable
625 : Matcher(CheckCondCode), CondCodeName(condcodename) {} in CheckCondCodeMatcher()
627 StringRef getCondCodeName() const { return CondCodeName; } in getCondCodeName()
636 return cast<CheckCondCodeMatcher>(M)->CondCodeName == CondCodeName; in isEqualImpl()
644 StringRef CondCodeName; variable
647 : Matcher(CheckChild2CondCode), CondCodeName(condcodename) {} in CheckChild2CondCodeMatcher()
649 StringRef getCondCodeName() const { return CondCodeName; } in getCondCodeName()
658 return cast<CheckChild2CondCodeMatcher>(M)->CondCodeName == CondCodeName; in isEqualImpl()
H A DDAGISelMatcher.cpp211 OS.indent(indent) << "CheckCondCode ISD::" << CondCodeName << '\n'; in printImpl()
216 OS.indent(indent) << "CheckChild2CondCode ISD::" << CondCodeName << '\n'; in printImpl()