Searched refs:RegStartLoc (Results 1 – 2 of 2) sorted by relevance
470 SMLoc RegStartLoc; in ParseOperand() local471 if (parseRegister(RegNo, RegStartLoc, EndLoc)) in ParseOperand()501 SMLoc RegStartLoc, EndLoc; in ParseOperand() local502 if (parseRegister(RegNo, RegStartLoc, EndLoc)) in ParseOperand()
4233 SMLoc RegStartLoc = Parser.getTok().getLoc(); in tryParseRegisterWithWriteBack() local4239 Operands.push_back(ARMOperand::CreateReg(RegNo, RegStartLoc, RegEndLoc)); in tryParseRegisterWithWriteBack()