Searched refs:RegisterPrefix (Results 1 – 6 of 6) sorted by relevance
65 string RegisterPrefix = "$";
368 StringRef RegisterPrefix; member in __anon1f497f8e0111::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()
636 // InstAlias definitions use immediate literals. Set RegisterPrefix638 string RegisterPrefix = "%";
267 string RegisterPrefix = "$";
1475 string RegisterPrefix = "%";1488 string RegisterPrefix = "";
1403 // RegisterPrefix - If given, the token prefix which indicates a register1407 string RegisterPrefix = "";