Lines Matching refs:EndLoc
326 SMLoc &EndLoc);
366 bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) override;
420 SMLoc StartLoc, EndLoc, AlignmentLoc; member in __anonef5d38c20311::ARMOperand
567 EndLoc = o.EndLoc; in ARMOperand()
649 SMLoc getEndLoc() const override { return EndLoc; } in getEndLoc()
652 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange()
2554 Op->EndLoc = S; in CreateITMask()
2563 Op->EndLoc = S; in CreateCondCode()
2571 Op->EndLoc = S; in CreateCoprocNum()
2579 Op->EndLoc = S; in CreateCoprocReg()
2588 Op->EndLoc = E; in CreateCoprocOption()
2596 Op->EndLoc = S; in CreateCCOut()
2605 Op->EndLoc = S; in CreateToken()
2614 Op->EndLoc = E; in CreateReg()
2628 Op->EndLoc = E; in CreateShiftedRegister()
2640 Op->EndLoc = E; in CreateShiftedImmediate()
2650 Op->EndLoc = E; in CreateShifterImm()
2659 Op->EndLoc = E; in CreateRotImm()
2669 Op->EndLoc = E; in CreateModImm()
2679 Op->EndLoc = E; in CreateBitfield()
2685 SMLoc StartLoc, SMLoc EndLoc) { in CreateRegList() argument
2703 Op->EndLoc = EndLoc; in CreateRegList()
2716 Op->EndLoc = E; in CreateVectorList()
2728 Op->EndLoc = E; in CreateVectorListAllLanes()
2741 Op->EndLoc = E; in CreateVectorListIndexed()
2750 Op->EndLoc = E; in CreateVectorIndex()
2759 Op->EndLoc = E; in CreateImm()
2777 Op->EndLoc = E; in CreateMem()
2791 Op->EndLoc = E; in CreatePostIdxReg()
2800 Op->EndLoc = S; in CreateMemBarrierOpt()
2809 Op->EndLoc = S; in CreateInstSyncBarrierOpt()
2818 Op->EndLoc = S; in CreateProcIFlags()
2826 Op->EndLoc = S; in CreateMSRMask()
2834 Op->EndLoc = S; in CreateBankedReg()
2978 SMLoc &StartLoc, SMLoc &EndLoc) { in ParseRegister() argument
2981 EndLoc = Tok.getEndLoc(); in ParseRegister()
3079 SMLoc EndLoc; in tryParseShiftRegister() local
3094 if (getParser().parseExpression(ShiftExpr, EndLoc)) { in tryParseShiftRegister()
3120 EndLoc = Parser.getTok().getEndLoc(); in tryParseShiftRegister()
3136 S, EndLoc)); in tryParseShiftRegister()
3139 S, EndLoc)); in tryParseShiftRegister()
3538 parseVectorLane(VectorLaneTy &LaneKind, unsigned &Index, SMLoc &EndLoc) { in parseVectorLane() argument
3546 EndLoc = Parser.getTok().getEndLoc(); in parseVectorLane()
3571 EndLoc = Parser.getTok().getEndLoc(); in parseVectorLane()
3787 SMLoc EndLoc = Parser.getTok().getLoc(); in parseVectorList() local
3791 Error(EndLoc, "mismatched lane index in register list"); in parseVectorList()
4216 SMLoc EndLoc; in parsePKHImm() local
4217 if (getParser().parseExpression(ShiftAmount, EndLoc)) { in parsePKHImm()
4232 Operands.push_back(ARMOperand::CreateImm(CE, Loc, EndLoc)); in parsePKHImm()
4298 SMLoc EndLoc; in parseShifterImm() local
4299 if (getParser().parseExpression(ShiftAmount, EndLoc)) { in parseShifterImm()
4330 Operands.push_back(ARMOperand::CreateShifterImm(isASR, Val, S, EndLoc)); in parseShifterImm()
4360 SMLoc EndLoc; in parseRotImm() local
4361 if (getParser().parseExpression(ShiftAmount, EndLoc)) { in parseRotImm()
4380 Operands.push_back(ARMOperand::CreateRotImm(Val, S, EndLoc)); in parseRotImm()
4548 SMLoc EndLoc; in parseBitfield() local
4549 if (getParser().parseExpression(WidthExpr, EndLoc)) { in parseBitfield()
4566 Operands.push_back(ARMOperand::CreateBitfield(LSB, Width, S, EndLoc)); in parseBitfield()
9459 SMLoc EndLoc; in parseDirectiveSetFP() local
9460 if (getParser().parseExpression(OffsetExpr, EndLoc)) { in parseDirectiveSetFP()
9502 SMLoc EndLoc; in parseDirectivePad() local
9503 if (getParser().parseExpression(OffsetExpr, EndLoc)) { in parseDirectivePad()