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.cpp7426 SMLoc SRegLoc = getLoc(); in parseDirectiveReq() local
7440 return Error(SRegLoc, "vector register without type specifier expected"); in parseDirectiveReq()
7453 return Error(SRegLoc, in parseDirectiveReq()
7466 return Error(SRegLoc, in parseDirectiveReq()
7471 return Error(SRegLoc, "register name or alias expected"); in parseDirectiveReq()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11793 SMLoc SRegLoc, ERegLoc; in parseDirectiveReq() local
11794 const bool parseResult = parseRegister(Reg, SRegLoc, ERegLoc); in parseDirectiveReq()
11795 if (check(parseResult, SRegLoc, "register name expected") || parseEOL()) in parseDirectiveReq()
11799 return Error(SRegLoc, in parseDirectiveReq()