Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp7207 SMLoc SRegLoc = getLoc(); in parseDirectiveReq() local
7221 return Error(SRegLoc, "vector register without type specifier expected"); in parseDirectiveReq()
7234 return Error(SRegLoc, in parseDirectiveReq()
7247 return Error(SRegLoc, in parseDirectiveReq()
7252 return Error(SRegLoc, "register name or alias expected"); in parseDirectiveReq()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11735 SMLoc SRegLoc, ERegLoc; in parseDirectiveReq() local
11736 if (check(parseRegister(Reg, SRegLoc, ERegLoc), SRegLoc, in parseDirectiveReq()
11742 return Error(SRegLoc, in parseDirectiveReq()