Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DDAGISelMatcher.h611 StringRef CondCodeName; variable
614 : Matcher(CheckCondCode), CondCodeName(condcodename) {} in CheckCondCodeMatcher()
616 StringRef getCondCodeName() const { return CondCodeName; } in getCondCodeName()
625 return cast<CheckCondCodeMatcher>(M)->CondCodeName == CondCodeName; in isEqualImpl()
H A DDAGISelMatcher.cpp212 OS.indent(indent) << "CheckCondCode ISD::" << CondCodeName << '\n'; in printImpl()