Searched refs:RegisterPrefix (Results 1 – 7 of 7) sorted by relevance
65 string RegisterPrefix = "$";
160 string RegisterPrefix = "$";
369 StringRef RegisterPrefix; member in __anon48cde1710111::AsmVariantInfo895 StringRef RegisterPrefix) { in extractSingletonRegisterForAsmOperand() argument903 if (RegisterPrefix.empty()) { in extractSingletonRegisterForAsmOperand()910 if (!Tok.startswith(RegisterPrefix)) in extractSingletonRegisterForAsmOperand()913 StringRef RegName = Tok.substr(RegisterPrefix.size()); in extractSingletonRegisterForAsmOperand()958 extractSingletonRegisterForAsmOperand(Op, Info, Variant.RegisterPrefix); in initialize()1506 Variant.RegisterPrefix = AsmVariant->getValueAsString("RegisterPrefix"); in buildInfo()
269 string RegisterPrefix = "$";
696 // InstAlias definitions use immediate literals. Set RegisterPrefix698 string RegisterPrefix = "%";
1701 string RegisterPrefix = "%";1714 string RegisterPrefix = "";
1534 // RegisterPrefix - If given, the token prefix which indicates a register1538 string RegisterPrefix = "";