Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Pool

459   typedef FoldingSet<BitsInit> Pool;
460 static Pool ThePool;
561 typedef DenseMap<int64_t, IntInit *> Pool;
562 static Pool ThePool;
589 typedef StringMap<StringInit *> Pool;
590 static Pool ThePool;
611 typedef FoldingSet<ListInit> Pool;
612 static Pool ThePool;
730 typedef DenseMap<Key, UnOpInit *> Pool;
731 static Pool ThePool;
876 typedef DenseMap<Key, BinOpInit *> Pool;
877 static Pool ThePool;
996 typedef DenseMap<Key, TernOpInit *> Pool;
997 static Pool ThePool;
1301 typedef DenseMap<Key, VarInit *> Pool;
1302 static Pool ThePool;
1387 typedef DenseMap<Key, VarBitInit *> Pool;
1389 static Pool ThePool;
1413 typedef DenseMap<Key, VarListElementInit *> Pool;
1415 static Pool ThePool;
1481 typedef DenseMap<Key, FieldInit *> Pool;
1482 static Pool ThePool;
1548 typedef FoldingSet<DagInit> Pool;
1549 static Pool ThePool;