Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVR.td66 string RegisterPrefix = "$";
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp369 StringRef RegisterPrefix; member in __anon3c98f17f0111::AsmVariantInfo
886 StringRef RegisterPrefix) { in extractSingletonRegisterForAsmOperand() argument
894 if (RegisterPrefix.empty()) { in extractSingletonRegisterForAsmOperand()
901 if (!Tok.startswith(RegisterPrefix)) in extractSingletonRegisterForAsmOperand()
904 StringRef RegName = Tok.substr(RegisterPrefix.size()); in extractSingletonRegisterForAsmOperand()
949 extractSingletonRegisterForAsmOperand(Op, Info, Variant.RegisterPrefix); in initialize()
1491 Variant.RegisterPrefix = AsmVariant->getValueAsString("RegisterPrefix"); in buildInfo()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPC.td467 // InstAlias definitions use immediate literals. Set RegisterPrefix
469 string RegisterPrefix = "%";
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMips.td250 string RegisterPrefix = "$";
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86.td1240 string RegisterPrefix = "%";
1253 string RegisterPrefix = "";
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTarget.td1257 // RegisterPrefix - If given, the token prefix which indicates a register
1261 string RegisterPrefix = "";