reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp
  556     MCI.setLoc(IDLoc);
  558     result = processInstruction(MCI, InstOperands, IDLoc);
  564     MCI.setLoc(IDLoc);
  577     return Error(IDLoc, "invalid instruction");
  579     return Error(IDLoc, "unrecognized instruction");
  582     SMLoc ErrorLoc = IDLoc;
  585         return Error(IDLoc, "too few operands for instruction");
  590         ErrorLoc = IDLoc;