• Home
  • Raw
  • Download

Lines Matching refs:EndLoc

219                                        SMLoc &EndLoc);
267 bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc);
318 SMLoc StartLoc, EndLoc; member in __anon65089acc0311::ARMOperand
454 EndLoc = o.EndLoc; in ARMOperand()
530 SMLoc getEndLoc() const { return EndLoc; } in getEndLoc()
533 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange()
2198 Op->EndLoc = S; in CreateITMask()
2206 Op->EndLoc = S; in CreateCondCode()
2214 Op->EndLoc = S; in CreateCoprocNum()
2222 Op->EndLoc = S; in CreateCoprocReg()
2230 Op->EndLoc = E; in CreateCoprocOption()
2238 Op->EndLoc = S; in CreateCCOut()
2247 Op->EndLoc = S; in CreateToken()
2255 Op->EndLoc = E; in CreateReg()
2270 Op->EndLoc = E; in CreateShiftedRegister()
2283 Op->EndLoc = E; in CreateShiftedImmediate()
2293 Op->EndLoc = E; in CreateShifterImm()
2301 Op->EndLoc = E; in CreateRotImm()
2311 Op->EndLoc = E; in CreateBitfield()
2317 SMLoc StartLoc, SMLoc EndLoc) { in CreateRegList() argument
2335 Op->EndLoc = EndLoc; in CreateRegList()
2346 Op->EndLoc = E; in CreateVectorList()
2358 Op->EndLoc = E; in CreateVectorListAllLanes()
2372 Op->EndLoc = E; in CreateVectorListIndexed()
2381 Op->EndLoc = E; in CreateVectorIndex()
2389 Op->EndLoc = E; in CreateImm()
2410 Op->EndLoc = E; in CreateMem()
2424 Op->EndLoc = E; in CreatePostIdxReg()
2432 Op->EndLoc = S; in CreateMemBarrierOpt()
2441 Op->EndLoc = S; in CreateInstSyncBarrierOpt()
2449 Op->EndLoc = S; in CreateProcIFlags()
2457 Op->EndLoc = S; in CreateMSRMask()
2594 SMLoc &StartLoc, SMLoc &EndLoc) { in ParseRegister() argument
2596 EndLoc = Parser.getTok().getEndLoc(); in ParseRegister()
2687 SMLoc EndLoc; in tryParseShiftRegister() local
2702 if (getParser().parseExpression(ShiftExpr, EndLoc)) { in tryParseShiftRegister()
2728 EndLoc = Parser.getTok().getEndLoc(); in tryParseShiftRegister()
2744 S, EndLoc)); in tryParseShiftRegister()
2747 S, EndLoc)); in tryParseShiftRegister()
3129 parseVectorLane(VectorLaneTy &LaneKind, unsigned &Index, SMLoc &EndLoc) { in parseVectorLane() argument
3136 EndLoc = Parser.getTok().getEndLoc(); in parseVectorLane()
3161 EndLoc = Parser.getTok().getEndLoc(); in parseVectorLane()
3376 SMLoc EndLoc = Parser.getTok().getLoc(); in parseVectorList() local
3380 Error(EndLoc, "mismatched lane index in register list"); in parseVectorList()
3732 SMLoc EndLoc; in parsePKHImm() local
3733 if (getParser().parseExpression(ShiftAmount, EndLoc)) { in parsePKHImm()
3748 Operands.push_back(ARMOperand::CreateImm(CE, Loc, EndLoc)); in parsePKHImm()
3812 SMLoc EndLoc; in parseShifterImm() local
3813 if (getParser().parseExpression(ShiftAmount, EndLoc)) { in parseShifterImm()
3844 Operands.push_back(ARMOperand::CreateShifterImm(isASR, Val, S, EndLoc)); in parseShifterImm()
3873 SMLoc EndLoc; in parseRotImm() local
3874 if (getParser().parseExpression(ShiftAmount, EndLoc)) { in parseRotImm()
3893 Operands.push_back(ARMOperand::CreateRotImm(Val, S, EndLoc)); in parseRotImm()
3943 SMLoc EndLoc; in parseBitfield() local
3944 if (getParser().parseExpression(WidthExpr, EndLoc)) { in parseBitfield()
3961 Operands.push_back(ARMOperand::CreateBitfield(LSB, Width, S, EndLoc)); in parseBitfield()
7957 SMLoc EndLoc; in parseDirectiveSetFP() local
7958 if (getParser().parseExpression(OffsetExpr, EndLoc)) in parseDirectiveSetFP()
7991 SMLoc EndLoc; in parseDirectivePad() local
7992 if (getParser().parseExpression(OffsetExpr, EndLoc)) in parseDirectivePad()