Lines Matching refs:Map
34 auto I = Map.insert({P.first, MVT(llvm::getValueType(P.second))}); in ValueTypeByHwMode()
55 return Map == T.Map; in operator ==()
61 return Map < T.Map; in operator <()
65 auto F = Map.find(Mode); in getOrCreateTypeForMode()
66 if (F != Map.end()) in getOrCreateTypeForMode()
70 auto D = Map.begin(); in getOrCreateTypeForMode()
71 if (D != Map.end() && D->first == DefaultMode) in getOrCreateTypeForMode()
72 return Map.insert(std::make_pair(Mode, D->second)).first->second; in getOrCreateTypeForMode()
74 return Map.insert(std::make_pair(Mode, Type)).first->second; in getOrCreateTypeForMode()
90 for (const auto &P : Map) in writeToStream()
146 auto I = Map.insert({P.first, RegSizeInfo(P.second, CGH)}); in RegSizeInfoByHwMode()
153 unsigned M0 = Map.begin()->first; in operator <()
158 unsigned M0 = Map.begin()->first; in operator ==()
163 unsigned M0 = Map.begin()->first; in isSubClassOf()
169 unsigned M0 = Map.begin()->first; in hasStricterSpillThan()
177 typedef typename decltype(Map)::value_type PairType; in writeToStream()
179 for (const auto &P : Map) in writeToStream()
195 auto I = Map.insert({P.first, P.second}); in EncodingInfoByHwMode()