Searched refs:CheckChild2CondCode (Results 1 – 3 of 3) sorted by relevance
78 CheckChild2CondCode, // Fail if child is wrong condcode. enumerator144 case CheckChild2CondCode: in isSimplePredicateNode()668 : Matcher(CheckChild2CondCode), CondCodeName(condcodename) {} in CheckChild2CondCodeMatcher()673 return N->getKind() == CheckChild2CondCode; in classof()
694 case Matcher::CheckChild2CondCode: in EmitMatcher()1244 case Matcher::CheckChild2CondCode: in getOpcodeString()
2893 CheckChild2CondCode(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckChild2CondCode() function3093 Result = !::CheckChild2CondCode(Table, Index, N); in IsPredicateKnownToFail()3712 if (!::CheckChild2CondCode(MatcherTable, MatcherIndex, N)) break; in SelectCodeCommon()