Searched refs:RegStartLoc (Results 1 – 2 of 2) sorted by relevance
478 SMLoc RegStartLoc; in ParseOperand() local479 if (ParseRegister(RegNo, RegStartLoc, EndLoc)) in ParseOperand()510 SMLoc RegStartLoc, EndLoc; in ParseOperand() local511 if (ParseRegister(RegNo, RegStartLoc, EndLoc)) in ParseOperand()
4246 SMLoc RegStartLoc = Parser.getTok().getLoc(); in tryParseRegisterWithWriteBack() local4252 Operands.push_back(ARMOperand::CreateReg(RegNo, RegStartLoc, RegEndLoc)); in tryParseRegisterWithWriteBack()