Searched refs:RegisterPrefix (Results 1 – 8 of 8) sorted by relevance
65 string RegisterPrefix = "$";
172 string RegisterPrefix = "$";
370 StringRef RegisterPrefix; member in __anon44b0c7da0111::AsmVariantInfo912 StringRef RegisterPrefix) { in extractSingletonRegisterForAsmOperand() argument920 if (RegisterPrefix.empty()) { in extractSingletonRegisterForAsmOperand()927 if (!Tok.starts_with(RegisterPrefix)) in extractSingletonRegisterForAsmOperand()930 StringRef RegName = Tok.substr(RegisterPrefix.size()); in extractSingletonRegisterForAsmOperand()974 extractSingletonRegisterForAsmOperand(Op, Info, Variant.RegisterPrefix); in initialize()1536 Variant.RegisterPrefix = AsmVariant->getValueAsString("RegisterPrefix"); in buildInfo()
109 let RegisterPrefix = "%";
273 string RegisterPrefix = "$";
729 // InstAlias definitions use immediate literals. Set RegisterPrefix731 string RegisterPrefix = "%";
1967 string RegisterPrefix = "%";1980 string RegisterPrefix = "";
1631 // RegisterPrefix - If given, the token prefix which indicates a register1635 string RegisterPrefix = "";