Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Pool

436   typedef FoldingSet<BitsInit> Pool;
437 static Pool ThePool;
538 typedef DenseMap<int64_t, IntInit *> Pool;
539 static Pool ThePool;
566 typedef StringMap<StringInit *> Pool;
567 static Pool ThePool;
588 typedef FoldingSet<ListInit> Pool;
589 static Pool ThePool;
706 typedef DenseMap<Key, UnOpInit *> Pool;
707 static Pool ThePool;
862 typedef DenseMap<Key, BinOpInit *> Pool;
863 static Pool ThePool;
979 typedef DenseMap<Key, TernOpInit *> Pool;
980 static Pool ThePool;
1292 typedef DenseMap<Key, VarInit *> Pool;
1293 static Pool ThePool;
1379 typedef DenseMap<Key, VarBitInit *> Pool;
1381 static Pool ThePool;
1405 typedef DenseMap<Key, VarListElementInit *> Pool;
1407 static Pool ThePool;
1474 typedef DenseMap<Key, FieldInit *> Pool;
1475 static Pool ThePool;
1543 typedef FoldingSet<DagInit> Pool;
1544 static Pool ThePool;