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

Lines Matching refs:getStartLoc

928   /// getStartLoc - Get the location of the first token of this operand.
929 SMLoc getStartLoc() const override { return StartLoc; }
4049 return Error(PrevOp->getStartLoc(), "shift must be of a register");
6865 ARMOperand::CreateReg(PairedReg, Op2.getStartLoc(), Op2.getEndLoc()));
6888 return Error(Op2.getStartLoc(), Op2Diag);
6894 return Error(Op2.getStartLoc(), Op2Diag);
6923 return Error(Op3.getStartLoc(), "operand must be a consecutive register");
6927 ARMOperand::CreateReg(RPair, Op2.getStartLoc(), Op2.getEndLoc());
7314 return Error(Op2.getStartLoc(),
7321 ARMOperand::CreateReg(NewReg, Op1.getStartLoc(), Op2.getEndLoc());
7397 return Error(Operands[ListNo + HasWritebackToken]->getStartLoc(),
7400 return Error(Operands[ListNo + HasWritebackToken]->getStartLoc(),
7415 return Error(Operands[ListNo + HasWritebackToken]->getStartLoc(),
7418 return Error(Operands[ListNo + HasWritebackToken]->getStartLoc(),
7421 return Error(Operands[ListNo + HasWritebackToken]->getStartLoc(),
7436 return Error(Operands[3]->getStartLoc(),
7441 return Error(Operands[3]->getStartLoc(),
7447 return Error(Operands[3]->getStartLoc(),
7450 return Error(Operands[3]->getStartLoc(),
7460 return Error(Operands[3]->getStartLoc(),
7469 return Error(Operands[3]->getStartLoc(),
7473 return Error(Operands[3]->getStartLoc(),
7500 SMLoc Loc = Operands[0]->getStartLoc();
7516 CondLoc = Operands[I]->getStartLoc();
7563 PredLoc = Operands[I]->getStartLoc();
7617 return Error(Operands[2]->getStartLoc(),
7659 return Error(Operands[3]->getStartLoc(),
7692 return Error(Operands[3]->getStartLoc(),
7736 return Error(Operands[3]->getStartLoc(),
7752 return Error(Operands[5]->getStartLoc(),
7770 return Error(Operands[3 + HasWritebackToken]->getStartLoc(),
7774 return Error(Operands[2]->getStartLoc(),
7779 return Error(Operands[3]->getStartLoc(),
7796 return Error(Operands.back()->getStartLoc(),
7814 return Error(Operands.back()->getStartLoc(),
7831 return Error(Operands[4]->getStartLoc(),
7839 return Error(Operands[2]->getStartLoc(),
7854 return Error(Operands[3]->getStartLoc(),
7866 return Error(Operands[2]->getStartLoc(),
7876 return Error(Operands[2]->getStartLoc(),
7887 return Error(Operands[4]->getStartLoc(),
7893 return Error(Operands[4]->getStartLoc(),
7906 return Error(Operands[4]->getStartLoc(),
7917 return Error(Operands[4]->getStartLoc(),
7924 return Error(Operands[2]->getStartLoc(), "branch target out of range");
7929 return Error(Operands[op]->getStartLoc(), "branch target out of range");
7935 return Error(Operands[2]->getStartLoc(), "branch target out of range");
7940 return Error(Operands[Op]->getStartLoc(), "branch target out of range");
7946 return Error(Operands[2]->getStartLoc(), "branch target out of range");
7970 Op.getStartLoc(),
7981 return Error(Operands[1]->getStartLoc(), "instruction 'esb' is not "
7985 return Error(Operands[1]->getStartLoc(), "instruction 'csdb' is not "
7996 return Error(Operands[2]->getStartLoc(),
8001 return Error(Operands[3]->getStartLoc(),
8005 return Error(Operands[3]->getStartLoc(),
8013 return Error(Operands[1]->getStartLoc(),
8017 return Error(Operands[2]->getStartLoc(),
8028 Operands[3]->getStartLoc(),
8038 return Error(Operands[2]->getStartLoc(),
8056 return Error(Operands[1]->getStartLoc(),
8060 return Error(Operands[1]->getStartLoc(),
8070 return Error(Operands[5]->getStartLoc(),
8079 return Error(Operands[3]->getStartLoc(),
8088 return Error(Operands[3]->getStartLoc(),
8100 return Error (Operands[3]->getStartLoc(),
8104 return Error (Operands[3]->getStartLoc(),
8111 return Error (Operands[4]->getStartLoc(), "Q-registers must be the same");
8114 return Error (Operands[5]->getStartLoc(), "Q-register indexes must be 2 and 0 or 3 and 1");
8119 return Error (Operands[2]->getStartLoc(), "Q-registers must be the same");
8122 return Error (Operands[3]->getStartLoc(), "Q-register indexes must be 2 and 0 or 3 and 1");
8194 return Error(Operands[1]->getStartLoc(),
8197 return Error(Operands[1]->getStartLoc(),
8257 return Error(Operands[2]->getStartLoc(),
8728 PoolOperand.getStartLoc());
11904 ((ARMOperand &)*Operands[I.getOperandIndex()]).getStartLoc();