• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/

Lines Matching refs:getStartLoc

488   /// getStartLoc - Get the location of the first token of this operand.
489 SMLoc getStartLoc() const override { return StartLoc; }
4563 "ubfm", false, Op.getStartLoc(), getContext());
4565 NewOp4, Op3.getStartLoc(), Op3.getEndLoc(), getContext()));
4566 Operands[3] = AArch64Operand::CreateImm(NewOp3, Op3.getStartLoc(),
4592 return Error(LSBOp.getStartLoc(),
4595 return Error(WidthOp.getStartLoc(),
4607 return Error(WidthOp.getStartLoc(),
4613 "bfm", false, Op.getStartLoc(), getContext());
4618 ImmRExpr, LSBOp.getStartLoc(), LSBOp.getEndLoc(), getContext());
4620 AArch64Operand::CreateImm(ImmSExpr, WidthOp.getStartLoc(),
4648 return Error(Op3.getStartLoc(),
4651 return Error(Op4.getStartLoc(),
4663 return Error(Op4.getStartLoc(),
4671 NewOp3, Op3.getStartLoc(), Op3.getEndLoc(), getContext());
4673 NewOp4, Op4.getStartLoc(), Op4.getEndLoc(), getContext());
4676 "bfm", false, Op.getStartLoc(), getContext());
4679 "sbfm", false, Op.getStartLoc(), getContext());
4682 "ubfm", false, Op.getStartLoc(), getContext());
4712 return Error(Op3.getStartLoc(),
4715 return Error(Op4.getStartLoc(),
4721 return Error(Op4.getStartLoc(),
4727 NewOp4, Op4.getStartLoc(), Op4.getEndLoc(), getContext());
4730 "bfm", false, Op.getStartLoc(), getContext());
4733 "sbfm", false, Op.getStartLoc(), getContext());
4736 "ubfm", false, Op.getStartLoc(), getContext());
4778 Op.getStartLoc(), Op.getEndLoc(),
4794 Op.getStartLoc(),
4811 Op.getStartLoc(),
4856 OperandLocs.push_back(Operands[i]->getStartLoc());
4887 ErrorLoc = ((AArch64Operand &)*Operands[ErrorInfo]).getStartLoc();
5046 SMLoc ErrorLoc = ((AArch64Operand &)*Operands[ErrorInfo]).getStartLoc();