Searched refs:SRegLoc (Results 1 – 2 of 2) sorted by relevance
4369 SMLoc SRegLoc = getLoc(); in parseDirectiveReq() local4377 Error(SRegLoc, "vector register without type specifier expected"); in parseDirectiveReq()4385 Error(SRegLoc, "register name or alias expected"); in parseDirectiveReq()
8996 SMLoc SRegLoc, ERegLoc; in parseDirectiveReq() local8997 if (ParseRegister(Reg, SRegLoc, ERegLoc)) { in parseDirectiveReq()8999 Error(SRegLoc, "register name expected"); in parseDirectiveReq()9013 Error(SRegLoc, "redefinition of '" + Name + "' does not match original."); in parseDirectiveReq()