Searched refs:CheckChild2CondCode (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h69 CheckChild2CondCode, // Fail if child is wrong condcode. enumerator in enum:llvm::Matcher::KindTy
127 case CheckChild2CondCode:
640 : Matcher(CheckChild2CondCode), CondCodeName(condcodename) {}
645 return N->getKind() == CheckChild2CondCode;
H A DDAGISelMatcherEmitter.cpp557 case Matcher::CheckChild2CondCode:
1021 case Matcher::CheckChild2CondCode: return "OPC_CheckChild2CondCode"; break;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2558 CheckChild2CondCode(const unsigned char *MatcherTable, unsigned &MatcherIndex, function
2681 Result = !::CheckChild2CondCode(Table, Index, N);
3172 if (!::CheckChild2CondCode(MatcherTable, MatcherIndex, N)) break;

Completed in 175 milliseconds