reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
151 SetType &S = I.second; 174 SetType &S = getOrCreate(I.first); 202 void TypeSetByHwMode::writeToStream(const SetType &S, raw_ostream &OS) { 270 bool TypeSetByHwMode::intersect(SetType &Out, const SetType &In) { 270 bool TypeSetByHwMode::intersect(SetType &Out, const SetType &In) { 297 SetType Diff; 369 TypeSetByHwMode::SetType &S = I.second; 479 TypeSetByHwMode::SetType &S = Small.get(M); 480 TypeSetByHwMode::SetType &B = Big.get(M); 521 TypeSetByHwMode::SetType &S = Small.get(M); 522 TypeSetByHwMode::SetType &B = Big.get(M); 568 TypeSetByHwMode::SetType &V = Vec.get(M); 569 TypeSetByHwMode::SetType &E = Elem.get(M); 651 TypeSetByHwMode::SetType &S = Sub.get(M); 652 TypeSetByHwMode::SetType &V = Vec.get(M); 691 TypeSetByHwMode::SetType &VS = V.get(M); 692 TypeSetByHwMode::SetType &WS = W.get(M); 725 TypeSetByHwMode::SetType &AS = A.get(M); 726 TypeSetByHwMode::SetType &BS = B.get(M); 745 const TypeSetByHwMode::SetType &LegalTypes = Legal.get(DefaultMode); 751 void TypeInfer::expandOverloads(TypeSetByHwMode::SetType &Out, 752 const TypeSetByHwMode::SetType &Legal) { 808 TypeSetByHwMode::SetType &LegalTypes = LegalCache.getOrCreate(DefaultMode);utils/TableGen/CodeGenDAGPatterns.h
203 SetType &getOrCreate(unsigned Mode) { 246 static void writeToStream(const SetType &S, raw_ostream &OS); 257 bool intersect(SetType &Out, const SetType &In); 257 bool intersect(SetType &Out, const SetType &In); 334 void expandOverloads(TypeSetByHwMode::SetType &Out, 335 const TypeSetByHwMode::SetType &Legal);