Searched refs:SRegLoc (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 7120 SMLoc SRegLoc = getLoc(); in parseDirectiveReq() local 7134 return Error(SRegLoc, "vector register without type specifier expected"); in parseDirectiveReq() 7147 return Error(SRegLoc, in parseDirectiveReq() 7160 return Error(SRegLoc, in parseDirectiveReq() 7165 return Error(SRegLoc, "register name or alias expected"); in parseDirectiveReq()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 11476 SMLoc SRegLoc, ERegLoc; in parseDirectiveReq() local 11477 if (check(parseRegister(Reg, SRegLoc, ERegLoc), SRegLoc, in parseDirectiveReq() 11483 return Error(SRegLoc, in parseDirectiveReq()
|