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