Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Alias

272 /// instruction or alias which is capable of being matched.
417 MatchableInfo(const CodeGenInstAlias *Alias)
418 : AsmVariantID(0), TheDef(Alias->TheDef), DefRec(Alias),
419 AsmString(Alias->AsmString) {
1247 CodeGenInstAlias *Alias = new CodeGenInstAlias(AllInstAliases[i], Target);
1252 if (!StringRef(Alias->ResultInst->TheDef->getName())
1256 OwningPtr<MatchableInfo> II(new MatchableInfo(Alias));
1260 // Validate the alias definitions.
1324 // Process token alias definitions and set up the associated superclass
1417 // Use the match class from the Alias definition, not the
1959 // Process each alias a "from" mnemonic at a time, building the code executed
1967 // Loop through each alias and emit code that handles each case. If there