Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVR.td65 string RegisterPrefix = "$";
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp368 StringRef RegisterPrefix; member in __anonf14fc8a50111::AsmVariantInfo
884 StringRef RegisterPrefix) { in extractSingletonRegisterForAsmOperand() argument
892 if (RegisterPrefix.empty()) { in extractSingletonRegisterForAsmOperand()
899 if (!Tok.startswith(RegisterPrefix)) in extractSingletonRegisterForAsmOperand()
902 StringRef RegName = Tok.substr(RegisterPrefix.size()); in extractSingletonRegisterForAsmOperand()
947 extractSingletonRegisterForAsmOperand(Op, Info, Variant.RegisterPrefix); in initialize()
1489 Variant.RegisterPrefix = AsmVariant->getValueAsString("RegisterPrefix"); in buildInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPC.td627 // InstAlias definitions use immediate literals. Set RegisterPrefix
629 string RegisterPrefix = "%";
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMips.td267 string RegisterPrefix = "$";
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86.td1464 string RegisterPrefix = "%";
1477 string RegisterPrefix = "";
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTarget.td1390 // RegisterPrefix - If given, the token prefix which indicates a register
1394 string RegisterPrefix = "";