Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVR.td65 string RegisterPrefix = "$";
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArch.td172 string RegisterPrefix = "$";
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp370 StringRef RegisterPrefix; member in __anon44b0c7da0111::AsmVariantInfo
912 StringRef RegisterPrefix) { in extractSingletonRegisterForAsmOperand() argument
920 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparc.td109 let RegisterPrefix = "%";
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips.td273 string RegisterPrefix = "$";
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPC.td729 // InstAlias definitions use immediate literals. Set RegisterPrefix
731 string RegisterPrefix = "%";
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.td1967 string RegisterPrefix = "%";
1980 string RegisterPrefix = "";
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1631 // RegisterPrefix - If given, the token prefix which indicates a register
1635 string RegisterPrefix = "";