Searched refs:Match_Success (Results 1 – 16 of 16) sorted by relevance
32 Match_Success, enumerator96 return Match_Success; in checkTargetMatchPredicate()
985 case Match_Success: in MatchAndEmitInstruction()1040 (Match1 == Match_Success) + (Match2 == Match_Success) + in MatchAndEmitInstruction()1041 (Match3 == Match_Success) + (Match4 == Match_Success); in MatchAndEmitInstruction()1054 if (Match1 == Match_Success) MatchChars[NumMatches++] = Suffixes[0]; in MatchAndEmitInstruction()1055 if (Match2 == Match_Success) MatchChars[NumMatches++] = Suffixes[1]; in MatchAndEmitInstruction()1056 if (Match3 == Match_Success) MatchChars[NumMatches++] = Suffixes[2]; in MatchAndEmitInstruction()1057 if (Match4 == Match_Success) MatchChars[NumMatches++] = Suffixes[3]; in MatchAndEmitInstruction()
92 Match_Success, enumerator202 return Match_Success; in checkTargetMatchPredicate()
552 case Match_Success: { in MatchAndEmitInstruction()1285 return MCTargetAsmParser::Match_Success; in validateTargetOperandClass()1289 return MCTargetAsmParser::Match_Success; in validateTargetOperandClass()1295 return MCTargetAsmParser::Match_Success; in validateTargetOperandClass()1299 return MCTargetAsmParser::Match_Success; in validateTargetOperandClass()
1142 return Match_Success; in checkTargetMatchPredicate()1154 case Match_Success: in MatchAndEmitInstruction()2770 return Operand.isAddr64() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass()2772 return Operand.isGDS() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass()2774 return Operand.isGLC() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass()2776 return Operand.isIdxen() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass()2778 return Operand.isOffen() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass()2786 return Operand.isSSrc32() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass()2788 return Operand.isSoppBrTarget() ? Match_Success : Match_InvalidOperand; in validateTargetOperandClass()
778 if (result == Match_Success) { in matchOneInstruction()797 case Match_Success: in matchOneInstruction()1482 ? Match_Success in validateTargetOperandClass()1488 ? Match_Success in validateTargetOperandClass()1494 ? Match_Success in validateTargetOperandClass()1501 return Match_Success; in validateTargetOperandClass()1503 return Match_Success; in validateTargetOperandClass()2162 return Match_Success; in processInstruction()
327 case Match_Success: in MatchAndEmitInstruction()
2620 case Match_Success: in MatchAndEmitATTInstruction()2683 std::count(std::begin(Match), std::end(Match), Match_Success); in MatchAndEmitATTInstruction()2700 if (Match[I] == Match_Success) in MatchAndEmitATTInstruction()2862 std::count(std::begin(Match), std::end(Match), Match_Success); in MatchAndEmitIntelInstruction()
3699 return Match_Success; in checkTargetMatchPredicate()3704 return Match_Success; in checkTargetMatchPredicate()3725 return Match_Success; in checkTargetMatchPredicate()3738 return Match_Success; in checkTargetMatchPredicate()3740 return Match_Success; in checkTargetMatchPredicate()3766 case Match_Success: { in MatchAndEmitInstruction()
796 case Match_Success: in MatchAndEmitInstruction()
641 case Match_Success: in MatchAndEmitInstruction()
1239 case Match_Success: in MatchAndEmitInstruction()1980 return Match_Success; in validateTargetOperandClass()
4021 if (MatchResult != Match_Success) { in MatchAndEmitInstruction()4043 case Match_Success: { in MatchAndEmitInstruction()4601 return Match_Success; in validateTargetOperandClass()
8798 return Match_Success; in checkTargetMatchPredicate()8818 case Match_Success: in MatchAndEmitInstruction()10280 return Match_Success; in validateTargetOperandClass()10287 return Match_Success; in validateTargetOperandClass()10294 return Match_Success; in validateTargetOperandClass()10299 return Match_Success; in validateTargetOperandClass()
4396 return Match_Success; in checkTargetMatchPredicate()4409 case Match_Success: in MatchAndEmitInstruction()
6246 if ((MatchResult = checkTargetMatchPredicate(Inst)) != Match_Success) {6253 return Match_Success;