Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Cases

72 //      instruction (we currently ignore cases where this isn't true, whee!!!),
295 /// generated by the match. In cases (like addressing modes) where a single
1961 std::vector<StringMatcher::StringPair> Cases;
2008 Cases.push_back(std::make_pair(I->first, MatchCode));
2011 StringMatcher("Mnemonic", Cases, OS).Emit();