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

References

utils/TableGen/AsmWriterEmitter.cpp
  836       Cond = std::string("MI->getNumOperands() == ") + utostr(NumMIOps);
  837       IAP.addCond(Cond);
  895               Cond = std::string("MRI.getRegClass(") + Target.getName().str() +
  899               Cond = Op + ".getReg() == MI->getOperand(" +
  917             Cond = (Target.getName() + ClassName + "ValidateMCOperand(" + Op +
  922           IAP.addCond(Cond);
  930           Cond = Op + ".getImm() == " + itostr(CGA.ResultOperands[i].getImm());
  931           IAP.addCond(Cond);
  942           Cond = Op + ".getReg() == " + Target.getName().str() + "::" +
  944           IAP.addCond(Cond);
  965             Cond = ("!STI.getFeatureBits()[" + Namespace + "::" + Op.substr(1) +
  969             Cond =
  971           IAP.addCond(Cond);