Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DDAGISelMatcher.h607 StringRef CondCodeName; variable
610 : Matcher(CheckCondCode), CondCodeName(condcodename) {} in CheckCondCodeMatcher()
612 StringRef getCondCodeName() const { return CondCodeName; } in getCondCodeName()
621 return cast<CheckCondCodeMatcher>(M)->CondCodeName == CondCodeName; in isEqualImpl()
DDAGISelMatcher.cpp202 OS.indent(indent) << "CheckCondCode ISD::" << CondCodeName << '\n'; in printImpl()
/external/llvm/utils/TableGen/
DDAGISelMatcher.h607 StringRef CondCodeName; variable
610 : Matcher(CheckCondCode), CondCodeName(condcodename) {} in CheckCondCodeMatcher()
612 StringRef getCondCodeName() const { return CondCodeName; } in getCondCodeName()
621 return cast<CheckCondCodeMatcher>(M)->CondCodeName == CondCodeName; in isEqualImpl()
DDAGISelMatcher.cpp203 OS.indent(indent) << "CheckCondCode ISD::" << CondCodeName << '\n'; in printImpl()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelMatcher.h608 StringRef CondCodeName; variable
611 : Matcher(CheckCondCode), CondCodeName(condcodename) {} in CheckCondCodeMatcher()
613 StringRef getCondCodeName() const { return CondCodeName; } in getCondCodeName()
624 return cast<CheckCondCodeMatcher>(M)->CondCodeName == CondCodeName; in isEqualImpl()
DDAGISelMatcher.cpp183 OS.indent(indent) << "CheckCondCode ISD::" << CondCodeName << '\n'; in printImpl()
283 return HashString(CondCodeName); in getHashImpl()