Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVR.td65 string RegisterPrefix = "$";
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArch.td160 string RegisterPrefix = "$";
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp369 StringRef RegisterPrefix; member in __anon48cde1710111::AsmVariantInfo
895 StringRef RegisterPrefix) { in extractSingletonRegisterForAsmOperand() argument
903 if (RegisterPrefix.empty()) { in extractSingletonRegisterForAsmOperand()
910 if (!Tok.startswith(RegisterPrefix)) in extractSingletonRegisterForAsmOperand()
913 StringRef RegName = Tok.substr(RegisterPrefix.size()); in extractSingletonRegisterForAsmOperand()
958 extractSingletonRegisterForAsmOperand(Op, Info, Variant.RegisterPrefix); in initialize()
1506 Variant.RegisterPrefix = AsmVariant->getValueAsString("RegisterPrefix"); in buildInfo()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMips.td269 string RegisterPrefix = "$";
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPC.td696 // InstAlias definitions use immediate literals. Set RegisterPrefix
698 string RegisterPrefix = "%";
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86.td1701 string RegisterPrefix = "%";
1714 string RegisterPrefix = "";
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTarget.td1534 // RegisterPrefix - If given, the token prefix which indicates a register
1538 string RegisterPrefix = "";