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

References

utils/TableGen/AsmWriterEmitter.cpp
  837       IAP.addCond(Cond);
  888             IAP.addCond(Op + ".isReg()");
  890             if (!IAP.isOpMapped(ROName)) {
  891               IAP.addOperand(ROName, MIOpNum, PrintMethodIdx);
  900                      utostr(IAP.getOpIndex(ROName)) + ").getReg()";
  905             IAP.addOperand(ROName, MIOpNum, PrintMethodIdx);
  922           IAP.addCond(Cond);
  928           IAP.addCond(Op + ".isImm()");
  931           IAP.addCond(Cond);
  944           IAP.addCond(Cond);
  971           IAP.addCond(Cond);
  975       IAPrinterMap[Aliases.first].push_back(std::move(IAP));