• Home
  • Raw
  • Download

Lines Matching refs:ErrorLoc

996   SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc();  in generateImmOutOfRangeError()  local
997 return Error(ErrorLoc, Msg + " [" + Twine(Lower) + ", " + Twine(Upper) + "]"); in generateImmOutOfRangeError()
1042 SMLoc ErrorLoc = IDLoc; in MatchAndEmitInstruction() local
1045 return Error(ErrorLoc, "too few operands for instruction"); in MatchAndEmitInstruction()
1047 ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
1048 if (ErrorLoc == SMLoc()) in MatchAndEmitInstruction()
1049 ErrorLoc = IDLoc; in MatchAndEmitInstruction()
1051 return Error(ErrorLoc, "invalid operand for instruction"); in MatchAndEmitInstruction()
1059 SMLoc ErrorLoc = IDLoc; in MatchAndEmitInstruction() local
1061 return Error(ErrorLoc, "too few operands for instruction"); in MatchAndEmitInstruction()
1069 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() local
1070 return Error(ErrorLoc, "operand must be a constant 64-bit integer"); in MatchAndEmitInstruction()
1076 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() local
1077 return Error(ErrorLoc, "immediate must be zero"); in MatchAndEmitInstruction()
1166 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() local
1168 ErrorLoc, in MatchAndEmitInstruction()
1172 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() local
1174 ErrorLoc, in MatchAndEmitInstruction()
1178 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() local
1179 return Error(ErrorLoc, "operand must be a bare symbol name"); in MatchAndEmitInstruction()
1182 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() local
1183 return Error(ErrorLoc, "operand must be a valid jump target"); in MatchAndEmitInstruction()
1186 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() local
1187 return Error(ErrorLoc, "operand must be a bare symbol name"); in MatchAndEmitInstruction()
1190 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() local
1191 return Error(ErrorLoc, "operand must be a symbol with %tprel_add modifier"); in MatchAndEmitInstruction()
1194 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() local
1196 ErrorLoc, in MatchAndEmitInstruction()
1201 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction() local
1202 return Error(ErrorLoc, "operand must be v0.t"); in MatchAndEmitInstruction()
2277 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[3]).getStartLoc(); in checkPseudoAddTPRel() local
2278 return Error(ErrorLoc, "the second input operand must be tp/x4 when using " in checkPseudoAddTPRel()