Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Matches

90 //      matches. After that, if the operand to be matched has its index
164 /// operand matches this class; this is not valid for Token or register kinds.
394 /// AsmOperands - The textual operands that this instruction matches,
824 "' (which matches register prefix)";
1760 std::vector<StringMatcher::StringPair> Matches;
1766 Matches.push_back(StringMatcher::StringPair(CI.ValueName,
1772 StringMatcher("Name", Matches, OS).Emit();
1783 std::vector<StringMatcher::StringPair> Matches;
1791 Matches
1798 StringMatcher("Name", Matches, OS).Emit();
1938 // If this unconditionally matches, remember it for later and diagnose
2105 OS << " // equal_range guarantees that instruction mnemonic matches.\n";
2115 // Emit check to ensure the operand number matches.
2389 OS << " // equal_range guarantees that instruction mnemonic matches.\n";