Searched refs:CheckChild2CondCode (Results 1 – 3 of 3) sorted by relevance
70 CheckChild2CondCode, // Fail if child is wrong condcode. enumerator133 case CheckChild2CondCode: in isSimplePredicateNode()647 : Matcher(CheckChild2CondCode), CondCodeName(condcodename) {} in CheckChild2CondCodeMatcher()652 return N->getKind() == CheckChild2CondCode; in classof()
612 case Matcher::CheckChild2CondCode: in EmitMatcher()1055 case Matcher::CheckChild2CondCode: return "OPC_CheckChild2CondCode"; break; in getOpcodeString()
2596 CheckChild2CondCode(const unsigned char *MatcherTable, unsigned &MatcherIndex, in CheckChild2CondCode() function2732 Result = !::CheckChild2CondCode(Table, Index, N); in IsPredicateKnownToFail()3227 if (!::CheckChild2CondCode(MatcherTable, MatcherIndex, N)) break; in SelectCodeCommon()