Searched refs:RegisterPrefix (Results 1 – 6 of 6) sorted by relevance
66 string RegisterPrefix = "$";
369 StringRef RegisterPrefix; member in __anon3c98f17f0111::AsmVariantInfo886 StringRef RegisterPrefix) { in extractSingletonRegisterForAsmOperand() argument894 if (RegisterPrefix.empty()) { in extractSingletonRegisterForAsmOperand()901 if (!Tok.startswith(RegisterPrefix)) in extractSingletonRegisterForAsmOperand()904 StringRef RegName = Tok.substr(RegisterPrefix.size()); in extractSingletonRegisterForAsmOperand()949 extractSingletonRegisterForAsmOperand(Op, Info, Variant.RegisterPrefix); in initialize()1491 Variant.RegisterPrefix = AsmVariant->getValueAsString("RegisterPrefix"); in buildInfo()
467 // InstAlias definitions use immediate literals. Set RegisterPrefix469 string RegisterPrefix = "%";
250 string RegisterPrefix = "$";
1240 string RegisterPrefix = "%";1253 string RegisterPrefix = "";
1257 // RegisterPrefix - If given, the token prefix which indicates a register1261 string RegisterPrefix = "";