| /src/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/ |
| H A D | BPFAsmParser.cpp | 368 if (!MatchRegisterName(Name)) { in tryParseRegister() 450 unsigned RegNo = MatchRegisterName(Name); in parseRegister() 491 unsigned RegNo = MatchRegisterName(Name); in ParseInstruction()
|
| /src/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/ |
| H A D | XtensaAsmParser.cpp | 541 if (!MatchRegisterName(Name) && !MatchRegisterAltName(Name)) { in parseRegister() 576 RegNo = MatchRegisterName(RegName); in parseRegister() 582 RegNo = MatchRegisterName(RegName); in parseRegister() 689 unsigned RegNo = MatchRegisterName(RegName); in ParseInstructionWithSR()
|
| /src/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
| H A D | AVRAsmParser.cpp | 279 static MCRegister MatchRegisterName(StringRef Name); 369 int RegNum = parseRegisterName(&MatchRegisterName); in parseRegisterName() 764 RegNum = MatchRegisterName(RegName.str()); in validateTargetOperandClass()
|
| /src/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/ |
| H A D | MSP430AsmParser.cpp | 289 static MCRegister MatchRegisterName(StringRef Name); 309 Reg = MatchRegisterName(Name); in tryParseRegister()
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | PPCAsmParser.cpp | 106 bool MatchRegisterName(MCRegister &RegNo, int64_t &IntVal); 1294 bool PPCAsmParser::MatchRegisterName(MCRegister &RegNo, int64_t &IntVal) { in MatchRegisterName() function in PPCAsmParser 1367 if (MatchRegisterName(Reg, IntVal)) in tryParseRegister() 1549 if (MatchRegisterName(RegNo, IntVal)) in ParseOperand() 1634 if (MatchRegisterName(RegNo, IntVal)) in ParseOperand()
|
| /src/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
| H A D | LanaiAsmParser.cpp | 43 static MCRegister MatchRegisterName(StringRef Name); 701 RegNum = MatchRegisterName(Lexer.getTok().getIdentifier()); in parseRegister()
|
| /src/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/ |
| H A D | VEAsmParser.cpp | 824 static MCRegister MatchRegisterName(StringRef Name); 840 Reg = parseRegisterName(&MatchRegisterName); in tryParseRegister()
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 1672 MCRegister Reg = MatchRegisterName(Name); in matchRegisterNameHelper() 2609 if (MatchRegisterName(EndName) != RISCV::X18) in parseReglist() 2620 if (MatchRegisterName(EndName) == RISCV::NoRegister) in parseReglist() 2624 RegEnd = MatchRegisterName(EndName); in parseReglist()
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 1398 RegNo = MatchRegisterName(RegName); in MatchRegisterByName() 1402 RegNo = MatchRegisterName(RegName.lower()); in MatchRegisterByName() 3177 MatchRegisterName(Parser.getTok().getString()))) { in parsePrimaryExpr()
|
| /src/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
| H A D | CSKYAsmParser.cpp | 1005 Reg = MatchRegisterName(Name); in matchRegisterNameHelper()
|
| /src/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
| H A D | SparcAsmParser.cpp | 1449 MCRegister Reg = MatchRegisterName(Name.lower()); in matchRegisterName()
|
| /src/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/ |
| H A D | LoongArchAsmParser.cpp | 614 RegNo = MatchRegisterName(Name); in matchRegisterNameHelper()
|
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 2055 if (unsigned Reg = MatchRegisterName(Name)) in matchRegister()
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 2632 static MCRegister MatchRegisterName(StringRef Name); 2970 if ((RegNum = MatchRegisterName(Name))) in matchRegisterNameAlias()
|
| /src/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | Target.td | 1566 // Set to true if MatchRegisterName and MatchRegisterAltName functions
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 4140 static MCRegister MatchRegisterName(StringRef Name); 4227 unsigned RegNum = MatchRegisterName(lowerCase); in tryParseRegister()
|
| /src/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 6004 Reg = MatchRegisterName(NewRegName); in getRegisterByName()
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 21908 Reg = MatchRegisterName(RegName); in getRegisterByName()
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 11185 Register Reg = MatchRegisterName(RegName); in getRegisterByName()
|