Home | History | Annotate | Download | only in TableGen

Lines Matching defs: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)";
1755 std::vector<StringMatcher::StringPair> Matches;
1761 Matches.push_back(StringMatcher::StringPair(CI.ValueName,
1767 StringMatcher("Name", Matches, OS).Emit();
1778 std::vector<StringMatcher::StringPair> Matches;
1786 Matches.push_back(StringMatcher::StringPair(
1793 StringMatcher("Name", Matches, OS).Emit();
1933 // If this unconditionally matches, remember it for later and diagnose
2091 OS << " // equal_range guarantees that instruction mnemonic matches.\n";
2101 // Emit check to ensure the operand number matches.
2377 OS << " // equal_range guarantees that instruction mnemonic matches.\n";