Lines Matching refs:Map
34 auto I = Map.insert({P.first, MVT(llvm::getValueType(P.second))}); in ValueTypeByHwMode()
53 return Map == T.Map; in operator ==()
59 return Map < T.Map; in operator <()
63 auto F = Map.find(Mode); in getOrCreateTypeForMode()
64 if (F != Map.end()) in getOrCreateTypeForMode()
68 auto D = Map.find(DefaultMode); in getOrCreateTypeForMode()
69 if (D != Map.end()) in getOrCreateTypeForMode()
70 return Map.insert(std::make_pair(Mode, D->second)).first->second; in getOrCreateTypeForMode()
72 return Map.insert(std::make_pair(Mode, Type)).first->second; in getOrCreateTypeForMode()
88 for (const auto &P : Map) in writeToStream()
144 auto I = Map.insert({P.first, RegSizeInfo(P.second, CGH)}); in RegSizeInfoByHwMode()
151 unsigned M0 = Map.begin()->first; in operator <()
156 unsigned M0 = Map.begin()->first; in operator ==()
161 unsigned M0 = Map.begin()->first; in isSubClassOf()
167 unsigned M0 = Map.begin()->first; in hasStricterSpillThan()
175 typedef typename decltype(Map)::value_type PairType; in writeToStream()
177 for (const auto &P : Map) in writeToStream()
193 auto I = Map.insert({P.first, P.second}); in EncodingInfoByHwMode()