Searched refs:RegisterPrefix (Results 1 – 7 of 7) sorted by relevance
65 string RegisterPrefix = "$";
126 string RegisterPrefix = "$";
369 StringRef RegisterPrefix; member in __anon8d06870a0111::AsmVariantInfo894 StringRef RegisterPrefix) { in extractSingletonRegisterForAsmOperand() argument902 if (RegisterPrefix.empty()) { in extractSingletonRegisterForAsmOperand()909 if (!Tok.startswith(RegisterPrefix)) in extractSingletonRegisterForAsmOperand()912 StringRef RegName = Tok.substr(RegisterPrefix.size()); in extractSingletonRegisterForAsmOperand()957 extractSingletonRegisterForAsmOperand(Op, Info, Variant.RegisterPrefix); in initialize()1499 Variant.RegisterPrefix = AsmVariant->getValueAsString("RegisterPrefix"); in buildInfo()
268 string RegisterPrefix = "$";
684 // InstAlias definitions use immediate literals. Set RegisterPrefix686 string RegisterPrefix = "%";
1615 string RegisterPrefix = "%";1628 string RegisterPrefix = "";
1479 // RegisterPrefix - If given, the token prefix which indicates a register1483 string RegisterPrefix = "";