Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DRecord.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
741 static DenseMap<Key, std::unique_ptr<BinOpInit>> ThePool; in get() local
877 static DenseMap<Key, std::unique_ptr<TernOpInit>> ThePool; in get() local
1217 static DenseMap<Key, std::unique_ptr<VarInit>> ThePool; in get() local
1297 static DenseMap<Key, std::unique_ptr<VarBitInit>> ThePool; in get() local
1328 static DenseMap<Key, std::unique_ptr<VarListElementInit>> ThePool; in get() local
[all …]