Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp163 FoldingSet<RecordRecTy> &ThePool = in get() local
343 static FoldingSet<BitsInit> ThePool; in get() local
461 static std::map<int64_t, IntInit*> ThePool; in get() local
518 static StringSet<BumpPtrAllocator &> ThePool(Allocator); in get() local
534 static StringMap<StringInit*, BumpPtrAllocator &> ThePool(Allocator); in get() local
571 static FoldingSet<ListInit> ThePool; in get() local
694 static FoldingSet<UnOpInit> ThePool; in get() local
843 static FoldingSet<BinOpInit> ThePool; in get() local
1092 static FoldingSet<TernOpInit> ThePool; in get() local
1310 static FoldingSet<FoldOpInit> ThePool; in get() local
[all …]
/external/llvm/lib/TableGen/
DRecord.cpp265 static FoldingSet<BitsInit> ThePool; in get() local
396 static DenseMap<int64_t, std::unique_ptr<IntInit>> ThePool; in get() local
453 static StringMap<std::unique_ptr<CodeInit>> ThePool; in get() local
461 static StringMap<std::unique_ptr<StringInit>> ThePool; in get() local
493 static FoldingSet<ListInit> ThePool; in get() local
631 static FoldingSet<UnOpInit> ThePool; in get() local
779 static FoldingSet<BinOpInit> ThePool; in get() local
927 static FoldingSet<TernOpInit> ThePool; in get() local
1280 static DenseMap<Key, std::unique_ptr<VarInit>> ThePool; in get() local
1355 static DenseMap<Key, std::unique_ptr<VarBitInit>> ThePool; in get() local
[all …]
/external/llvm-project/llvm/lib/TableGen/
DRecord.cpp154 FoldingSet<RecordRecTy> &ThePool = in get() local
334 static FoldingSet<BitsInit> ThePool; in get() local
452 static std::map<int64_t, IntInit*> ThePool; in get() local
543 static FoldingSet<ListInit> ThePool; in get() local
666 static FoldingSet<UnOpInit> ThePool; in get() local
828 static FoldingSet<BinOpInit> ThePool; in get() local
1139 static FoldingSet<TernOpInit> ThePool; in get() local
1390 static FoldingSet<FoldOpInit> ThePool; in get() local
1455 static FoldingSet<IsAOpInit> ThePool; in get() local
1589 static DenseMap<Key, VarInit*> ThePool; in get() local
[all …]