Home
last modified time | relevance | path

Searched defs:ThePool (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/lib/TableGen/
HDRecord.cpp267 static FoldingSet<BitsInit> ThePool; in get() local
395 static DenseMap<int64_t, std::unique_ptr<IntInit>> ThePool; in get() local
454 static StringMap<std::unique_ptr<StringInit>> ThePool; in get() local
479 static FoldingSet<ListInit> ThePool; in get() local
608 static DenseMap<Key, std::unique_ptr<UnOpInit>> ThePool; in get() local
733 static DenseMap<Key, std::unique_ptr<BinOpInit>> ThePool; in get() local
869 static DenseMap<Key, std::unique_ptr<TernOpInit>> ThePool; in get() local
1209 static DenseMap<Key, std::unique_ptr<VarInit>> ThePool; in get() local
1289 static DenseMap<Key, std::unique_ptr<VarBitInit>> ThePool; in get() local
1320 static DenseMap<Key, std::unique_ptr<VarListElementInit>> ThePool; in get() local
[all …]