Searched refs:SRegLoc (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 7144 SMLoc SRegLoc = getLoc(); in parseDirectiveReq() local 7158 return Error(SRegLoc, "vector register without type specifier expected"); in parseDirectiveReq() 7171 return Error(SRegLoc, in parseDirectiveReq() 7184 return Error(SRegLoc, in parseDirectiveReq() 7189 return Error(SRegLoc, "register name or alias expected"); in parseDirectiveReq()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 11323 SMLoc SRegLoc, ERegLoc; in parseDirectiveReq() local 11324 if (check(parseRegister(Reg, SRegLoc, ERegLoc), SRegLoc, in parseDirectiveReq() 11330 return Error(SRegLoc, in parseDirectiveReq()
|