Home
last modified time | relevance | path

Searched refs:MatchRegisterName (Results 1 – 19 of 19) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp368 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 DXtensaAsmParser.cpp541 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 DAVRAsmParser.cpp279 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 DMSP430AsmParser.cpp289 static MCRegister MatchRegisterName(StringRef Name);
309 Reg = MatchRegisterName(Name); in tryParseRegister()
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp106 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 DLanaiAsmParser.cpp43 static MCRegister MatchRegisterName(StringRef Name);
701 RegNum = MatchRegisterName(Lexer.getTok().getIdentifier()); in parseRegister()
/src/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp824 static MCRegister MatchRegisterName(StringRef Name);
840 Reg = parseRegisterName(&MatchRegisterName); in tryParseRegister()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1672 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 DX86AsmParser.cpp1398 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 DCSKYAsmParser.cpp1005 Reg = MatchRegisterName(Name); in matchRegisterNameHelper()
/src/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp1449 MCRegister Reg = MatchRegisterName(Name.lower()); in matchRegisterName()
/src/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp614 RegNo = MatchRegisterName(Name); in matchRegisterNameHelper()
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp2055 if (unsigned Reg = MatchRegisterName(Name)) in matchRegister()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2632 static MCRegister MatchRegisterName(StringRef Name);
2970 if ((RegNum = MatchRegisterName(Name))) in matchRegisterNameAlias()
/src/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1566 // Set to true if MatchRegisterName and MatchRegisterAltName functions
/src/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp4140 static MCRegister MatchRegisterName(StringRef Name);
4227 unsigned RegNum = MatchRegisterName(lowerCase); in tryParseRegister()
/src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp6004 Reg = MatchRegisterName(NewRegName); in getRegisterByName()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp21908 Reg = MatchRegisterName(RegName); in getRegisterByName()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11185 Register Reg = MatchRegisterName(RegName); in getRegisterByName()