Home | History | Annotate | Download | only in TableGen

Lines Matching refs:ProcModelMap

102   // with each processor will be derived later. Populate ProcModelMap with the
151 ProcModelMap[NoModelDef] = 0;
162 if (!ProcModelMap.insert(std::make_pair(ModelKey, ProcModels.size())).second)
835 ProcModelMapTy::const_iterator I = ProcModelMap.find(ModelDef);
836 if (I == ProcModelMap.end()) {