Lines Matching refs:Map
35 auto I = Map.insert({P.first, MVT(llvm::getValueType(P.second))}); in ValueTypeByHwMode()
54 return Map == T.Map; in operator ==()
60 return Map < T.Map; in operator <()
64 auto F = Map.find(Mode); in getOrCreateTypeForMode()
65 if (F != Map.end()) in getOrCreateTypeForMode()
69 auto D = Map.find(DefaultMode); in getOrCreateTypeForMode()
70 if (D != Map.end()) in getOrCreateTypeForMode()
71 return Map.insert(std::make_pair(Mode, D->second)).first->second; in getOrCreateTypeForMode()
73 return Map.insert(std::make_pair(Mode, Type)).first->second; in getOrCreateTypeForMode()
89 for (const auto &P : Map) in writeToStream()
145 auto I = Map.insert({P.first, RegSizeInfo(P.second, CGH)}); in RegSizeInfoByHwMode()
152 unsigned M0 = Map.begin()->first; in operator <()
157 unsigned M0 = Map.begin()->first; in operator ==()
162 unsigned M0 = Map.begin()->first; in isSubClassOf()
168 unsigned M0 = Map.begin()->first; in hasStricterSpillThan()
176 typedef typename decltype(Map)::value_type PairType; in writeToStream()
178 for (const auto &P : Map) in writeToStream()
194 auto I = Map.insert({P.first, P.second}); in EncodingInfoByHwMode()