/external/llvm-project/llvm/test/TableGen/ |
D | AllowDuplicateRegisterNames.td | 3 // Check that MatchRegisterName and MatchRegisterAltName are generated 44 // CHECK: static unsigned MatchRegisterName(StringRef Name) {
|
/external/llvm-project/llvm/lib/Target/BPF/AsmParser/ |
D | BPFAsmParser.cpp | 341 if (!MatchRegisterName(Name)) { in tryParseRegister() 424 unsigned RegNo = MatchRegisterName(Name); in parseRegister() 465 unsigned RegNo = MatchRegisterName(Name); in ParseInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/AsmParser/ |
D | BPFAsmParser.cpp | 331 if (!MatchRegisterName(Name)) { in ParseRegister() 414 unsigned RegNo = MatchRegisterName(Name); in parseRegister() 455 unsigned RegNo = MatchRegisterName(Name); in ParseInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/ |
D | AVRAsmParser.cpp | 271 static unsigned MatchRegisterName(StringRef Name); 354 int RegNum = parseRegisterName(&MatchRegisterName); in parseRegisterName() 706 RegNum = MatchRegisterName(RegName.str().c_str()); in validateTargetOperandClass()
|
/external/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
D | AVRAsmParser.cpp | 273 static unsigned MatchRegisterName(StringRef Name); 356 int RegNum = parseRegisterName(&MatchRegisterName); in parseRegisterName() 726 RegNum = MatchRegisterName(RegName.str().c_str()); in validateTargetOperandClass()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 109 bool MatchRegisterName(unsigned &RegNo, int64_t &IntVal); 1173 bool PPCAsmParser::MatchRegisterName(unsigned &RegNo, int64_t &IntVal) { in MatchRegisterName() function in PPCAsmParser 1218 if (MatchRegisterName(RegNo, IntVal)) in ParseRegister() 1452 if (MatchRegisterName(RegNo, IntVal)) in ParseOperand() 1474 if (!MatchRegisterName(RegNo, IntVal)) { in ParseOperand() 1522 if (MatchRegisterName(RegNo, IntVal)) in ParseOperand() 1536 if (!MatchRegisterName(RegNo, IntVal)) { in ParseOperand()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/AsmParser/ |
D | MSP430AsmParser.cpp | 286 static unsigned MatchRegisterName(StringRef Name); 293 RegNo = MatchRegisterName(Name); in ParseRegister()
|
/external/llvm-project/llvm/lib/Target/MSP430/AsmParser/ |
D | MSP430AsmParser.cpp | 288 static unsigned MatchRegisterName(StringRef Name); 310 RegNo = MatchRegisterName(Name); in tryParseRegister()
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 254 bool MatchRegisterName(const AsmToken &Tok, 1267 MatchRegisterName(const AsmToken &Tok, unsigned &RegNo, int64_t &IntVal) { in MatchRegisterName() function in PPCAsmParser 1322 if (!MatchRegisterName(Tok, RegNo, IntVal)) { in ParseRegister() 1553 if (!MatchRegisterName(Parser.getTok(), RegNo, IntVal)) { in ParseOperand() 1568 if (!MatchRegisterName(Parser.getTok(), RegNo, IntVal)) { in ParseOperand() 1624 if (MatchRegisterName(Parser.getTok(), RegNo, IntVal)) in ParseOperand() 1642 if (!MatchRegisterName(Parser.getTok(), RegNo, IntVal)) { in ParseOperand()
|
/external/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 107 bool MatchRegisterName(unsigned &RegNo, int64_t &IntVal); 1204 bool PPCAsmParser::MatchRegisterName(unsigned &RegNo, int64_t &IntVal) { in MatchRegisterName() function in PPCAsmParser 1257 if (MatchRegisterName(RegNo, IntVal)) in tryParseRegister() 1439 if (MatchRegisterName(RegNo, IntVal)) in ParseOperand() 1494 if (MatchRegisterName(RegNo, IntVal)) in ParseOperand()
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 827 static unsigned MatchRegisterName(StringRef Name); 890 RegNo = MatchRegisterName(Tok.getString()); in ParseRegister() 894 RegNo = MatchRegisterName(Tok.getString().lower()); in ParseRegister() 2380 Op.Mem.BaseReg == MatchRegisterName("dx") && Op.Mem.IndexReg == 0) { in ParseInstruction() 2393 Op.Mem.BaseReg == MatchRegisterName("dx") && Op.Mem.IndexReg == 0) { in ParseInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/ |
D | LanaiAsmParser.cpp | 42 static unsigned MatchRegisterName(StringRef Name); 699 RegNum = MatchRegisterName(Lexer.getTok().getIdentifier()); in parseRegister()
|
/external/llvm/lib/Target/Lanai/AsmParser/ |
D | LanaiAsmParser.cpp | 84 static unsigned MatchRegisterName(llvm::StringRef Name); 680 RegNum = MatchRegisterName(Lexer.getTok().getIdentifier()); in parseRegister()
|
/external/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
D | LanaiAsmParser.cpp | 42 static unsigned MatchRegisterName(StringRef Name); 705 RegNum = MatchRegisterName(Lexer.getTok().getIdentifier()); in parseRegister()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 1430 MO.setReg(MatchRegisterName(R1)); in processInstruction() 1433 Inst.addOperand(MCOperand::createReg(MatchRegisterName(R2))); in processInstruction() 1989 if (unsigned Reg = MatchRegisterName(Name)) in matchRegister()
|
/external/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 1651 MO.setReg(MatchRegisterName(R1)); in processInstruction() 1654 Inst.addOperand(MCOperand::createReg(MatchRegisterName(R2))); in processInstruction() 2167 if (unsigned Reg = MatchRegisterName(Name)) in matchRegister()
|
/external/llvm-project/llvm/lib/Target/VE/AsmParser/ |
D | VEAsmParser.cpp | 821 static unsigned MatchRegisterName(StringRef Name); 837 RegNo = parseRegisterName(&MatchRegisterName); in tryParseRegister()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 1039 static unsigned MatchRegisterName(StringRef Name); 1153 RegNo = MatchRegisterName(Tok.getString()); in ParseRegister() 1157 RegNo = MatchRegisterName(Tok.getString().lower()); in ParseRegister() 2393 MatchRegisterName(Parser.getTok().getString()))) { in parsePrimaryExpr()
|
/external/llvm-project/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 1270 static unsigned MatchRegisterName(StringRef Name); 1369 RegNo = MatchRegisterName(RegName); in MatchRegisterByName() 1373 RegNo = MatchRegisterName(RegName.lower()); in MatchRegisterByName() 3007 MatchRegisterName(Parser.getTok().getString()))) { in parsePrimaryExpr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/ |
D | RISCVAsmParser.cpp | 998 RegNo = MatchRegisterName(Name); in matchRegisterNameHelper()
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 1851 static unsigned MatchRegisterName(StringRef Name); 1945 : MatchRegisterName(Name); in matchRegisterNameAlias()
|
/external/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
D | RISCVAsmParser.cpp | 1220 RegNo = MatchRegisterName(Name); in matchRegisterNameHelper()
|
/external/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 2001 if (unsigned Reg = MatchRegisterName(Name)) in matchRegister()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 2084 static unsigned MatchRegisterName(StringRef Name); 2266 if ((RegNum = MatchRegisterName(Name))) in matchRegisterNameAlias()
|
/external/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 2129 static unsigned MatchRegisterName(StringRef Name); 2317 if ((RegNum = MatchRegisterName(Name))) in matchRegisterNameAlias()
|