Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DRecord.cpp156 FoldingSet<RecordRecTy> &ThePool = in get() local
337 static FoldingSet<BitsInit> ThePool; in get() local
455 static DenseMap<int64_t, IntInit*> ThePool; in get() local
512 static StringMap<CodeInit*, BumpPtrAllocator &> ThePool(Allocator); in get() local
521 static StringMap<StringInit*, BumpPtrAllocator &> ThePool(Allocator); in get() local
558 static FoldingSet<ListInit> ThePool; in get() local
681 static FoldingSet<UnOpInit> ThePool; in get() local
812 static FoldingSet<BinOpInit> ThePool; in get() local
1006 static FoldingSet<TernOpInit> ThePool; in get() local
1224 static FoldingSet<FoldOpInit> ThePool; in get() local
[all …]
/external/swiftshader/third_party/LLVM/lib/TableGen/
DRecord.cpp474 static Pool ThePool; in get() local
544 static Pool ThePool; in get() local
570 static Pool ThePool; in get() local
579 static Pool ThePool; in get() local
601 static Pool ThePool; in get() local
727 static Pool ThePool; in get() local
876 static Pool ThePool; in get() local
994 static Pool ThePool; in get() local
1303 static Pool ThePool; in get() local
1399 static Pool 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 …]