Home | History | Annotate | Download | only in TableGen

Lines Matching refs:CodeGenProcModel

174 struct CodeGenProcModel {
199 CodeGenProcModel(unsigned Idx, const std::string &Name, Record *MDef,
227 std::vector<CodeGenProcModel> ProcModels;
229 // Map Processor's MachineModel or ProcItin to a CodeGenProcModel index.
262 const CodeGenProcModel &getModelForProc(Record *ProcDef) const {
269 CodeGenProcModel &getProcModel(Record *ModelDef) {
274 const CodeGenProcModel &getProcModel(Record *ModelDef) const {
279 typedef std::vector<CodeGenProcModel>::const_iterator ProcIter;
342 const CodeGenProcModel &ProcModel) const;
354 const CodeGenProcModel &PM) const;
386 bool hasSuperGroup(RecVec &SubUnits, CodeGenProcModel &PM);
387 void verifyProcResourceGroups(CodeGenProcModel &PM);
399 void addProcResource(Record *ProcResourceKind, CodeGenProcModel &PM);