Lines Matching refs:getStartLoc

1687           return Error(OrigOp.getStartLoc(),  in VerifyAndAdjustOperands()
1708 OrigOp.getStartLoc(), in VerifyAndAdjustOperands()
3516 Operands.back() = X86Operand::CreateReg(X86::DX, Op.getStartLoc(), in ParseInstruction()
3525 Operands[1] = X86Operand::CreateReg(X86::DX, Op.getStartLoc(), in ParseInstruction()
3621 Warning(Op1.getStartLoc(), "memory operand is only for determining the " in ParseInstruction()
3845 return Warning(Ops[0]->getStartLoc(), "Destination register should be " in validateInstruction()
3852 return Warning(Ops[0]->getStartLoc(), "Destination register should be " in validateInstruction()
3864 return Warning(Ops[0]->getStartLoc(), in validateInstruction()
3880 return Warning(Ops[0]->getStartLoc(), "index and destination registers " in validateInstruction()
3888 return Warning(Ops[0]->getStartLoc(), "mask, index, and destination " in validateInstruction()
3913 return Error(Ops[0]->getStartLoc(), in validateInstruction()
4195 SMLoc ErrorLoc = ((X86Operand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitATTInstruction()
4347 if (Operand.getStartLoc().isValid()) { in MatchAndEmitATTInstruction()
4349 return Error(Operand.getStartLoc(), "invalid operand for instruction", in MatchAndEmitATTInstruction()
4538 AOK_SizeDirective, UnsizedMemOp->getStartLoc(), in MatchAndEmitIntelInstruction()
4562 return Error(UnsizedMemOp->getStartLoc(), in MatchAndEmitIntelInstruction()
4589 SMLoc ErrorLoc = ((X86Operand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitIntelInstruction()