Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Pool

473   typedef FoldingSet<BitsInit> Pool;
474 static Pool ThePool;
543 typedef DenseMap<int64_t, IntInit *> Pool;
544 static Pool ThePool;
569 typedef StringMap<StringInit *> Pool;
570 static Pool ThePool;
578 typedef StringMap<CodeInit *> Pool;
579 static Pool ThePool;
600 typedef FoldingSet<ListInit> Pool;
601 static Pool ThePool;
726 typedef DenseMap<Key, UnOpInit *> Pool;
727 static Pool ThePool;
878 typedef DenseMap<Key, BinOpInit *> Pool;
879 static Pool ThePool;
996 typedef DenseMap<Key, TernOpInit *> Pool;
997 static Pool ThePool;
1310 typedef DenseMap<Key, VarInit *> Pool;
1311 static Pool ThePool;
1412 typedef DenseMap<Key, VarBitInit *> Pool;
1414 static Pool ThePool;
1436 typedef DenseMap<Key, VarListElementInit *> Pool;
1438 static Pool ThePool;
1506 typedef DenseMap<Key, FieldInit *> Pool;
1507 static Pool ThePool;
1582 typedef FoldingSet<DagInit> Pool;
1583 static Pool ThePool;