Home
last modified time | relevance | path

Searched refs:SRegLoc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6440 SMLoc SRegLoc = getLoc(); in parseDirectiveReq() local
6454 return Error(SRegLoc, "vector register without type specifier expected"); in parseDirectiveReq()
6467 return Error(SRegLoc, in parseDirectiveReq()
6480 return Error(SRegLoc, in parseDirectiveReq()
6485 return Error(SRegLoc, "register name or alias expected"); in parseDirectiveReq()
/llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11302 SMLoc SRegLoc, ERegLoc; in parseDirectiveReq() local
11303 if (check(ParseRegister(Reg, SRegLoc, ERegLoc), SRegLoc, in parseDirectiveReq()
11309 return Error(SRegLoc, in parseDirectiveReq()