Home
last modified time | relevance | path

Searched refs:RegisterPrefix (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVR.td65 string RegisterPrefix = "$";
/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArch.td126 string RegisterPrefix = "$";
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp369 StringRef RegisterPrefix; member in __anon8d06870a0111::AsmVariantInfo
894 StringRef RegisterPrefix) { in extractSingletonRegisterForAsmOperand() argument
902 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()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMips.td268 string RegisterPrefix = "$";
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPC.td684 // InstAlias definitions use immediate literals. Set RegisterPrefix
686 string RegisterPrefix = "%";
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86.td1615 string RegisterPrefix = "%";
1628 string RegisterPrefix = "";
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTarget.td1479 // RegisterPrefix - If given, the token prefix which indicates a register
1483 string RegisterPrefix = "";