Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVR.td65 string RegisterPrefix = "$";
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArch.td167 string RegisterPrefix = "$";
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp370 StringRef RegisterPrefix; member in __anonf87813900111::AsmVariantInfo
898 StringRef RegisterPrefix) { in extractSingletonRegisterForAsmOperand() argument
906 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparc.td106 let RegisterPrefix = "%";
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips.td269 string RegisterPrefix = "$";
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPC.td701 // InstAlias definitions use immediate literals. Set RegisterPrefix
703 string RegisterPrefix = "%";
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.td1937 string RegisterPrefix = "%";
1950 string RegisterPrefix = "";
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1570 // RegisterPrefix - If given, the token prefix which indicates a register
1574 string RegisterPrefix = "";