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

References

utils/TableGen/CodeGenTarget.cpp
  439     InstrsByEnum.push_back(Instr);
  441   unsigned EndOfPredefines = InstrsByEnum.size();
  448       InstrsByEnum.push_back(CGI);
  454   assert(InstrsByEnum.size() == Insts.size() && "Missing predefined instr");
  458       InstrsByEnum.begin() + EndOfPredefines, InstrsByEnum.end(),
  458       InstrsByEnum.begin() + EndOfPredefines, InstrsByEnum.end(),
utils/TableGen/CodeGenTarget.h
  159     if (InstrsByEnum.empty())
  171     if (InstrsByEnum.empty())
  173     return InstrsByEnum;