Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h655 StringRef CondCodeName; variable
658 : Matcher(CheckCondCode), CondCodeName(condcodename) {} in CheckCondCodeMatcher()
660 StringRef getCondCodeName() const { return CondCodeName; } in getCondCodeName()
669 return cast<CheckCondCodeMatcher>(M)->CondCodeName == CondCodeName; in isEqualImpl()
677 StringRef CondCodeName; variable
680 : Matcher(CheckChild2CondCode), CondCodeName(condcodename) {} in CheckChild2CondCodeMatcher()
682 StringRef getCondCodeName() const { return CondCodeName; } in getCondCodeName()
691 return cast<CheckChild2CondCodeMatcher>(M)->CondCodeName == CondCodeName; in isEqualImpl()
H A DDAGISelMatcher.cpp217 OS.indent(indent) << "CheckCondCode ISD::" << CondCodeName << '\n'; in printImpl()
222 OS.indent(indent) << "CheckChild2CondCode ISD::" << CondCodeName << '\n'; in printImpl()