Searched refs:tryParseRegister (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp42 OperandMatchResultTy tryParseRegister(unsigned &RegNo, SMLoc &StartLoc,
327 if (tryParseRegister(RegNo, StartLoc, EndLoc) != MatchOperand_Success)
332 OperandMatchResultTy BPFAsmParser::tryParseRegister(unsigned &RegNo, function in class:BPFAsmParser
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp48 OperandMatchResultTy tryParseRegister(unsigned &RegNo, SMLoc &StartLoc,
292 switch (tryParseRegister(RegNo, StartLoc, EndLoc)) {
304 OperandMatchResultTy MSP430AsmParser::tryParseRegister(unsigned &RegNo, function in class:MSP430AsmParser
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp59 OperandMatchResultTy tryParseRegister(unsigned &RegNo, SMLoc &StartLoc,
798 if (tryParseRegister(RegNo, StartLoc, EndLoc) != MatchOperand_Success)
828 VEAsmParser::tryParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) { function in class:VEAsmParser
1417 if (tryParseRegister(RegNo1, S1, E1) != MatchOperand_Success) {
1428 if (tryParseRegister(RegNo2, S2, E2) != MatchOperand_Success)
1493 if (tryParseRegister(RegNo, S, E) == MatchOperand_Success)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp52 OperandMatchResultTy tryParseRegister(unsigned &RegNo, SMLoc &StartLoc,
632 OperandMatchResultTy CSKYAsmParser::tryParseRegister(unsigned &RegNo, function in class:CSKYAsmParser
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h378 /// tryParseRegister - parse one register if possible
384 tryParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) = 0;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp69 OperandMatchResultTy tryParseRegister(unsigned &RegNo, SMLoc &StartLoc,
566 auto Result = tryParseRegister(RegNo, StartLoc, EndLoc);
574 OperandMatchResultTy M68kAsmParser::tryParseRegister(unsigned &RegNo, function in class:M68kAsmParser
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp55 OperandMatchResultTy tryParseRegister(unsigned &RegNo, SMLoc &StartLoc,
596 OperandMatchResultTy AVRAsmParser::tryParseRegister(unsigned &RegNo, function in class:AVRAsmParser
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp71 OperandMatchResultTy tryParseRegister(unsigned &RegNo, SMLoc &StartLoc,
684 if (tryParseRegister(RegNo, StartLoc, EndLoc) != MatchOperand_Success)
689 OperandMatchResultTy SparcAsmParser::tryParseRegister(unsigned &RegNo, function in class:SparcAsmParser
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp70 OperandMatchResultTy tryParseRegister(unsigned &RegNo, SMLoc &StartLoc,
730 OperandMatchResultTy LanaiAsmParser::tryParseRegister(unsigned &RegNum, function in class:LanaiAsmParser
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp452 int tryParseRegister();
695 OperandMatchResultTy tryParseRegister(unsigned &RegNo, SMLoc &StartLoc,
4060 RegNo = tryParseRegister();
4065 OperandMatchResultTy ARMAsmParser::tryParseRegister(unsigned &RegNo, function in class:__anon2324::ARMAsmParser
4076 int ARMAsmParser::tryParseRegister() { function in class:__anon2324::ARMAsmParser
4206 ShiftReg = tryParseRegister();
4239 int RegNo = tryParseRegister();
4477 int Reg = tryParseRegister();
4517 int EndReg = tryParseRegister();
4550 Reg = tryParseRegister();
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp119 OperandMatchResultTy tryParseRegister(unsigned &RegNo, SMLoc &StartLoc,
969 return tryParseRegister(RegNo, StartLoc, EndLoc) != MatchOperand_Success;
972 OperandMatchResultTy HexagonAsmParser::tryParseRegister(unsigned &RegNo, function in class:HexagonAsmParser
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp87 OperandMatchResultTy tryParseRegister(unsigned &RegNo, SMLoc &StartLoc,
1202 if (tryParseRegister(RegNo, StartLoc, EndLoc) != MatchOperand_Success)
1207 OperandMatchResultTy RISCVAsmParser::tryParseRegister(unsigned &RegNo,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp109 OperandMatchResultTy tryParseRegister(unsigned &RegNo, SMLoc &StartLoc,
1229 if (tryParseRegister(RegNo, StartLoc, EndLoc) != MatchOperand_Success)
1234 OperandMatchResultTy PPCAsmParser::tryParseRegister(unsigned &RegNo, function in class:PPCAsmParser
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp488 OperandMatchResultTy tryParseRegister(unsigned &RegNo, SMLoc &StartLoc,
1350 OperandMatchResultTy SystemZAsmParser::tryParseRegister(unsigned &RegNo, function in class:SystemZAsmParser
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp258 OperandMatchResultTy tryParseRegister(unsigned & /*RegNo*/,
261 llvm_unreachable("tryParseRegister is not implemented.");
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp5957 is_defined = (getTargetParser().tryParseRegister(
6077 is_defined = (getTargetParser().tryParseRegister(RegNo, StartLoc, EndLoc) ==
6250 IsDefined = (getTargetParser().tryParseRegister(RegNo, StartLoc, EndLoc) ==
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp298 OperandMatchResultTy tryParseRegister(unsigned &RegNo, SMLoc &StartLoc,
2315 return tryParseRegister(RegNo, StartLoc, EndLoc) != MatchOperand_Success;
2318 OperandMatchResultTy AArch64AsmParser::tryParseRegister(unsigned &RegNo, function in class:AArch64AsmParser
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1255 OperandMatchResultTy tryParseRegister(unsigned &RegNo, SMLoc &StartLoc,
1565 OperandMatchResultTy X86AsmParser::tryParseRegister(unsigned &RegNo, function in class:X86AsmParser
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp182 OperandMatchResultTy tryParseRegister(unsigned &RegNo, SMLoc &StartLoc,
6397 return tryParseRegister(RegNo, StartLoc, EndLoc) != MatchOperand_Success;
6400 OperandMatchResultTy MipsAsmParser::tryParseRegister(unsigned &RegNo, function in class:MipsAsmParser
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1424 OperandMatchResultTy tryParseRegister(unsigned &RegNo, SMLoc &StartLoc,
2296 OperandMatchResultTy AMDGPUAsmParser::tryParseRegister(unsigned &RegNo, function in class:AMDGPUAsmParser

Completed in 501 milliseconds