Searched refs:SRegLoc (Results 1 – 2 of 2) sorted by relevance
4130 SMLoc SRegLoc = getLoc(); in parseDirectiveReq() local4138 Error(SRegLoc, "vector register without type specifier expected"); in parseDirectiveReq()4146 Error(SRegLoc, "register name or alias expected"); in parseDirectiveReq()
9000 SMLoc SRegLoc, ERegLoc; in parseDirectiveReq() local9001 if (ParseRegister(Reg, SRegLoc, ERegLoc)) { in parseDirectiveReq()9003 Error(SRegLoc, "register name expected"); in parseDirectiveReq()9017 Error(SRegLoc, "redefinition of '" + Name + "' does not match original."); in parseDirectiveReq()