Lines Matching refs:Map
35 auto I = Map.insert({P.first, MVT(llvm::getValueType(P.second))});
57 return Map == T.Map;
63 return Map < T.Map;
67 auto F = Map.find(Mode);
68 if (F != Map.end())
72 auto D = Map.begin();
73 if (D != Map.end() && D->first == DefaultMode)
74 return Map.try_emplace(Mode, D->second).first->second;
76 return Map.try_emplace(Mode, Type).first->second;
92 for (const auto &P : Map)
145 auto I = Map.insert({P.first, RegSizeInfo(P.second)});
152 unsigned M0 = Map.begin()->first;
157 unsigned M0 = Map.begin()->first;
162 unsigned M0 = Map.begin()->first;
168 unsigned M0 = Map.begin()->first;
176 typedef typename decltype(Map)::value_type PairType;
178 for (const auto &P : Map)
198 auto I = Map.insert({P.first, SubRegRange(P.second)});
210 auto I = Map.insert({P.first, P.second});