Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:FixedName

3742     StringRef FixedName = StringSwitch<StringRef>(Name)
3748 assert(FixedName != "" && "Register name is not one of t4-t7.");
3751 "Did you mean $" + FixedName + "?", RegRange);