Lines Matching refs:getStartLoc
1670 return Error(OrigOp.getStartLoc(), in VerifyAndAdjustOperands()
1691 OrigOp.getStartLoc(), in VerifyAndAdjustOperands()
3449 Operands.back() = X86Operand::CreateReg(X86::DX, Op.getStartLoc(), in ParseInstruction()
3458 Operands[1] = X86Operand::CreateReg(X86::DX, Op.getStartLoc(), in ParseInstruction()
3554 Warning(Op1.getStartLoc(), "memory operand is only for determining the " in ParseInstruction()
3793 return Warning(Ops[0]->getStartLoc(), "mask, index, and destination " in validateInstruction()
3825 return Warning(Ops[0]->getStartLoc(), "index and destination registers " in validateInstruction()
3854 return Warning(Ops[0]->getStartLoc(), in validateInstruction()
3885 return Error(Ops[0]->getStartLoc(), in validateInstruction()
4185 SMLoc ErrorLoc = ((X86Operand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitATTInstruction()
4338 if (Operand.getStartLoc().isValid()) { in MatchAndEmitATTInstruction()
4340 return Error(Operand.getStartLoc(), "invalid operand for instruction", in MatchAndEmitATTInstruction()
4533 AOK_SizeDirective, UnsizedMemOp->getStartLoc(), in MatchAndEmitIntelInstruction()
4557 return Error(UnsizedMemOp->getStartLoc(), in MatchAndEmitIntelInstruction()
4588 SMLoc ErrorLoc = ((X86Operand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitIntelInstruction()