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

References

utils/TableGen/CodeGenInstruction.cpp
  666     : TheDef(R) {
  667   Result = R->getValueAsDag("ResultInst");
  668   AsmString = R->getValueAsString("AsmString");
  674     PrintFatalError(R->getLoc(),
  691       PrintFatalError(R->getLoc(), "result value $" + Result->getArgNameStr(i) +
  715       PrintFatalError(R->getLoc(), "not enough arguments for instruction!");
  721                         R->getLoc(), T, ResOp)) {
  756           PrintFatalError(R->getLoc(), "not enough arguments for instruction!");
  759                             R->getLoc(), T, ResOp)) {
  764           PrintFatalError(R->getLoc(), "result argument #" + Twine(AliasOpNo) +
  771     PrintFatalError(R->getLoc(), "result argument #" + Twine(AliasOpNo) +
  777     PrintFatalError(R->getLoc(), "too many operands for instruction!");