Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:getStartLoc

324   /// getStartLoc - Get the location of the first token of this operand.
325 SMLoc getStartLoc() const override { return StartLoc; }
3772 "ubfm", false, Op.getStartLoc(), getContext());
3774 NewOp4, Op3.getStartLoc(), Op3.getEndLoc(), getContext()));
3775 Operands[3] = AArch64Operand::CreateImm(NewOp3, Op3.getStartLoc(),
3801 return Error(LSBOp.getStartLoc(),
3804 return Error(WidthOp.getStartLoc(),
3816 return Error(WidthOp.getStartLoc(),
3822 "bfm", false, Op.getStartLoc(), getContext());
3827 ImmRExpr, LSBOp.getStartLoc(), LSBOp.getEndLoc(), getContext());
3829 AArch64Operand::CreateImm(ImmSExpr, WidthOp.getStartLoc(),
3857 return Error(Op3.getStartLoc(),
3860 return Error(Op4.getStartLoc(),
3872 return Error(Op4.getStartLoc(),
3880 NewOp3, Op3.getStartLoc(), Op3.getEndLoc(), getContext());
3882 NewOp4, Op4.getStartLoc(), Op4.getEndLoc(), getContext());
3885 "bfm", false, Op.getStartLoc(), getContext());
3888 "sbfm", false, Op.getStartLoc(), getContext());
3891 "ubfm", false, Op.getStartLoc(), getContext());
3921 return Error(Op3.getStartLoc(),
3924 return Error(Op4.getStartLoc(),
3930 return Error(Op4.getStartLoc(),
3936 NewOp4, Op4.getStartLoc(), Op4.getEndLoc(), getContext());
3939 "bfm", false, Op.getStartLoc(), getContext());
3942 "sbfm", false, Op.getStartLoc(), getContext());
3945 "ubfm", false, Op.getStartLoc(), getContext());
3961 Operands[2] = AArch64Operand::CreateReg(Reg, false, Op.getStartLoc(),
3976 Operands[2] = AArch64Operand::CreateReg(Reg, false, Op.getStartLoc(),
3992 Operands[1] = AArch64Operand::CreateReg(Reg, false, Op.getStartLoc(),
4008 Operands[2] = AArch64Operand::CreateReg(zreg, false, Op.getStartLoc(),
4048 OperandLocs.push_back(Operands[i]->getStartLoc());
4080 ErrorLoc = ((AArch64Operand &)*Operands[ErrorInfo]).getStartLoc();
4144 SMLoc ErrorLoc = ((AArch64Operand &)*Operands[ErrorInfo]).getStartLoc();