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

References

utils/TableGen/DAGISelMatcherGen.cpp
  256     PhysRegInputs.push_back(std::make_pair(LeafRec, NextRecordedOperandNo++));
  867   if (isRoot && !PhysRegInputs.empty()) {
  870     for (unsigned i = 0, e = PhysRegInputs.size(); i != e; ++i) {
  872         CGP.getTargetInfo().getRegBank().getReg(PhysRegInputs[i].first);
  873       AddMatcher(new EmitCopyToRegMatcher(PhysRegInputs[i].second,