Searched refs:RegisterPrefix (Results 1 – 8 of 8) sorted by relevance
65 string RegisterPrefix = "$";
167 string RegisterPrefix = "$";
370 StringRef RegisterPrefix; member in __anonf87813900111::AsmVariantInfo898 StringRef RegisterPrefix) { in extractSingletonRegisterForAsmOperand() argument906 if (RegisterPrefix.empty()) { in extractSingletonRegisterForAsmOperand()913 if (!Tok.starts_with(RegisterPrefix)) in extractSingletonRegisterForAsmOperand()916 StringRef RegName = Tok.substr(RegisterPrefix.size()); in extractSingletonRegisterForAsmOperand()961 extractSingletonRegisterForAsmOperand(Op, Info, Variant.RegisterPrefix); in initialize()1509 Variant.RegisterPrefix = AsmVariant->getValueAsString("RegisterPrefix"); in buildInfo()
106 let RegisterPrefix = "%";
269 string RegisterPrefix = "$";
701 // InstAlias definitions use immediate literals. Set RegisterPrefix703 string RegisterPrefix = "%";
1937 string RegisterPrefix = "%";1950 string RegisterPrefix = "";
1570 // RegisterPrefix - If given, the token prefix which indicates a register1574 string RegisterPrefix = "";