Searched refs:RegisterPrefix (Results 1 – 6 of 6) sorted by relevance
65 string RegisterPrefix = "$";
368 StringRef RegisterPrefix; member in __anonf14fc8a50111::AsmVariantInfo884 StringRef RegisterPrefix) { in extractSingletonRegisterForAsmOperand() argument892 if (RegisterPrefix.empty()) { in extractSingletonRegisterForAsmOperand()899 if (!Tok.startswith(RegisterPrefix)) in extractSingletonRegisterForAsmOperand()902 StringRef RegName = Tok.substr(RegisterPrefix.size()); in extractSingletonRegisterForAsmOperand()947 extractSingletonRegisterForAsmOperand(Op, Info, Variant.RegisterPrefix); in initialize()1489 Variant.RegisterPrefix = AsmVariant->getValueAsString("RegisterPrefix"); in buildInfo()
627 // InstAlias definitions use immediate literals. Set RegisterPrefix629 string RegisterPrefix = "%";
267 string RegisterPrefix = "$";
1464 string RegisterPrefix = "%";1477 string RegisterPrefix = "";
1390 // RegisterPrefix - If given, the token prefix which indicates a register1394 string RegisterPrefix = "";