Searched refs:RegStartLoc (Results 1 – 2 of 2) sorted by relevance
479 SMLoc RegStartLoc; in ParseOperand() local480 if (parseRegister(RegNo, RegStartLoc, EndLoc)) in ParseOperand()511 SMLoc RegStartLoc, EndLoc; in ParseOperand() local512 if (parseRegister(RegNo, RegStartLoc, EndLoc)) in ParseOperand()
4247 SMLoc RegStartLoc = Parser.getTok().getLoc(); in tryParseRegisterWithWriteBack() local4253 Operands.push_back(ARMOperand::CreateReg(RegNo, RegStartLoc, RegEndLoc)); in tryParseRegisterWithWriteBack()