• Home
  • Raw
  • Download

Lines Matching refs:ErrorLoc

8643     SMLoc ErrorLoc = IDLoc;  in MatchAndEmitInstruction()  local
8648 ErrorLoc = ((ARMOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
8649 if (ErrorLoc == SMLoc()) ErrorLoc = IDLoc; in MatchAndEmitInstruction()
8652 return Error(ErrorLoc, "invalid operand for instruction"); in MatchAndEmitInstruction()
8666 SMLoc ErrorLoc = ((ARMOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() local
8667 if (ErrorLoc == SMLoc()) ErrorLoc = IDLoc; in MatchAndEmitInstruction()
8668 return Error(ErrorLoc, "immediate operand must be in the range [0,15]"); in MatchAndEmitInstruction()
8671 SMLoc ErrorLoc = ((ARMOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() local
8672 if (ErrorLoc == SMLoc()) ErrorLoc = IDLoc; in MatchAndEmitInstruction()
8673 return Error(ErrorLoc, "immediate operand must be in the range [0,239]"); in MatchAndEmitInstruction()
8687 SMLoc ErrorLoc = ((ARMOperand &)*Operands[ErrorInfo]).getAlignmentLoc(); in MatchAndEmitInstruction() local
8688 if (ErrorLoc == SMLoc()) ErrorLoc = IDLoc; in MatchAndEmitInstruction()
8694 return Error(ErrorLoc, "alignment must be omitted"); in MatchAndEmitInstruction()
8697 return Error(ErrorLoc, "alignment must be 16 or omitted"); in MatchAndEmitInstruction()
8700 return Error(ErrorLoc, "alignment must be 32 or omitted"); in MatchAndEmitInstruction()
8703 return Error(ErrorLoc, "alignment must be 64 or omitted"); in MatchAndEmitInstruction()
8706 return Error(ErrorLoc, "alignment must be 64, 128 or omitted"); in MatchAndEmitInstruction()
8708 return Error(ErrorLoc, "alignment must be 64, 128, 256 or omitted"); in MatchAndEmitInstruction()