Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h641 StringRef CondCodeName; variable
645 : Matcher(CheckCondCode), CondCodeName(condcodename) {} in CheckCondCodeMatcher()
647 StringRef getCondCodeName() const { return CondCodeName; } in getCondCodeName()
656 return cast<CheckCondCodeMatcher>(M)->CondCodeName == CondCodeName; in isEqualImpl()
664 StringRef CondCodeName; variable
668 : Matcher(CheckChild2CondCode), CondCodeName(condcodename) {} in CheckChild2CondCodeMatcher()
670 StringRef getCondCodeName() const { return CondCodeName; } in getCondCodeName()
679 return cast<CheckChild2CondCodeMatcher>(M)->CondCodeName == CondCodeName; in isEqualImpl()
H A DDAGISelMatcher.cpp212 OS.indent(indent) << "CheckCondCode ISD::" << CondCodeName << '\n'; in printImpl()
217 OS.indent(indent) << "CheckChild2CondCode ISD::" << CondCodeName << '\n'; in printImpl()