Lines Matching refs:StartLoc
43 virtual bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc);
87 SMLoc StartLoc, EndLoc; member
118 StartLoc = o.StartLoc; in MBlazeOperand()
140 SMLoc getStartLoc() const { return StartLoc; } in getStartLoc()
229 Op->StartLoc = S; in CreateToken()
237 Op->StartLoc = S; in CreateReg()
245 Op->StartLoc = S; in CreateImm()
253 Op->StartLoc = S; in CreateFslImm()
264 Op->StartLoc = S; in CreateMem()
275 Op->StartLoc = S; in CreateMem()
391 SMLoc &StartLoc, SMLoc &EndLoc) { in ParseRegister() argument