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

References

utils/TableGen/CodeGenSchedule.cpp
  171   Sets.addFieldExpander("InstRW", "Instrs");
  175   Sets.addOperator("instrs", std::make_unique<InstrsOp>());
  176   Sets.addOperator("instregex", std::make_unique<InstRegexOp>(Target));
 1050   const RecVec *InstDefs = Sets.expand(InstRWDef);
 1071         const RecVec *OrigInstDefs = Sets.expand(RWDefs[0]);
 1274     const RecVec *InstDefs = Sets.expand(Rec);