Home | History | Annotate | Download | only in AsmParser

Lines Matching full:startloc

39   MBlazeOperand *ParseRegister(SMLoc &StartLoc, SMLoc &EndLoc);
44 virtual bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc);
83 SMLoc StartLoc, EndLoc;
120 StartLoc = o.StartLoc;
142 SMLoc getStartLoc() const { return StartLoc; }
231 Op->StartLoc = S;
239 Op->StartLoc = S;
247 Op->StartLoc = S;
255 Op->StartLoc = S;
266 Op->StartLoc = S;
277 Op->StartLoc = S;
392 SMLoc &StartLoc, SMLoc &EndLoc) {
393 MBlazeOperand *Reg = ParseRegister(StartLoc, EndLoc);
405 MBlazeOperand *MBlazeAsmParser::ParseRegister(SMLoc &StartLoc, SMLoc &EndLoc) {
406 StartLoc = Parser.getTok().getLoc();
417 return MBlazeOperand::CreateReg(RegNo, StartLoc, EndLoc);