Searched refs:RegisterPrefix (Results 1 – 8 of 8) sorted by relevance
65 string RegisterPrefix = "$";
371 StringRef RegisterPrefix; member in __anon44b0c7da0111::AsmVariantInfo913 StringRef RegisterPrefix) { in extractSingletonRegisterForAsmOperand() argument921 if (RegisterPrefix.empty()) { in extractSingletonRegisterForAsmOperand()928 if (!Tok.starts_with(RegisterPrefix)) in extractSingletonRegisterForAsmOperand()931 StringRef RegName = Tok.substr(RegisterPrefix.size()); in extractSingletonRegisterForAsmOperand()975 extractSingletonRegisterForAsmOperand(Op, Info, Variant.RegisterPrefix); in initialize()1535 Variant.RegisterPrefix = AsmVariant->getValueAsString("RegisterPrefix"); in buildInfo()
217 string RegisterPrefix = "$";
131 let RegisterPrefix = "%";
286 string RegisterPrefix = "$";
742 // InstAlias definitions use immediate literals. Set RegisterPrefix744 string RegisterPrefix = "%";
2025 string RegisterPrefix = "%";2038 string RegisterPrefix = "";
1653 // RegisterPrefix - If given, the token prefix which indicates a register1657 string RegisterPrefix = "";