Home | History | Annotate | Download | only in TableGen

Lines Matching refs:AltNames

519         std::vector<std::string> AltNames =
520 Reg.TheDef->getValueAsListOfStrings("AltNames");
521 if (AltNames.size() <= Idx)
525 AsmName = AltNames[Idx];