Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp163 FoldingSet<RecordRecTy> &ThePool = in get() local
176 if (RecordRecTy *Ty = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
194 ThePool.InsertNode(Ty, IP); in get()
343 static FoldingSet<BitsInit> ThePool; in get() local
349 if (BitsInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
357 ThePool.InsertNode(I, IP); in get()
461 static std::map<int64_t, IntInit*> ThePool; in get() local
463 IntInit *&I = ThePool[V]; in get()
518 static StringSet<BumpPtrAllocator &> ThePool(Allocator); in get() local
529 auto &Entry = *ThePool.insert(V).first; in get()
[all …]
/external/llvm/lib/TableGen/
DRecord.cpp265 static FoldingSet<BitsInit> ThePool; in get() local
272 if (BitsInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get()
279 ThePool.InsertNode(I, IP); in get()
396 static DenseMap<int64_t, std::unique_ptr<IntInit>> ThePool; in get() local
398 std::unique_ptr<IntInit> &I = ThePool[V]; in get()
453 static StringMap<std::unique_ptr<CodeInit>> ThePool; in get() local
455 std::unique_ptr<CodeInit> &I = ThePool[V]; in get()
461 static StringMap<std::unique_ptr<StringInit>> ThePool; in get() local
463 std::unique_ptr<StringInit> &I = ThePool[V]; in get()
493 static FoldingSet<ListInit> ThePool; in get() local
[all …]